-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdventOfCode2017.sln
More file actions
31 lines (31 loc) · 1.61 KB
/
AdventOfCode2017.sln
File metadata and controls
31 lines (31 loc) · 1.61 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode2017", "AdventOfCode2017\AdventOfCode2017.csproj", "{2431580E-2D7C-421B-A7EC-E802742972A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphAdjacencyList", "G:\COSC 286\Projects\Graph\GraphAdjacencyList\GraphAdjacencyList.csproj", "{AFC5B10F-5789-43A6-8125-1E90CC22CAC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2431580E-2D7C-421B-A7EC-E802742972A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2431580E-2D7C-421B-A7EC-E802742972A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2431580E-2D7C-421B-A7EC-E802742972A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2431580E-2D7C-421B-A7EC-E802742972A1}.Release|Any CPU.Build.0 = Release|Any CPU
{AFC5B10F-5789-43A6-8125-1E90CC22CAC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFC5B10F-5789-43A6-8125-1E90CC22CAC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFC5B10F-5789-43A6-8125-1E90CC22CAC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFC5B10F-5789-43A6-8125-1E90CC22CAC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2306056-C132-4F8C-AF9C-45C861614280}
EndGlobalSection
EndGlobal