forked from p2sr/GhostServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGhostServer.sln
More file actions
30 lines (30 loc) · 1.45 KB
/
GhostServer.sln
File metadata and controls
30 lines (30 loc) · 1.45 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GhostServer", "GhostServer\GhostServer.vcxproj", "{C861F016-E7B0-4FCA-9E4F-82CE43223C5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
DebugGUI|x64 = DebugGUI|x64
ReleaseGUI|x64 = ReleaseGUI|x64
DebugCLI|x64 = DebugCLI|x64
ReleaseCLI|x64 = ReleaseCLI|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C861F016-E7B0-4FCA-9E4F-82CE43223C5F}.DebugGUI|x64.ActiveCfg = DebugGUI|x64
{C861F016-E7B0-4FCA-9E4F-82CE43223C5F}.DebugGUI|x64.Build.0 = DebugGUI|x64
{C861F016-E7B0-4FCA-9E4F-82CE43223C5F}.ReleaseGUI|x64.ActiveCfg = ReleaseGUI|x64
{C861F016-E7B0-4FCA-9E4F-82CE43223C5F}.ReleaseGUI|x64.Build.0 = ReleaseGUI|x64
{C861F016-E7B0-4FCA-9E4F-82CE43223C5F}.DebugCLI|x64.ActiveCfg = DebugCLI|x64
{C861F016-E7B0-4FCA-9E4F-82CE43223C5F}.DebugCLI|x64.Build.0 = DebugCLI|x64
{C861F016-E7B0-4FCA-9E4F-82CE43223C5F}.ReleaseCLI|x64.ActiveCfg = ReleaseCLI|x64
{C861F016-E7B0-4FCA-9E4F-82CE43223C5F}.ReleaseCLI|x64.Build.0 = ReleaseCLI|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C61B89C-8E0F-4C68-952A-2F0793C9AC83}
EndGlobalSection
EndGlobal