Add AdventOfCode2024 projects

This commit is contained in:
2024-12-01 07:36:28 +01:00
parent 0571e443b8
commit c2d956ac88
5 changed files with 67 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode2023.Tests", "A
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode.Common", "AdventOfCode.Common\AdventOfCode.Common.csproj", "{D6C2B27F-22C3-49E2-9591-225B7132452D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode2024", "AdventOfCode2024\AdventOfCode2024.csproj", "{3B0B663D-9F64-4DC7-A310-60C14BFB781A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode2024.Tests", "AdventOfCode2024.Tests\AdventOfCode2024.Tests.csproj", "{810BAAF0-4BE6-4D1D-9F06-F293BA72C600}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -63,6 +67,14 @@ Global
{D6C2B27F-22C3-49E2-9591-225B7132452D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6C2B27F-22C3-49E2-9591-225B7132452D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6C2B27F-22C3-49E2-9591-225B7132452D}.Release|Any CPU.Build.0 = Release|Any CPU
{3B0B663D-9F64-4DC7-A310-60C14BFB781A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B0B663D-9F64-4DC7-A310-60C14BFB781A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B0B663D-9F64-4DC7-A310-60C14BFB781A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B0B663D-9F64-4DC7-A310-60C14BFB781A}.Release|Any CPU.Build.0 = Release|Any CPU
{810BAAF0-4BE6-4D1D-9F06-F293BA72C600}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{810BAAF0-4BE6-4D1D-9F06-F293BA72C600}.Debug|Any CPU.Build.0 = Debug|Any CPU
{810BAAF0-4BE6-4D1D-9F06-F293BA72C600}.Release|Any CPU.ActiveCfg = Release|Any CPU
{810BAAF0-4BE6-4D1D-9F06-F293BA72C600}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE