Full game

This commit is contained in:
Ben Ramey
2018-11-17 20:12:09 -06:00
parent 93e9749662
commit 049be4a957
47 changed files with 1884 additions and 0 deletions

25
BlazorTest/BlazorTest.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorTest", "BlazorTest\BlazorTest.csproj", "{1164EAAE-A786-44D6-96D0-CC3B395814C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1164EAAE-A786-44D6-96D0-CC3B395814C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1164EAAE-A786-44D6-96D0-CC3B395814C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1164EAAE-A786-44D6-96D0-CC3B395814C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1164EAAE-A786-44D6-96D0-CC3B395814C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CF229A7-F78A-4D03-B535-82F975E378BA}
EndGlobalSection
EndGlobal