forked from mynew4/Arctium
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Arctium WoW.sln
40 lines (40 loc) · 2.28 KB
/
Arctium WoW.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Framework", "Projects\Framework\Framework.csproj", "{B7D0E27F-3AB2-413A-B9AF-040C67750639}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthServer", "Projects\Server\AuthServer\AuthServer.csproj", "{8497E5BC-BDA3-4216-82C0-1244CDACA222}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealmServer", "Projects\Server\RealmServer\RealmServer.csproj", "{30F73824-6464-42C5-9006-61DA89C2396D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldNode", "Projects\Server\WorldServer\WorldNode\WorldNode.csproj", "{DA6EF199-3D5F-4B1A-A1F7-7590039D89AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7D0E27F-3AB2-413A-B9AF-040C67750639}.Debug|x64.ActiveCfg = Debug|x64
{B7D0E27F-3AB2-413A-B9AF-040C67750639}.Debug|x64.Build.0 = Debug|x64
{B7D0E27F-3AB2-413A-B9AF-040C67750639}.Release|x64.ActiveCfg = Release|x64
{B7D0E27F-3AB2-413A-B9AF-040C67750639}.Release|x64.Build.0 = Release|x64
{8497E5BC-BDA3-4216-82C0-1244CDACA222}.Debug|x64.ActiveCfg = Debug|x64
{8497E5BC-BDA3-4216-82C0-1244CDACA222}.Debug|x64.Build.0 = Debug|x64
{8497E5BC-BDA3-4216-82C0-1244CDACA222}.Release|x64.ActiveCfg = Release|x64
{8497E5BC-BDA3-4216-82C0-1244CDACA222}.Release|x64.Build.0 = Release|x64
{30F73824-6464-42C5-9006-61DA89C2396D}.Debug|x64.ActiveCfg = Debug|x64
{30F73824-6464-42C5-9006-61DA89C2396D}.Debug|x64.Build.0 = Debug|x64
{30F73824-6464-42C5-9006-61DA89C2396D}.Release|x64.ActiveCfg = Release|x64
{30F73824-6464-42C5-9006-61DA89C2396D}.Release|x64.Build.0 = Release|x64
{DA6EF199-3D5F-4B1A-A1F7-7590039D89AB}.Debug|x64.ActiveCfg = Debug|x64
{DA6EF199-3D5F-4B1A-A1F7-7590039D89AB}.Debug|x64.Build.0 = Debug|x64
{DA6EF199-3D5F-4B1A-A1F7-7590039D89AB}.Release|x64.ActiveCfg = Release|x64
{DA6EF199-3D5F-4B1A-A1F7-7590039D89AB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal