-
Notifications
You must be signed in to change notification settings - Fork 21
/
Graveyard.sln
36 lines (36 loc) · 1.7 KB
/
Graveyard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Graveyard", "Graveyard\Graveyard.csproj", "{59C8CCA4-7F9B-4592-87A8-A23ADED7759E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{53E4F774-8043-46B4-B786-BB32DEDA2CF1}"
ProjectSection(SolutionItems) = preProject
update-libraries.ps1 = update-libraries.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59C8CCA4-7F9B-4592-87A8-A23ADED7759E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59C8CCA4-7F9B-4592-87A8-A23ADED7759E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59C8CCA4-7F9B-4592-87A8-A23ADED7759E}.Debug|x86.ActiveCfg = Debug|x86
{59C8CCA4-7F9B-4592-87A8-A23ADED7759E}.Debug|x86.Build.0 = Debug|x86
{59C8CCA4-7F9B-4592-87A8-A23ADED7759E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59C8CCA4-7F9B-4592-87A8-A23ADED7759E}.Release|Any CPU.Build.0 = Release|Any CPU
{59C8CCA4-7F9B-4592-87A8-A23ADED7759E}.Release|x86.ActiveCfg = Release|x86
{59C8CCA4-7F9B-4592-87A8-A23ADED7759E}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5703983-F932-4DBC-94F0-0FE31B4E6A90}
EndGlobalSection
EndGlobal