-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdventOfCode2021.sln
More file actions
37 lines (37 loc) · 1.97 KB
/
AdventOfCode2021.sln
File metadata and controls
37 lines (37 loc) · 1.97 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Day1", "Day1\Day1.csproj", "{319DB94C-0887-480F-B31F-B5522B14F85B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Day2", "Day2\Day2.csproj", "{D0AA1F69-C9C7-470A-8709-A97513846BC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Day3", "Day3\Day3.csproj", "{C38A5A18-B368-4786-A862-DAE529861514}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{319DB94C-0887-480F-B31F-B5522B14F85B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{319DB94C-0887-480F-B31F-B5522B14F85B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{319DB94C-0887-480F-B31F-B5522B14F85B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{319DB94C-0887-480F-B31F-B5522B14F85B}.Release|Any CPU.Build.0 = Release|Any CPU
{D0AA1F69-C9C7-470A-8709-A97513846BC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0AA1F69-C9C7-470A-8709-A97513846BC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0AA1F69-C9C7-470A-8709-A97513846BC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0AA1F69-C9C7-470A-8709-A97513846BC8}.Release|Any CPU.Build.0 = Release|Any CPU
{C38A5A18-B368-4786-A862-DAE529861514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C38A5A18-B368-4786-A862-DAE529861514}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C38A5A18-B368-4786-A862-DAE529861514}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C38A5A18-B368-4786-A862-DAE529861514}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A70A07C-9056-490E-9F1D-D124FF2B0E57}
EndGlobalSection
EndGlobal