-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdventOfCode.sln
More file actions
49 lines (49 loc) · 3.09 KB
/
AdventOfCode.sln
File metadata and controls
49 lines (49 loc) · 3.09 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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.Solutions", "AdventOfCode.Solutions\AdventOfCode.Solutions.csproj", "{0C043B4A-0041-4876-88D0-5BC5E9C426BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.Services", "AdventOfCode.Services\AdventOfCode.Services.csproj", "{D131253D-0681-42D8-8626-C75E11972167}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode", "AdventOfCode.csproj", "{4D64DBD2-6062-4130-B358-CAACE4400BA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.Position", "AdventOfCode.Position\AdventOfCode.Position.csproj", "{4DE12952-D2C0-48C3-9D0C-E297E8E1B4C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.Position.Tests", "AdventOfCode.Position.Tests\AdventOfCode.Position.Tests.csproj", "{991314F6-6C0D-4258-89F8-B0DF25957267}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C043B4A-0041-4876-88D0-5BC5E9C426BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C043B4A-0041-4876-88D0-5BC5E9C426BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C043B4A-0041-4876-88D0-5BC5E9C426BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C043B4A-0041-4876-88D0-5BC5E9C426BB}.Release|Any CPU.Build.0 = Release|Any CPU
{D131253D-0681-42D8-8626-C75E11972167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D131253D-0681-42D8-8626-C75E11972167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D131253D-0681-42D8-8626-C75E11972167}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D131253D-0681-42D8-8626-C75E11972167}.Release|Any CPU.Build.0 = Release|Any CPU
{4D64DBD2-6062-4130-B358-CAACE4400BA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D64DBD2-6062-4130-B358-CAACE4400BA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D64DBD2-6062-4130-B358-CAACE4400BA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D64DBD2-6062-4130-B358-CAACE4400BA1}.Release|Any CPU.Build.0 = Release|Any CPU
{4DE12952-D2C0-48C3-9D0C-E297E8E1B4C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DE12952-D2C0-48C3-9D0C-E297E8E1B4C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DE12952-D2C0-48C3-9D0C-E297E8E1B4C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DE12952-D2C0-48C3-9D0C-E297E8E1B4C0}.Release|Any CPU.Build.0 = Release|Any CPU
{991314F6-6C0D-4258-89F8-B0DF25957267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{991314F6-6C0D-4258-89F8-B0DF25957267}.Debug|Any CPU.Build.0 = Debug|Any CPU
{991314F6-6C0D-4258-89F8-B0DF25957267}.Release|Any CPU.ActiveCfg = Release|Any CPU
{991314F6-6C0D-4258-89F8-B0DF25957267}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95D6B372-98F9-4C56-A637-D0CF6CCB87E9}
EndGlobalSection
EndGlobal