-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdventOfCode.sln
43 lines (43 loc) · 2.42 KB
/
AdventOfCode.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2022", "2022\2022.csproj", "{3A62C51A-8B6F-4B91-990D-F56EA7E982D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{E2287EA0-613A-4A17-B0B2-D851E450E0B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2023", "2023\2023.csproj", "{A52636F7-4B60-4B16-ADCE-8DA22D546301}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2024", "2024\2024.csproj", "{E1053684-D72E-4603-9593-DFF452C6CE76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A62C51A-8B6F-4B91-990D-F56EA7E982D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A62C51A-8B6F-4B91-990D-F56EA7E982D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A62C51A-8B6F-4B91-990D-F56EA7E982D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A62C51A-8B6F-4B91-990D-F56EA7E982D8}.Release|Any CPU.Build.0 = Release|Any CPU
{E2287EA0-613A-4A17-B0B2-D851E450E0B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2287EA0-613A-4A17-B0B2-D851E450E0B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2287EA0-613A-4A17-B0B2-D851E450E0B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2287EA0-613A-4A17-B0B2-D851E450E0B4}.Release|Any CPU.Build.0 = Release|Any CPU
{A52636F7-4B60-4B16-ADCE-8DA22D546301}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A52636F7-4B60-4B16-ADCE-8DA22D546301}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A52636F7-4B60-4B16-ADCE-8DA22D546301}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A52636F7-4B60-4B16-ADCE-8DA22D546301}.Release|Any CPU.Build.0 = Release|Any CPU
{E1053684-D72E-4603-9593-DFF452C6CE76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1053684-D72E-4603-9593-DFF452C6CE76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1053684-D72E-4603-9593-DFF452C6CE76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1053684-D72E-4603-9593-DFF452C6CE76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC22D6D9-74EA-4938-AF81-A69F39F66B2D}
EndGlobalSection
EndGlobal