-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTest.sln
49 lines (49 loc) · 2.92 KB
/
Test.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32714.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{1BE92A87-8B6E-4B49-B760-85F0988DB9C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Drawing", "Drawing\Drawing.csproj", "{73A6142A-754A-43DD-9307-91B0ABBB801B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{693E6AB6-2C1D-457A-9AE3-10AAD6702E77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{F803E5B3-FB8A-4AFE-A776-1339A920108F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{76FC1355-CB96-4821-A621-8C898684BD2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BE92A87-8B6E-4B49-B760-85F0988DB9C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BE92A87-8B6E-4B49-B760-85F0988DB9C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BE92A87-8B6E-4B49-B760-85F0988DB9C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BE92A87-8B6E-4B49-B760-85F0988DB9C5}.Release|Any CPU.Build.0 = Release|Any CPU
{73A6142A-754A-43DD-9307-91B0ABBB801B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73A6142A-754A-43DD-9307-91B0ABBB801B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73A6142A-754A-43DD-9307-91B0ABBB801B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73A6142A-754A-43DD-9307-91B0ABBB801B}.Release|Any CPU.Build.0 = Release|Any CPU
{693E6AB6-2C1D-457A-9AE3-10AAD6702E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{693E6AB6-2C1D-457A-9AE3-10AAD6702E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{693E6AB6-2C1D-457A-9AE3-10AAD6702E77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{693E6AB6-2C1D-457A-9AE3-10AAD6702E77}.Release|Any CPU.Build.0 = Release|Any CPU
{F803E5B3-FB8A-4AFE-A776-1339A920108F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F803E5B3-FB8A-4AFE-A776-1339A920108F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F803E5B3-FB8A-4AFE-A776-1339A920108F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F803E5B3-FB8A-4AFE-A776-1339A920108F}.Release|Any CPU.Build.0 = Release|Any CPU
{76FC1355-CB96-4821-A621-8C898684BD2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76FC1355-CB96-4821-A621-8C898684BD2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76FC1355-CB96-4821-A621-8C898684BD2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76FC1355-CB96-4821-A621-8C898684BD2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EC819F4-2533-4844-B662-4098D2E9D0CB}
EndGlobalSection
EndGlobal