-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathClassIsland.ManagementServer.sln
45 lines (45 loc) · 2.69 KB
/
ClassIsland.ManagementServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34607.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassIsland.ManagementServer.Server", "ClassIsland.ManagementServer.Server\ClassIsland.ManagementServer.Server.csproj", "{C5FBFE86-191C-4EE2-9065-1F4648670D73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{10773FE0-1E7E-4BB9-8BE3-1CD0AE51AFDA}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "classisland.managementserver.client", "classisland.managementserver.client\classisland.managementserver.client.esproj", "{075A4E9B-DEAC-4835-BE3A-6EDB97FEDD34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassIsland.Shared", "ClassIsland.Shared\ClassIsland.Shared.csproj", "{014EC7CC-ED5F-40AF-9ACD-F70460293D96}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5FBFE86-191C-4EE2-9065-1F4648670D73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5FBFE86-191C-4EE2-9065-1F4648670D73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5FBFE86-191C-4EE2-9065-1F4648670D73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5FBFE86-191C-4EE2-9065-1F4648670D73}.Release|Any CPU.Build.0 = Release|Any CPU
{075A4E9B-DEAC-4835-BE3A-6EDB97FEDD34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{075A4E9B-DEAC-4835-BE3A-6EDB97FEDD34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{075A4E9B-DEAC-4835-BE3A-6EDB97FEDD34}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{075A4E9B-DEAC-4835-BE3A-6EDB97FEDD34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{075A4E9B-DEAC-4835-BE3A-6EDB97FEDD34}.Release|Any CPU.Build.0 = Release|Any CPU
{075A4E9B-DEAC-4835-BE3A-6EDB97FEDD34}.Release|Any CPU.Deploy.0 = Release|Any CPU
{014EC7CC-ED5F-40AF-9ACD-F70460293D96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{014EC7CC-ED5F-40AF-9ACD-F70460293D96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{014EC7CC-ED5F-40AF-9ACD-F70460293D96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{014EC7CC-ED5F-40AF-9ACD-F70460293D96}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C5FBFE86-191C-4EE2-9065-1F4648670D73} = {10773FE0-1E7E-4BB9-8BE3-1CD0AE51AFDA}
{075A4E9B-DEAC-4835-BE3A-6EDB97FEDD34} = {10773FE0-1E7E-4BB9-8BE3-1CD0AE51AFDA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53CFB226-7DB2-4F48-B656-6BE5C8738D49}
EndGlobalSection
EndGlobal