-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdventOfCode.sln
43 lines (43 loc) · 2.23 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.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AOC2022", "2022\AOC2022.csproj", "{BF5A304F-A536-4B7F-8468-E392F505004A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4FF8B7BC-9C5C-4185-9E78-DCDB237A4909}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AOC2023", "2023\AOC2023.csproj", "{562A3E4D-9B5E-4304-A209-409945D3ED8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AOC2024", "2024\AOC2024.csproj", "{8BB51437-AA7C-44AC-8BE4-0E136E814D9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF5A304F-A536-4B7F-8468-E392F505004A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF5A304F-A536-4B7F-8468-E392F505004A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF5A304F-A536-4B7F-8468-E392F505004A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF5A304F-A536-4B7F-8468-E392F505004A}.Release|Any CPU.Build.0 = Release|Any CPU
{562A3E4D-9B5E-4304-A209-409945D3ED8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{562A3E4D-9B5E-4304-A209-409945D3ED8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{562A3E4D-9B5E-4304-A209-409945D3ED8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{562A3E4D-9B5E-4304-A209-409945D3ED8D}.Release|Any CPU.Build.0 = Release|Any CPU
{8BB51437-AA7C-44AC-8BE4-0E136E814D9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BB51437-AA7C-44AC-8BE4-0E136E814D9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BB51437-AA7C-44AC-8BE4-0E136E814D9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BB51437-AA7C-44AC-8BE4-0E136E814D9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1785B2E-223A-4D44-8D83-A36004ACEC93}
EndGlobalSection
EndGlobal