-
Notifications
You must be signed in to change notification settings - Fork 10
/
KnightOnlineServer.sln
60 lines (60 loc) · 3.46 KB
/
KnightOnlineServer.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AIServer", "AIServer\proj-AIServer.vcxproj", "{36A92A8F-3820-435C-AC63-E861A556C1BB}"
ProjectSection(ProjectDependencies) = postProject
{221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01} = {221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GameServer", "GameServer\proj-GameServer.vcxproj", "{99006BDF-4BBD-4687-99C3-1424F32D95FC}"
ProjectSection(ProjectDependencies) = postProject
{221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01} = {221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01}
{476399DF-6832-45BE-86A7-DF43728B9938} = {476399DF-6832-45BE-86A7-DF43728B9938}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LogInServer", "LogInServer\proj-LogInServer.vcxproj", "{F68DA1BF-90B2-4166-8DDB-B82D813EA961}"
ProjectSection(ProjectDependencies) = postProject
{221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01} = {221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua", "Scripting\Lua.vcxproj", "{476399DF-6832-45BE-86A7-DF43728B9938}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shared", "shared\shared.vcxproj", "{221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36A92A8F-3820-435C-AC63-E861A556C1BB}.Debug|Win32.ActiveCfg = Debug|Win32
{36A92A8F-3820-435C-AC63-E861A556C1BB}.Debug|Win32.Build.0 = Debug|Win32
{36A92A8F-3820-435C-AC63-E861A556C1BB}.Debug|Win32.Deploy.0 = Debug|Win32
{36A92A8F-3820-435C-AC63-E861A556C1BB}.Release|Win32.ActiveCfg = Release|Win32
{36A92A8F-3820-435C-AC63-E861A556C1BB}.Release|Win32.Build.0 = Release|Win32
{99006BDF-4BBD-4687-99C3-1424F32D95FC}.Debug|Win32.ActiveCfg = Debug|Win32
{99006BDF-4BBD-4687-99C3-1424F32D95FC}.Debug|Win32.Build.0 = Debug|Win32
{99006BDF-4BBD-4687-99C3-1424F32D95FC}.Release|Win32.ActiveCfg = Release|Win32
{99006BDF-4BBD-4687-99C3-1424F32D95FC}.Release|Win32.Build.0 = Release|Win32
{F68DA1BF-90B2-4166-8DDB-B82D813EA961}.Debug|Win32.ActiveCfg = Debug|Win32
{F68DA1BF-90B2-4166-8DDB-B82D813EA961}.Debug|Win32.Build.0 = Debug|Win32
{F68DA1BF-90B2-4166-8DDB-B82D813EA961}.Release|Win32.ActiveCfg = Release|Win32
{F68DA1BF-90B2-4166-8DDB-B82D813EA961}.Release|Win32.Build.0 = Release|Win32
{476399DF-6832-45BE-86A7-DF43728B9938}.Debug|Win32.ActiveCfg = Debug|Win32
{476399DF-6832-45BE-86A7-DF43728B9938}.Debug|Win32.Build.0 = Debug|Win32
{476399DF-6832-45BE-86A7-DF43728B9938}.Release|Win32.ActiveCfg = Release|Win32
{476399DF-6832-45BE-86A7-DF43728B9938}.Release|Win32.Build.0 = Release|Win32
{221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01}.Debug|Win32.ActiveCfg = Debug|Win32
{221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01}.Debug|Win32.Build.0 = Debug|Win32
{221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01}.Release|Win32.ActiveCfg = Release|Win32
{221DE5A1-4C5A-4DC7-82A0-0BB66E0ADD01}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {094F76F2-2FE6-42B8-BF45-3B52967438C4}
EndGlobalSection
EndGlobal