-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdventOfCode.sln
48 lines (48 loc) · 2.81 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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode2021", "AdventOfCode2021\AdventOfCode2021.csproj", "{0F356F55-D1AA-4EAE-9D4F-8E7CB27D22AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A0193D6A-E426-4E6F-9C60-8679908F1B6B}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode.Generic", "AdventOfCode.Generic\AdventOfCode.Generic.csproj", "{C90371EA-ED59-481C-9469-6EA4DB661C86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode2022", "AdventOfCode2022\AdventOfCode2022.csproj", "{DFAE01ED-37B2-4FB9-A00B-C14A7697AAFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode2023", "AdventOfCode2023\AdventOfCode2023.csproj", "{F467623E-477D-4AC3-AF04-675C5D48016B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F356F55-D1AA-4EAE-9D4F-8E7CB27D22AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F356F55-D1AA-4EAE-9D4F-8E7CB27D22AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F356F55-D1AA-4EAE-9D4F-8E7CB27D22AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F356F55-D1AA-4EAE-9D4F-8E7CB27D22AF}.Release|Any CPU.Build.0 = Release|Any CPU
{C90371EA-ED59-481C-9469-6EA4DB661C86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C90371EA-ED59-481C-9469-6EA4DB661C86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C90371EA-ED59-481C-9469-6EA4DB661C86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C90371EA-ED59-481C-9469-6EA4DB661C86}.Release|Any CPU.Build.0 = Release|Any CPU
{DFAE01ED-37B2-4FB9-A00B-C14A7697AAFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFAE01ED-37B2-4FB9-A00B-C14A7697AAFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFAE01ED-37B2-4FB9-A00B-C14A7697AAFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFAE01ED-37B2-4FB9-A00B-C14A7697AAFA}.Release|Any CPU.Build.0 = Release|Any CPU
{F467623E-477D-4AC3-AF04-675C5D48016B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F467623E-477D-4AC3-AF04-675C5D48016B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F467623E-477D-4AC3-AF04-675C5D48016B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F467623E-477D-4AC3-AF04-675C5D48016B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4572C87-E1E9-421D-AA02-B4640B208B8D}
EndGlobalSection
EndGlobal