-
Notifications
You must be signed in to change notification settings - Fork 6
/
Solution.sln
32 lines (32 loc) · 1.77 KB
/
Solution.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 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "game", "game.vcxproj", "{A65DDD92-FF20-4B1F-AE83-CD71FD4ECCC8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gameserver", "gameserver.vcxproj", "{3BF45199-774E-4307-B5F3-8F2C2A82AA87}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loginserver", "loginserver.vcxproj", "{3E0C518B-3B24-42FA-A62F-EC1D56606E25}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
XDebug|Win32 = XDebug|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A65DDD92-FF20-4B1F-AE83-CD71FD4ECCC8}.Release|Win32.ActiveCfg = Release|Win32
{A65DDD92-FF20-4B1F-AE83-CD71FD4ECCC8}.Release|Win32.Build.0 = Release|Win32
{A65DDD92-FF20-4B1F-AE83-CD71FD4ECCC8}.XDebug|Win32.ActiveCfg = XDebug|Win32
{A65DDD92-FF20-4B1F-AE83-CD71FD4ECCC8}.XDebug|Win32.Build.0 = XDebug|Win32
{3BF45199-774E-4307-B5F3-8F2C2A82AA87}.Release|Win32.ActiveCfg = Release|Win32
{3BF45199-774E-4307-B5F3-8F2C2A82AA87}.Release|Win32.Build.0 = Release|Win32
{3BF45199-774E-4307-B5F3-8F2C2A82AA87}.XDebug|Win32.ActiveCfg = XDebug|Win32
{3BF45199-774E-4307-B5F3-8F2C2A82AA87}.XDebug|Win32.Build.0 = XDebug|Win32
{3E0C518B-3B24-42FA-A62F-EC1D56606E25}.Release|Win32.ActiveCfg = Release|Win32
{3E0C518B-3B24-42FA-A62F-EC1D56606E25}.Release|Win32.Build.0 = Release|Win32
{3E0C518B-3B24-42FA-A62F-EC1D56606E25}.XDebug|Win32.ActiveCfg = XDebug|Win32
{3E0C518B-3B24-42FA-A62F-EC1D56606E25}.XDebug|Win32.Build.0 = XDebug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal