32 lines
1.5 KiB
Plaintext
32 lines
1.5 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.4.33122.133
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode", "AdventOfCode\AdventOfCode.csproj", "{4D56E1C0-374C-446F-A0FD-42048ADE935D}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DayOne", "DayOne\DayOne.csproj", "{0988CC6B-5B4F-4CC7-814A-C07D27244099}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{4D56E1C0-374C-446F-A0FD-42048ADE935D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{4D56E1C0-374C-446F-A0FD-42048ADE935D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{4D56E1C0-374C-446F-A0FD-42048ADE935D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{4D56E1C0-374C-446F-A0FD-42048ADE935D}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{0988CC6B-5B4F-4CC7-814A-C07D27244099}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{0988CC6B-5B4F-4CC7-814A-C07D27244099}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{0988CC6B-5B4F-4CC7-814A-C07D27244099}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{0988CC6B-5B4F-4CC7-814A-C07D27244099}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {D68AC081-FF6A-4D9B-B3C3-91B8B49A3B8A}
|
|
EndGlobalSection
|
|
EndGlobal
|