-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdventure.sln
30 lines (30 loc) · 1.47 KB
/
Adventure.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advent-Game", "Advent-Game\Advent-Game.csproj", "{B917E264-8018-4847-BBCE-07726571E39E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advent-Test", "Advent-Test\Advent-Test.csproj", "{BED0112E-2F7D-4D03-B182-33F8F1F178A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B917E264-8018-4847-BBCE-07726571E39E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B917E264-8018-4847-BBCE-07726571E39E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B917E264-8018-4847-BBCE-07726571E39E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B917E264-8018-4847-BBCE-07726571E39E}.Release|Any CPU.Build.0 = Release|Any CPU
{BED0112E-2F7D-4D03-B182-33F8F1F178A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BED0112E-2F7D-4D03-B182-33F8F1F178A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BED0112E-2F7D-4D03-B182-33F8F1F178A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3EDEADE-CAA1-4CC0-98A7-27DAD4C48502}
EndGlobalSection
EndGlobal