-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdventOfCode2018.sln
37 lines (37 loc) · 2 KB
/
AdventOfCode2018.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 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Tests", "Core.Tests\Core.Tests.csproj", "{88500013-DA37-4B5D-8D2F-7FA174CF7094}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Client", "Core.Client\Core.Client.csproj", "{132D8DAE-F896-421E-BCCE-01CCF32AC487}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{9C2D438F-7A94-4544-AB72-F0F75395DC4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88500013-DA37-4B5D-8D2F-7FA174CF7094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88500013-DA37-4B5D-8D2F-7FA174CF7094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88500013-DA37-4B5D-8D2F-7FA174CF7094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88500013-DA37-4B5D-8D2F-7FA174CF7094}.Release|Any CPU.Build.0 = Release|Any CPU
{132D8DAE-F896-421E-BCCE-01CCF32AC487}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{132D8DAE-F896-421E-BCCE-01CCF32AC487}.Debug|Any CPU.Build.0 = Debug|Any CPU
{132D8DAE-F896-421E-BCCE-01CCF32AC487}.Release|Any CPU.ActiveCfg = Release|Any CPU
{132D8DAE-F896-421E-BCCE-01CCF32AC487}.Release|Any CPU.Build.0 = Release|Any CPU
{9C2D438F-7A94-4544-AB72-F0F75395DC4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C2D438F-7A94-4544-AB72-F0F75395DC4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C2D438F-7A94-4544-AB72-F0F75395DC4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C2D438F-7A94-4544-AB72-F0F75395DC4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {581EF84F-664A-463C-AF56-C8CBBA12D724}
EndGlobalSection
EndGlobal