-
Notifications
You must be signed in to change notification settings - Fork 0
/
PlumbR.sln
43 lines (43 loc) · 2.44 KB
/
PlumbR.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.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{47126947-17D8-4551-A04E-A5F71CF5B5CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlumbR", "src\PlumbR\PlumbR.csproj", "{B38787C4-3181-4F10-91D6-4FBF2DD3D0D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{73647133-CDF7-4AFB-B646-2F6DC8E0451F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApi", "test\TestApi\TestApi.csproj", "{42354871-E307-425C-BDD0-8A6C9362407C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests", "test\IntegrationTests\IntegrationTests.csproj", "{4D96619B-CD50-4476-A210-35C59C78AA31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B38787C4-3181-4F10-91D6-4FBF2DD3D0D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B38787C4-3181-4F10-91D6-4FBF2DD3D0D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B38787C4-3181-4F10-91D6-4FBF2DD3D0D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B38787C4-3181-4F10-91D6-4FBF2DD3D0D5}.Release|Any CPU.Build.0 = Release|Any CPU
{42354871-E307-425C-BDD0-8A6C9362407C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42354871-E307-425C-BDD0-8A6C9362407C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42354871-E307-425C-BDD0-8A6C9362407C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42354871-E307-425C-BDD0-8A6C9362407C}.Release|Any CPU.Build.0 = Release|Any CPU
{4D96619B-CD50-4476-A210-35C59C78AA31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D96619B-CD50-4476-A210-35C59C78AA31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D96619B-CD50-4476-A210-35C59C78AA31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D96619B-CD50-4476-A210-35C59C78AA31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B38787C4-3181-4F10-91D6-4FBF2DD3D0D5} = {47126947-17D8-4551-A04E-A5F71CF5B5CE}
{42354871-E307-425C-BDD0-8A6C9362407C} = {73647133-CDF7-4AFB-B646-2F6DC8E0451F}
{4D96619B-CD50-4476-A210-35C59C78AA31} = {73647133-CDF7-4AFB-B646-2F6DC8E0451F}
EndGlobalSection
EndGlobal