-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlayground.sln
43 lines (43 loc) · 2.48 KB
/
Playground.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.8.34219.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{A9A07D19-B4DA-427D-A7F8-198A75CC6DC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{B0B60FC8-7D1D-4F5A-B2F6-8290FF27CBFC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{C7541815-9615-40ED-966B-DFD333D2D0BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server.UI", "Server.UI\Server.UI.csproj", "{E783FAAE-2E20-4C17-BC12-C06476A77012}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9A07D19-B4DA-427D-A7F8-198A75CC6DC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9A07D19-B4DA-427D-A7F8-198A75CC6DC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9A07D19-B4DA-427D-A7F8-198A75CC6DC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9A07D19-B4DA-427D-A7F8-198A75CC6DC6}.Release|Any CPU.Build.0 = Release|Any CPU
{B0B60FC8-7D1D-4F5A-B2F6-8290FF27CBFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0B60FC8-7D1D-4F5A-B2F6-8290FF27CBFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0B60FC8-7D1D-4F5A-B2F6-8290FF27CBFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0B60FC8-7D1D-4F5A-B2F6-8290FF27CBFC}.Release|Any CPU.Build.0 = Release|Any CPU
{C7541815-9615-40ED-966B-DFD333D2D0BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7541815-9615-40ED-966B-DFD333D2D0BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7541815-9615-40ED-966B-DFD333D2D0BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7541815-9615-40ED-966B-DFD333D2D0BE}.Release|Any CPU.Build.0 = Release|Any CPU
{E783FAAE-2E20-4C17-BC12-C06476A77012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E783FAAE-2E20-4C17-BC12-C06476A77012}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E783FAAE-2E20-4C17-BC12-C06476A77012}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E783FAAE-2E20-4C17-BC12-C06476A77012}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C84EE244-5259-470A-8051-B26152D636DF}
EndGlobalSection
EndGlobal