forked from SiennaCore/SiennaCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSiennaCore.sln
40 lines (40 loc) · 2.37 KB
/
SiennaCore.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Shared.csproj", "{D02108E9-1421-427B-B7FB-41A3963D69AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CharacterServer", "CharacterServer\CharacterServer.csproj", "{F3D61585-8660-4C14-B3B9-30E0EE3F66E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldServer", "WorldServer\WorldServer.csproj", "{FB6401FB-0A31-445B-93BA-0CE4C465BF4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D02108E9-1421-427B-B7FB-41A3963D69AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D02108E9-1421-427B-B7FB-41A3963D69AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D02108E9-1421-427B-B7FB-41A3963D69AF}.Debug|x86.ActiveCfg = Debug|Any CPU
{D02108E9-1421-427B-B7FB-41A3963D69AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D02108E9-1421-427B-B7FB-41A3963D69AF}.Release|Any CPU.Build.0 = Release|Any CPU
{D02108E9-1421-427B-B7FB-41A3963D69AF}.Release|x86.ActiveCfg = Release|Any CPU
{F3D61585-8660-4C14-B3B9-30E0EE3F66E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3D61585-8660-4C14-B3B9-30E0EE3F66E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3D61585-8660-4C14-B3B9-30E0EE3F66E1}.Debug|x86.ActiveCfg = Debug|Any CPU
{F3D61585-8660-4C14-B3B9-30E0EE3F66E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3D61585-8660-4C14-B3B9-30E0EE3F66E1}.Release|Any CPU.Build.0 = Release|Any CPU
{F3D61585-8660-4C14-B3B9-30E0EE3F66E1}.Release|x86.ActiveCfg = Release|Any CPU
{FB6401FB-0A31-445B-93BA-0CE4C465BF4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB6401FB-0A31-445B-93BA-0CE4C465BF4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB6401FB-0A31-445B-93BA-0CE4C465BF4A}.Debug|x86.ActiveCfg = Debug|Any CPU
{FB6401FB-0A31-445B-93BA-0CE4C465BF4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB6401FB-0A31-445B-93BA-0CE4C465BF4A}.Release|Any CPU.Build.0 = Release|Any CPU
{FB6401FB-0A31-445B-93BA-0CE4C465BF4A}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal