-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdventOfCode2019.sln
37 lines (37 loc) · 2.13 KB
/
AdventOfCode2019.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode2019", "AdventOfCode2019\AdventOfCode2019.csproj", "{3E0285C0-5790-4E18-BA3F-7C56F1D04838}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode2019.Tests", "AdventOfCode2019.Tests\AdventOfCode2019.Tests.csproj", "{E07D41BA-BE1F-41D2-8A78-ED67C2FC8AE1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode.ProblemInputGrabber", "AdventOfCode.ProblemInputGrabber\AdventOfCode.ProblemInputGrabber.csproj", "{47E5F78D-0544-4E58-A37A-7FEB519C6954}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E0285C0-5790-4E18-BA3F-7C56F1D04838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E0285C0-5790-4E18-BA3F-7C56F1D04838}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E0285C0-5790-4E18-BA3F-7C56F1D04838}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E0285C0-5790-4E18-BA3F-7C56F1D04838}.Release|Any CPU.Build.0 = Release|Any CPU
{E07D41BA-BE1F-41D2-8A78-ED67C2FC8AE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E07D41BA-BE1F-41D2-8A78-ED67C2FC8AE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E07D41BA-BE1F-41D2-8A78-ED67C2FC8AE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E07D41BA-BE1F-41D2-8A78-ED67C2FC8AE1}.Release|Any CPU.Build.0 = Release|Any CPU
{47E5F78D-0544-4E58-A37A-7FEB519C6954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47E5F78D-0544-4E58-A37A-7FEB519C6954}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47E5F78D-0544-4E58-A37A-7FEB519C6954}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47E5F78D-0544-4E58-A37A-7FEB519C6954}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD570201-B5D9-4267-86C7-15770CD85FBC}
EndGlobalSection
EndGlobal