-
Notifications
You must be signed in to change notification settings - Fork 4
/
Zolian.sln
50 lines (50 loc) · 3.14 KB
/
Zolian.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zolian.GameServer", "Zolian.GameServer\Zolian.GameServer.csproj", "{4275224B-1A23-4334-9DF6-6F746F34A8A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zolian.Server.Base", "Zolian.Server.Base\Zolian.Server.Base.csproj", "{F2A7E04E-65A8-44A6-A642-01C8F4A6149C}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Server.Configurations", "Server.Configurations\Server.Configurations.shproj", "{BA99DF5E-E48A-411A-8B1A-4458116CB513}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZolianTest", "ZolianTest\ZolianTest.csproj", "{2B209986-7A39-4646-A97E-E8A853FE86AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zolian.AlwaysOn", "Zolian.AlwaysOn\Zolian.AlwaysOn.csproj", "{398955D1-BAB0-4495-A672-966371167D76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4275224B-1A23-4334-9DF6-6F746F34A8A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4275224B-1A23-4334-9DF6-6F746F34A8A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4275224B-1A23-4334-9DF6-6F746F34A8A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4275224B-1A23-4334-9DF6-6F746F34A8A5}.Release|Any CPU.Build.0 = Release|Any CPU
{F2A7E04E-65A8-44A6-A642-01C8F4A6149C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2A7E04E-65A8-44A6-A642-01C8F4A6149C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2A7E04E-65A8-44A6-A642-01C8F4A6149C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2A7E04E-65A8-44A6-A642-01C8F4A6149C}.Release|Any CPU.Build.0 = Release|Any CPU
{2B209986-7A39-4646-A97E-E8A853FE86AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B209986-7A39-4646-A97E-E8A853FE86AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B209986-7A39-4646-A97E-E8A853FE86AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B209986-7A39-4646-A97E-E8A853FE86AC}.Release|Any CPU.Build.0 = Release|Any CPU
{398955D1-BAB0-4495-A672-966371167D76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{398955D1-BAB0-4495-A672-966371167D76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{398955D1-BAB0-4495-A672-966371167D76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{398955D1-BAB0-4495-A672-966371167D76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1FF53ACE-247E-42A8-9832-7B757ED739F0}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Server.Configurations\Server.Configurations.projitems*{4275224b-1a23-4334-9df6-6f746f34a8a5}*SharedItemsImports = 5
Server.Configurations\Server.Configurations.projitems*{ba99df5e-e48a-411a-8b1a-4458116cb513}*SharedItemsImports = 13
Server.Configurations\Server.Configurations.projitems*{f2a7e04e-65a8-44a6-a642-01c8f4a6149c}*SharedItemsImports = 5
EndGlobalSection
EndGlobal