-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestServerPoc.sln
52 lines (52 loc) · 3.37 KB
/
TestServerPoc.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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestServerPoc", "TestServerPoc\TestServerPoc.csproj", "{AD253B0B-F12F-4B43-84DD-008454388575}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.1-Presentation", "1.1-Presentation", "{E7E73F88-2E13-4A21-AF09-51ADE5412E4A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.2-Services", "1.2-Services", "{6FB3D66B-D26B-4748-AFCB-2AF0190AAABF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.3-Data", "1.3-Data", "{76FEC68F-2A1D-4185-8233-771D518B6C83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository", "Repository\Repository.csproj", "{B3090EC4-8928-4147-8BA9-68242741ABC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5DC4BEF8-7A6A-4AEB-9318-7C73498CDA87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{5BB6887E-C998-406B-97CF-C81B638914CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{59E9B155-97BA-4721-9EB2-D002663621B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Integration.Tests", "Integration.Tests\Integration.Tests.csproj", "{DC052F68-5447-4AF9-B0AE-FB8A6D9F367B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD253B0B-F12F-4B43-84DD-008454388575}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD253B0B-F12F-4B43-84DD-008454388575}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD253B0B-F12F-4B43-84DD-008454388575}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD253B0B-F12F-4B43-84DD-008454388575}.Release|Any CPU.Build.0 = Release|Any CPU
{B3090EC4-8928-4147-8BA9-68242741ABC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3090EC4-8928-4147-8BA9-68242741ABC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3090EC4-8928-4147-8BA9-68242741ABC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3090EC4-8928-4147-8BA9-68242741ABC0}.Release|Any CPU.Build.0 = Release|Any CPU
{5BB6887E-C998-406B-97CF-C81B638914CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BB6887E-C998-406B-97CF-C81B638914CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BB6887E-C998-406B-97CF-C81B638914CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BB6887E-C998-406B-97CF-C81B638914CD}.Release|Any CPU.Build.0 = Release|Any CPU
{DC052F68-5447-4AF9-B0AE-FB8A6D9F367B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC052F68-5447-4AF9-B0AE-FB8A6D9F367B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC052F68-5447-4AF9-B0AE-FB8A6D9F367B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC052F68-5447-4AF9-B0AE-FB8A6D9F367B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AD253B0B-F12F-4B43-84DD-008454388575} = {E7E73F88-2E13-4A21-AF09-51ADE5412E4A}
{B3090EC4-8928-4147-8BA9-68242741ABC0} = {76FEC68F-2A1D-4185-8233-771D518B6C83}
{5DC4BEF8-7A6A-4AEB-9318-7C73498CDA87} = {6FB3D66B-D26B-4748-AFCB-2AF0190AAABF}
{5BB6887E-C998-406B-97CF-C81B638914CD} = {6FB3D66B-D26B-4748-AFCB-2AF0190AAABF}
{59E9B155-97BA-4721-9EB2-D002663621B2} = {E7E73F88-2E13-4A21-AF09-51ADE5412E4A}
{DC052F68-5447-4AF9-B0AE-FB8A6D9F367B} = {59E9B155-97BA-4721-9EB2-D002663621B2}
EndGlobalSection
EndGlobal