first commit
This commit is contained in:
31
AdventOfCode2019.sln
Normal file
31
AdventOfCode2019.sln
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.29009.5
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProblemOne", "ProblemOne\ProblemOne.csproj", "{58FECE0A-7AC6-47CC-A93A-6D843FC040A0}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProblemTwo", "ProblemTwo\ProblemTwo.csproj", "{B2FF7525-4241-41D1-B325-F814DEB7672F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{58FECE0A-7AC6-47CC-A93A-6D843FC040A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{58FECE0A-7AC6-47CC-A93A-6D843FC040A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{58FECE0A-7AC6-47CC-A93A-6D843FC040A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{58FECE0A-7AC6-47CC-A93A-6D843FC040A0}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{B2FF7525-4241-41D1-B325-F814DEB7672F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B2FF7525-4241-41D1-B325-F814DEB7672F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B2FF7525-4241-41D1-B325-F814DEB7672F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B2FF7525-4241-41D1-B325-F814DEB7672F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {EBF8B716-389F-47B8-B749-02492D04E273}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user