forked from MaxtorCoder/EvoS
-
Notifications
You must be signed in to change notification settings - Fork 7
/
EvoS.sln
51 lines (51 loc) · 3.18 KB
/
EvoS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EvoS.Framework", "EvoS.Framework\EvoS.Framework.csproj", "{E5B23BA2-747B-463D-BDF2-152FADA008DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EvoS.DirectoryServer", "EvoS.DirectoryServer\EvoS.DirectoryServer.csproj", "{EE5DB8E6-0E3F-43BE-99F5-956203960975}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EvoS.Sandbox", "EvoS.Sandbox\EvoS.Sandbox.csproj", "{92FC5EAF-05A5-4E64-8207-DEDEF85DCA15}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B44FF39-795B-46FB-8668-E8D71FC814AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CentralServer", "LobbyServer2\CentralServer.csproj", "{7F5605D7-A49E-458F-A1F9-535B8950BBBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{4837AC35-9CC2-4A84-98C8-7EBB3B653E53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5B23BA2-747B-463D-BDF2-152FADA008DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5B23BA2-747B-463D-BDF2-152FADA008DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5B23BA2-747B-463D-BDF2-152FADA008DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5B23BA2-747B-463D-BDF2-152FADA008DC}.Release|Any CPU.Build.0 = Release|Any CPU
{EE5DB8E6-0E3F-43BE-99F5-956203960975}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE5DB8E6-0E3F-43BE-99F5-956203960975}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE5DB8E6-0E3F-43BE-99F5-956203960975}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE5DB8E6-0E3F-43BE-99F5-956203960975}.Release|Any CPU.Build.0 = Release|Any CPU
{92FC5EAF-05A5-4E64-8207-DEDEF85DCA15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92FC5EAF-05A5-4E64-8207-DEDEF85DCA15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92FC5EAF-05A5-4E64-8207-DEDEF85DCA15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92FC5EAF-05A5-4E64-8207-DEDEF85DCA15}.Release|Any CPU.Build.0 = Release|Any CPU
{7F5605D7-A49E-458F-A1F9-535B8950BBBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F5605D7-A49E-458F-A1F9-535B8950BBBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F5605D7-A49E-458F-A1F9-535B8950BBBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F5605D7-A49E-458F-A1F9-535B8950BBBA}.Release|Any CPU.Build.0 = Release|Any CPU
{4837AC35-9CC2-4A84-98C8-7EBB3B653E53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4837AC35-9CC2-4A84-98C8-7EBB3B653E53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4837AC35-9CC2-4A84-98C8-7EBB3B653E53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4837AC35-9CC2-4A84-98C8-7EBB3B653E53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6AC66561-C7D8-4184-A805-DE8473B60EDE}
EndGlobalSection
EndGlobal