Initial commit

This commit is contained in:
2019-12-02 20:58:03 -05:00
parent ab5cefdf3f
commit 127a57221a
7 changed files with 156 additions and 1 deletions

25
Advent.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advent", "Advent.csproj", "{6D876526-1EA3-484C-B1B2-A6EEFEF7CA23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D876526-1EA3-484C-B1B2-A6EEFEF7CA23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D876526-1EA3-484C-B1B2-A6EEFEF7CA23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D876526-1EA3-484C-B1B2-A6EEFEF7CA23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D876526-1EA3-484C-B1B2-A6EEFEF7CA23}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1881BC49-072A-4A7E-9C3B-8172112237CC}
EndGlobalSection
EndGlobal