-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdventOfCode2019.sln
More file actions
43 lines (43 loc) · 2.56 KB
/
Copy pathAdventOfCode2019.sln
File metadata and controls
43 lines (43 loc) · 2.56 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode2019Console", "AdventOfCode2019Console\AdventOfCode2019Console.csproj", "{A8BE3F19-65D1-4E88-994F-793DBFA2865B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode", "AdventOfCode\AdventOfCode.csproj", "{1AF94AB1-8C9C-4DDE-B9D9-B8A67513D992}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode2019Test", "AdventOfCode2019Test\AdventOfCode2019Test.csproj", "{23597489-2800-4523-A177-6AEB4A7C3AE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Day15Console", "Day15Console\Day15Console.csproj", "{D9FEF5D6-9D4A-4863-88E0-84830E46A996}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8BE3F19-65D1-4E88-994F-793DBFA2865B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8BE3F19-65D1-4E88-994F-793DBFA2865B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8BE3F19-65D1-4E88-994F-793DBFA2865B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8BE3F19-65D1-4E88-994F-793DBFA2865B}.Release|Any CPU.Build.0 = Release|Any CPU
{1AF94AB1-8C9C-4DDE-B9D9-B8A67513D992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AF94AB1-8C9C-4DDE-B9D9-B8A67513D992}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AF94AB1-8C9C-4DDE-B9D9-B8A67513D992}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AF94AB1-8C9C-4DDE-B9D9-B8A67513D992}.Release|Any CPU.Build.0 = Release|Any CPU
{23597489-2800-4523-A177-6AEB4A7C3AE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23597489-2800-4523-A177-6AEB4A7C3AE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23597489-2800-4523-A177-6AEB4A7C3AE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23597489-2800-4523-A177-6AEB4A7C3AE7}.Release|Any CPU.Build.0 = Release|Any CPU
{D9FEF5D6-9D4A-4863-88E0-84830E46A996}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9FEF5D6-9D4A-4863-88E0-84830E46A996}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9FEF5D6-9D4A-4863-88E0-84830E46A996}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9FEF5D6-9D4A-4863-88E0-84830E46A996}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0249AD58-E770-4206-8FF0-77A7414BCF94}
EndGlobalSection
EndGlobal