AdventOfCode/Advent Of Code.sln
Rob 3846b42b7e Massive code base change
partial completion of day 3
2023-12-03 19:09:26 +01:00

38 lines
2.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.Core", "AdventOfCode.Core\AdventOfCode.Core.csproj", "{61EF900D-0CDB-4FC2-8E13-73BEFE0A36E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.Solutions", "AdventOfCode.Solutions\AdventOfCode.Solutions.csproj", "{BDDFE214-9F20-4BF7-94C6-19BAAF130FDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.Runner", "AdvendOfCode.Runner\AdventOfCode.Runner.csproj", "{9A188168-565C-4D82-8C81-DD3A15386863}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61EF900D-0CDB-4FC2-8E13-73BEFE0A36E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61EF900D-0CDB-4FC2-8E13-73BEFE0A36E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61EF900D-0CDB-4FC2-8E13-73BEFE0A36E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61EF900D-0CDB-4FC2-8E13-73BEFE0A36E0}.Release|Any CPU.Build.0 = Release|Any CPU
{BDDFE214-9F20-4BF7-94C6-19BAAF130FDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDDFE214-9F20-4BF7-94C6-19BAAF130FDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDDFE214-9F20-4BF7-94C6-19BAAF130FDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDDFE214-9F20-4BF7-94C6-19BAAF130FDA}.Release|Any CPU.Build.0 = Release|Any CPU
{9A188168-565C-4D82-8C81-DD3A15386863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A188168-565C-4D82-8C81-DD3A15386863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A188168-565C-4D82-8C81-DD3A15386863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A188168-565C-4D82-8C81-DD3A15386863}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D5D52D1F-5A13-43B7-BFC7-773C0E4623D7}
EndGlobalSection
EndGlobal