-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSandman.sln
32 lines (32 loc) · 1.31 KB
/
Sandman.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandman", "Sandman.csproj", "{CCCE5050-2FB7-480C-A8A7-83D3DD7B1A4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{43F1D175-44CC-49EA-87D4-C1DC8EEB8B50}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCCE5050-2FB7-480C-A8A7-83D3DD7B1A4F}.Debug|x64.ActiveCfg = Debug|x64
{CCCE5050-2FB7-480C-A8A7-83D3DD7B1A4F}.Debug|x64.Build.0 = Debug|x64
{CCCE5050-2FB7-480C-A8A7-83D3DD7B1A4F}.Release|x64.ActiveCfg = Release|x64
{CCCE5050-2FB7-480C-A8A7-83D3DD7B1A4F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CE181A0-5144-474C-BC2F-FA611C9DA5D7}
EndGlobalSection
EndGlobal