adventOfCode_2023/CSharp/AdventOfCode/AdventOfCode.sln

38 lines
2.0 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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DayOne", "DayOne\DayOne.csproj", "{0988CC6B-5B4F-4CC7-814A-C07D27244099}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DayTwo", "DayTwo\DayTwo.csproj", "{61C6C698-A71A-40A4-A6F1-8096D2FDB9E6}"
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
{61C6C698-A71A-40A4-A6F1-8096D2FDB9E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61C6C698-A71A-40A4-A6F1-8096D2FDB9E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61C6C698-A71A-40A4-A6F1-8096D2FDB9E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61C6C698-A71A-40A4-A6F1-8096D2FDB9E6}.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