-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServerService.sln
49 lines (49 loc) · 2.93 KB
/
ServerService.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.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "src\API\API.csproj", "{7F120E46-C9E6-4FF9-8C70-5F81D208D552}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "src\Domain\Domain.csproj", "{BBBCBD2E-CB47-42A1-8F52-6EEC54091CEE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "src\Infrastructure\Infrastructure.csproj", "{91BE57A5-498B-4E7A-9825-EB1BA8504E9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "src\Application\Application.csproj", "{0F5C4F4B-2D61-44F1-B4E2-7B0EB1A540AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{5FC48DC8-B4B3-4AFC-A527-2ED6F18F7374}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F120E46-C9E6-4FF9-8C70-5F81D208D552}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F120E46-C9E6-4FF9-8C70-5F81D208D552}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F120E46-C9E6-4FF9-8C70-5F81D208D552}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F120E46-C9E6-4FF9-8C70-5F81D208D552}.Release|Any CPU.Build.0 = Release|Any CPU
{BBBCBD2E-CB47-42A1-8F52-6EEC54091CEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBBCBD2E-CB47-42A1-8F52-6EEC54091CEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBBCBD2E-CB47-42A1-8F52-6EEC54091CEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBBCBD2E-CB47-42A1-8F52-6EEC54091CEE}.Release|Any CPU.Build.0 = Release|Any CPU
{91BE57A5-498B-4E7A-9825-EB1BA8504E9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91BE57A5-498B-4E7A-9825-EB1BA8504E9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91BE57A5-498B-4E7A-9825-EB1BA8504E9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91BE57A5-498B-4E7A-9825-EB1BA8504E9E}.Release|Any CPU.Build.0 = Release|Any CPU
{0F5C4F4B-2D61-44F1-B4E2-7B0EB1A540AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F5C4F4B-2D61-44F1-B4E2-7B0EB1A540AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F5C4F4B-2D61-44F1-B4E2-7B0EB1A540AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F5C4F4B-2D61-44F1-B4E2-7B0EB1A540AC}.Release|Any CPU.Build.0 = Release|Any CPU
{5FC48DC8-B4B3-4AFC-A527-2ED6F18F7374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FC48DC8-B4B3-4AFC-A527-2ED6F18F7374}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FC48DC8-B4B3-4AFC-A527-2ED6F18F7374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FC48DC8-B4B3-4AFC-A527-2ED6F18F7374}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C1B0746-E15D-4DE9-8FB0-AE681CE51B94}
EndGlobalSection
EndGlobal