-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdventOfCode.sln
42 lines (42 loc) · 2.3 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
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}") = "AdventOfCode.Runner", "AdventOfCode.Runner\AdventOfCode.Runner.csproj", "{151A64F0-760E-4246-A910-17B6F81B8774}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode", "AdventOfCode\AdventOfCode.csproj", "{1B98A705-6AA3-4FB8-9DBA-1D50D824C543}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F9D9DDB4-CABD-4AB4-A5D4-4C88992D09EE}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode.Tests", "AdventOfCode.Tests\AdventOfCode.Tests.csproj", "{F9B86D3F-4288-4F5C-81CD-F4FB4CC7EF0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{151A64F0-760E-4246-A910-17B6F81B8774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{151A64F0-760E-4246-A910-17B6F81B8774}.Debug|Any CPU.Build.0 = Debug|Any CPU
{151A64F0-760E-4246-A910-17B6F81B8774}.Release|Any CPU.ActiveCfg = Release|Any CPU
{151A64F0-760E-4246-A910-17B6F81B8774}.Release|Any CPU.Build.0 = Release|Any CPU
{1B98A705-6AA3-4FB8-9DBA-1D50D824C543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B98A705-6AA3-4FB8-9DBA-1D50D824C543}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B98A705-6AA3-4FB8-9DBA-1D50D824C543}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B98A705-6AA3-4FB8-9DBA-1D50D824C543}.Release|Any CPU.Build.0 = Release|Any CPU
{F9B86D3F-4288-4F5C-81CD-F4FB4CC7EF0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9B86D3F-4288-4F5C-81CD-F4FB4CC7EF0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9B86D3F-4288-4F5C-81CD-F4FB4CC7EF0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9B86D3F-4288-4F5C-81CD-F4FB4CC7EF0E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B74C8B0-C0EC-4263-8EC9-60DC03EB9D6B}
EndGlobalSection
EndGlobal