Commit 6fbe05b0 authored by Teun Kooijman's avatar Teun Kooijman

Removed binaries, objects and visual studio files from version control.

parent de183405
Pipeline #735 canceled with stages
This diff is collapsed.
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\Kelvin\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Kelvin\\.nuget\\packages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
]
}
}
\ No newline at end of file
{
"runtimeOptions": {
"tfm": "netcoreapp2.1",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "2.1.1"
},
"configProperties": {
"System.GC.Server": true
}
}
}
\ No newline at end of file
#pragma checksum "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\Contact.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2aa2d179f590cb9ace1e2d788a0c9bac98ff1260"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Home_Contact), @"mvc.1.0.view", @"/Views/Home/Contact.cshtml")]
[assembly:global::Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute(@"/Views/Home/Contact.cshtml", typeof(AspNetCore.Views_Home_Contact))]
namespace AspNetCore
{
#line hidden
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"2aa2d179f590cb9ace1e2d788a0c9bac98ff1260", @"/Views/Home/Contact.cshtml")]
public class Views_Home_Contact : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
{
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("src", new global::Microsoft.AspNetCore.Html.HtmlString("~/Content/Images/Contact.png"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line hidden
#pragma warning disable 0169
private string __tagHelperStringValueBuffer;
#pragma warning restore 0169
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
{
get
{
if (__backed__tagHelperScopeManager == null)
{
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
}
return __backed__tagHelperScopeManager;
}
}
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper;
#pragma warning disable 1998
public async override global::System.Threading.Tasks.Task ExecuteAsync()
{
BeginContext(0, 2, true);
WriteLiteral("\r\n");
EndContext();
#line 2 "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\Contact.cshtml"
ViewBag.Title = "Contact";
#line default
#line hidden
BeginContext(41, 81, true);
WriteLiteral("\r\n<div class=\"container MooieClass\">\r\n <div class=\"headerImage\">\r\n <img");
EndContext();
BeginWriteAttribute("src", " src=", 122, "", 171, 1);
#line 8 "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\Contact.cshtml"
WriteAttributeValue("", 127, Url.Content("~/Content/Images/Contact.png"), 127, 44, false);
#line default
#line hidden
EndWriteAttribute();
BeginContext(171, 198, true);
WriteLiteral(" />\r\n </div>\r\n <div class=\"contactInfo\">\r\n <div>\r\n <p>I\'m here to have some fun.</p>\r\n </div>\r\n <div class=\"contactPhoto\">\r\n ");
EndContext();
BeginContext(369, 42, false);
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "fe7fcd0363324265a7646b7fab8fffa9", async() => {
}
);
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
if (!__tagHelperExecutionContext.Output.IsContentModified)
{
await __tagHelperExecutionContext.SetOutputContentAsync();
}
Write(__tagHelperExecutionContext.Output);
__tagHelperExecutionContext = __tagHelperScopeManager.End();
EndContext();
BeginContext(411, 54, true);
WriteLiteral("\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n");
EndContext();
}
#pragma warning restore 1998
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
}
}
#pragma warning restore 1591
#pragma checksum "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "bb0951879463d9971ba1a0c9dd0ff1114f5cbf93"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Home_Index), @"mvc.1.0.view", @"/Views/Home/Index.cshtml")]
[assembly:global::Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute(@"/Views/Home/Index.cshtml", typeof(AspNetCore.Views_Home_Index))]
namespace AspNetCore
{
#line hidden
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"bb0951879463d9971ba1a0c9dd0ff1114f5cbf93", @"/Views/Home/Index.cshtml")]
public class Views_Home_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<WebApplication1.Models.ContactViewModel>
{
#pragma warning disable 1998
public async override global::System.Threading.Tasks.Task ExecuteAsync()
{
#line 2 "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\Index.cshtml"
ViewBag.Title = "Home";
#line default
#line hidden
BeginContext(84, 83, true);
WriteLiteral("\r\n\r\n<div class=\"container MooieClass\">\r\n <div class=\"headerImage\">\r\n <img");
EndContext();
BeginWriteAttribute("src", " src=", 167, "", 220, 1);
#line 9 "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\Index.cshtml"
WriteAttributeValue("", 172, Url.Content("~/Content/Images/TheSeriousk.png"), 172, 48, false);
#line default
#line hidden
EndWriteAttribute();
BeginContext(220, 466, true);
WriteLiteral(@" />
</div>
<div id=""twitch-embed""></div>
<div class=""socials"">
<a href=""https://www.youtube.com/channel/UCbPCnyY4cRKJszX7_uHlngA"" target=""_blank""><i class=""fab fa-youtube fa-5x""></i></a>
<a href=""https://www.instagram.com/theseriousk/"" target=""_blank""><i class=""fab fa-instagram fa-5x""></i></a>
<a href=""https://twitter.com/The_SeriousK"" target=""_blank""><i class=""fab fa-twitter fa-5x""></i></a>
</div>
</div>");
EndContext();
}
#pragma warning restore 1998
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<WebApplication1.Models.ContactViewModel> Html { get; private set; }
}
}
#pragma warning restore 1591
#pragma checksum "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\ValorantCup.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "e96e270edc48ba4b84b9da57a629b420039bdbf0"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Home_ValorantCup), @"mvc.1.0.view", @"/Views/Home/ValorantCup.cshtml")]
[assembly:global::Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute(@"/Views/Home/ValorantCup.cshtml", typeof(AspNetCore.Views_Home_ValorantCup))]
namespace AspNetCore
{
#line hidden
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"e96e270edc48ba4b84b9da57a629b420039bdbf0", @"/Views/Home/ValorantCup.cshtml")]
public class Views_Home_ValorantCup : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
{
#pragma warning disable 1998
public async override global::System.Threading.Tasks.Task ExecuteAsync()
{
BeginContext(0, 2, true);
WriteLiteral("\r\n");
EndContext();
#line 2 "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\ValorantCup.cshtml"
ViewBag.Title = "Valorant Cup";
#line default
#line hidden
BeginContext(46, 81, true);
WriteLiteral("\r\n<div class=\"container MooieClass\">\r\n <div class=\"headerImage\">\r\n <img");
EndContext();
BeginWriteAttribute("src", " src=", 127, "", 187, 1);
#line 8 "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\ValorantCup.cshtml"
WriteAttributeValue("", 132, Url.Content("~/Content/Images/SeriousValorantCup.png"), 132, 55, false);
#line default
#line hidden
EndWriteAttribute();
BeginContext(187, 204, true);
WriteLiteral(" />\r\n </div>\r\n <div class=\"cupinformation\">\r\n <div class=\"cupimage\">\r\n\r\n <video class=\"video-fluid z-depth-1\" autoplay loop controls muted>\r\n <source");
EndContext();
BeginWriteAttribute("src", " src=", 391, "", 440, 1);
#line 14 "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\ValorantCup.cshtml"
WriteAttributeValue("", 396, Url.Content("~/Content/FlameTrophy_01.mp4"), 396, 44, false);
#line default
#line hidden
EndWriteAttribute();
BeginContext(440, 79, true);
WriteLiteral(" type=\"video/mp4\" />\r\n </video>\r\n\r\n <!--<img src=");
EndContext();
BeginContext(520, 45, false);
#line 17 "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Home\ValorantCup.cshtml"
Write(Url.Content("~/Content/Images/CupImage.jpeg"));
#line default
#line hidden
EndContext();
BeginContext(565, 3606, true);
WriteLiteral(@" style=""height:100%;width:100%;"" />-->
</div>
<div class=""cuptimer"">
<!-- Collapse buttons -->
<div>
<button class=""btn btn-elegant btn-lg"" type=""button"" data-toggle=""collapse"" data-target=""#Overview""
aria-expanded=""false"" aria-controls=""Overview"">
Overview
</button>
<div class=""collapse"" id=""Overview"">
<div class=""mt-3"">
The Serious Valorant Cup is a monthly hosted competitive event for Valorant.
</div>
</div>
<button class=""btn btn-elegant btn-lg"" type=""button"" data-toggle=""collapse"" data-target=""#Rules""
aria-expanded=""false"" aria-controls=""Rules"">
Rules
</button>
<div class=""collapse"" id=""Rules"">
");
WriteLiteral(@" <div class=""mt-3"">
1. Every team should appoint a team captain which is responsible for coming in touch with their opponent.<br />
2. The teams can battle it out doing a custom game, the results are reported when the match is over.<br />
3. We play on the ""Bind"" map. Standard game mode. Cheats: Off.<br />
3. The tournament is a single-elimination bracket.
</div>
</div>
</div>
<!-- / Collapsible element -->
The next cup will be held in:
<div class=""countdown""><h1 id=""countdown""></h1></div>
<div>
<a href=""https://battlefy.com/serious-valorant-cup/serious-valorant-cup/5e9442070e2457107d1a0a3f/info?infoTab=details"" target=""_blank"" class=""btn aqua-gradient"" role=""button"">JOIN CUP</a>
</div>
</div>
</div>
");
WriteLiteral(@"
<div class=""participants"">
<iframe src=""https://battlefy.com/embeds/teams/5e9442070e2457107d1a0a3f"" title=""Battlefy Tournament Players"" width=""100%"" height=""500"" scrolling=""yes"" frameborder=""0""></iframe>
</div>
</div>
<script>
// Set the date we're counting down to
var countDownDate = new Date(""May 2, 2020 20:00:00"").getTime();
// Update the count down every 1 second
var x = setInterval(function () {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
");
WriteLiteral(@" var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element with id=""demo""
document.getElementById(""countdown"").innerHTML = days + ""d "" + hours + ""h ""
+ minutes + ""m "" + seconds + ""s "";
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById(""countdown"").innerHTML = ""EXPIRED"";
}
}, 1000);
</script>
");
EndContext();
}
#pragma warning restore 1998
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
}
}
#pragma warning restore 1591
#pragma checksum "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\Shared\Error.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "366db03cef6e213acbe7a9b5f06cf615c42e0a80"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Shared_Error), @"mvc.1.0.view", @"/Views/Shared/Error.cshtml")]
[assembly:global::Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute(@"/Views/Shared/Error.cshtml", typeof(AspNetCore.Views_Shared_Error))]
namespace AspNetCore
{
#line hidden
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"366db03cef6e213acbe7a9b5f06cf615c42e0a80", @"/Views/Shared/Error.cshtml")]
public class Views_Shared_Error : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
{
#line hidden
#pragma warning disable 0169
private string __tagHelperStringValueBuffer;
#pragma warning restore 0169
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
{
get
{
if (__backed__tagHelperScopeManager == null)
{
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
}
return __backed__tagHelperScopeManager;
}
}
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper;
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper;
#pragma warning disable 1998
public async override global::System.Threading.Tasks.Task ExecuteAsync()
{
BeginContext(0, 25, true);
WriteLiteral("<!DOCTYPE html>\r\n<html>\r\n");
EndContext();
BeginContext(25, 100, false);
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "815ab4a3dee243a1bbe77ab86fc13e12", async() => {
BeginContext(31, 87, true);
WriteLiteral("\r\n <meta name=\"viewport\" content=\"width=device-width\" />\r\n <title>Error</title>\r\n");
EndContext();
}
);
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper>();
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper);
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
if (!__tagHelperExecutionContext.Output.IsContentModified)
{
await __tagHelperExecutionContext.SetOutputContentAsync();
}
Write(__tagHelperExecutionContext.Output);
__tagHelperExecutionContext = __tagHelperScopeManager.End();
EndContext();
BeginContext(125, 2, true);
WriteLiteral("\r\n");
EndContext();
BeginContext(127, 136, false);
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e801f7c61cd64f0b9ea65c93447db760", async() => {
BeginContext(133, 123, true);
WriteLiteral("\r\n <hgroup>\r\n <h1>Error.</h1>\r\n <h2>An error occurred while processing your request.</h2>\r\n </hgroup>\r\n");
EndContext();
}
);
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper>();
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper);
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
if (!__tagHelperExecutionContext.Output.IsContentModified)
{
await __tagHelperExecutionContext.SetOutputContentAsync();
}
Write(__tagHelperExecutionContext.Output);
__tagHelperExecutionContext = __tagHelperScopeManager.End();
EndContext();
BeginContext(263, 11, true);
WriteLiteral("\r\n</html>\r\n");
EndContext();
}
#pragma warning restore 1998
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
}
}
#pragma warning restore 1591
#pragma checksum "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\_ViewStart.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "a4bc9cb4a1d11f0c28a746ed054b4cb82c25e233"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views__ViewStart), @"mvc.1.0.view", @"/Views/_ViewStart.cshtml")]
[assembly:global::Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute(@"/Views/_ViewStart.cshtml", typeof(AspNetCore.Views__ViewStart))]
namespace AspNetCore
{
#line hidden
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"a4bc9cb4a1d11f0c28a746ed054b4cb82c25e233", @"/Views/_ViewStart.cshtml")]
public class Views__ViewStart : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
{
#pragma warning disable 1998
public async override global::System.Threading.Tasks.Task ExecuteAsync()
{
#line 1 "E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\Views\_ViewStart.cshtml"
Layout = "~/Views/Shared/_Layout.cshtml";
#line default
#line hidden
}
#pragma warning restore 1998
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
}
}
#pragma warning restore 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("SeriousWebsite")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("SeriousWebsite")]
[assembly: System.Reflection.AssemblyTitleAttribute("SeriousWebsite")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute("SeriousWebsite.Views")]
[assembly: Microsoft.AspNetCore.Razor.Hosting.RazorLanguageVersionAttribute("2.1")]
[assembly: Microsoft.AspNetCore.Razor.Hosting.RazorConfigurationNameAttribute("MVC-2.1")]
[assembly: Microsoft.AspNetCore.Razor.Hosting.RazorExtensionAssemblyNameAttribute("MVC-2.1", "Microsoft.AspNetCore.Mvc.Razor.Extensions")]
// Generated by the MSBuild WriteCodeFragment class.
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyApplicationPartFac" +
"tory, Microsoft.AspNetCore.Mvc.Razor")]
[assembly: System.Reflection.AssemblyCompanyAttribute("SeriousWebsite")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyProductAttribute("SeriousWebsite")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyTitleAttribute("SeriousWebsite.Views")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.
This source diff could not be displayed because it is too large. You can view the blob instead.
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\bin\Debug\netcoreapp2.1\SeriousWebsite.deps.json
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\bin\Debug\netcoreapp2.1\SeriousWebsite.runtimeconfig.json
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\bin\Debug\netcoreapp2.1\SeriousWebsite.runtimeconfig.dev.json
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\bin\Debug\netcoreapp2.1\SeriousWebsite.dll
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\bin\Debug\netcoreapp2.1\SeriousWebsite.pdb
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\bin\Debug\netcoreapp2.1\SeriousWebsite.Views.dll
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\bin\Debug\netcoreapp2.1\SeriousWebsite.Views.pdb
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.csprojAssemblyReference.cache
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.csproj.CoreCompileInputs.cache
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.RazorAssemblyInfo.cache
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.RazorAssemblyInfo.cs
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.AssemblyInfoInputs.cache
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.AssemblyInfo.cs
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.TagHelpers.input.cache
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.TagHelpers.output.cache
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.RazorCoreGenerate.cache
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\Razor\Views\Home\Index.g.cshtml.cs
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\Razor\Views\Shared\Error.g.cshtml.cs
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\Razor\Views\Shared\_Layout.g.cshtml.cs
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\Razor\Views\_ViewStart.g.cshtml.cs
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.RazorTargetAssemblyInfo.cache
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.RazorTargetAssemblyInfo.cs
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.Views.pdb
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.dll
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.pdb
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\SeriousWebsite.csproj.CopyComplete
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\Razor\Views\Home\Contact.g.cshtml.cs
E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\Debug\netcoreapp2.1\Razor\Views\Home\ValorantCup.g.cshtml.cs
{
"version": 1,
"dgSpecHash": "X/HxY7D54Q5iqGPL/omygj90DLMTSR+U2sIDpWbuF8TK3w1X4MUFbGFU+oytOKVXOMANSvYwk2PYi+ikRce3OQ==",
"success": true
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">E:\Personal Files\SeriousWebsite\SeriousWebsite\SeriousWebsite\obj\project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Kelvin\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.9.2</NuGetToolVersion>
</PropertyGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.fileproviders.embedded\2.1.1\build\netstandard2.0\Microsoft.Extensions.FileProviders.Embedded.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.fileproviders.embedded\2.1.1\build\netstandard2.0\Microsoft.Extensions.FileProviders.Embedded.props')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.configuration.usersecrets\2.1.1\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.configuration.usersecrets\2.1.1\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.props')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore.design\2.1.1\build\netcoreapp2.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore.design\2.1.1\build\netcoreapp2.0\Microsoft.EntityFrameworkCore.Design.props')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.extensions\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.extensions\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.props')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.razor.design\2.1.2\build\netstandard2.0\Microsoft.AspNetCore.Razor.Design.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.razor.design\2.1.2\build\netstandard2.0\Microsoft.AspNetCore.Razor.Design.props')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.app\2.1.1\build\netcoreapp2.1\Microsoft.AspNetCore.App.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.app\2.1.1\build\netcoreapp2.1\Microsoft.AspNetCore.App.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore.tools\2.1.1</PkgMicrosoft_EntityFrameworkCore_Tools>
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.codeanalysis.analyzers\1.1.0</PkgMicrosoft_CodeAnalysis_Analyzers>
<PkgMicrosoft_AspNetCore_Razor_Design Condition=" '$(PkgMicrosoft_AspNetCore_Razor_Design)' == '' ">C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.razor.design\2.1.2</PkgMicrosoft_AspNetCore_Razor_Design>
</PropertyGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.fileproviders.embedded\2.1.1\build\netstandard2.0\Microsoft.Extensions.FileProviders.Embedded.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.fileproviders.embedded\2.1.1\build\netstandard2.0\Microsoft.Extensions.FileProviders.Embedded.targets')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.configuration.usersecrets\2.1.1\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.configuration.usersecrets\2.1.1\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.targets')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.extensions\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.extensions\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.targets')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.viewcompilation\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.viewcompilation\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.targets')" />
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.app\2.1.1\build\netcoreapp2.1\Microsoft.AspNetCore.App.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.app\2.1.1\build\netcoreapp2.1\Microsoft.AspNetCore.App.targets')" />
</ImportGroup>
</Project>
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment