-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathComplexPrototypeSystem.sln
43 lines (43 loc) · 2.62 KB
/
ComplexPrototypeSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComplexPrototypeSystem.Server", "Server\ComplexPrototypeSystem.Server.csproj", "{2D76951A-A4AD-43BF-A7BB-31F369BCEA35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComplexPrototypeSystem.Client", "Client\ComplexPrototypeSystem.Client.csproj", "{313D29B1-89DB-4049-B0B6-64E0394321AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComplexPrototypeSystem.Shared", "Shared\ComplexPrototypeSystem.Shared.csproj", "{7722FC8D-4C23-4876-B2C6-9311DDCC19BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComplexPrototypeSystem.Service", "Service\ComplexPrototypeSystem.Service.csproj", "{E1689499-61F9-4E76-B779-4EA72BC1DA7F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D76951A-A4AD-43BF-A7BB-31F369BCEA35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D76951A-A4AD-43BF-A7BB-31F369BCEA35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D76951A-A4AD-43BF-A7BB-31F369BCEA35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D76951A-A4AD-43BF-A7BB-31F369BCEA35}.Release|Any CPU.Build.0 = Release|Any CPU
{313D29B1-89DB-4049-B0B6-64E0394321AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{313D29B1-89DB-4049-B0B6-64E0394321AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{313D29B1-89DB-4049-B0B6-64E0394321AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{313D29B1-89DB-4049-B0B6-64E0394321AC}.Release|Any CPU.Build.0 = Release|Any CPU
{7722FC8D-4C23-4876-B2C6-9311DDCC19BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7722FC8D-4C23-4876-B2C6-9311DDCC19BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7722FC8D-4C23-4876-B2C6-9311DDCC19BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7722FC8D-4C23-4876-B2C6-9311DDCC19BC}.Release|Any CPU.Build.0 = Release|Any CPU
{E1689499-61F9-4E76-B779-4EA72BC1DA7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1689499-61F9-4E76-B779-4EA72BC1DA7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1689499-61F9-4E76-B779-4EA72BC1DA7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1689499-61F9-4E76-B779-4EA72BC1DA7F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B362C01-1E52-4DE3-843D-A068EBC7A4E2}
EndGlobalSection
EndGlobal