-
Notifications
You must be signed in to change notification settings - Fork 4
/
hostsvc-link.sln
56 lines (56 loc) · 3.44 KB
/
hostsvc-link.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
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "pluginBase", "src_pluginBase\pluginBase.csproj", "{BBF6342E-75FA-4F43-987E-AD08DF7195DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "hostsvc-link", "src\hostsvc-link.csproj", "{41853637-CEE3-4E02-A289-C7B1EB0B28EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{DBD4D976-985D-499A-A2D0-CCCE64B32A43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "debugClient", "test\debugClient\debugClient.csproj", "{C7EAFA35-FC94-458E-B2E0-02F078174D36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "integrationTests", "test\integrationTests\integrationTests.csproj", "{B27E3D0C-C92F-4BB2-9EEB-4E8B874FEC80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "integrationTestPlugin", "test\integrationTestPlugin\integrationTestPlugin.csproj", "{B5C66377-F807-49BB-BBDD-5643D5122A58}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBF6342E-75FA-4F43-987E-AD08DF7195DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBF6342E-75FA-4F43-987E-AD08DF7195DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBF6342E-75FA-4F43-987E-AD08DF7195DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBF6342E-75FA-4F43-987E-AD08DF7195DD}.Release|Any CPU.Build.0 = Release|Any CPU
{41853637-CEE3-4E02-A289-C7B1EB0B28EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41853637-CEE3-4E02-A289-C7B1EB0B28EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41853637-CEE3-4E02-A289-C7B1EB0B28EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41853637-CEE3-4E02-A289-C7B1EB0B28EF}.Release|Any CPU.Build.0 = Release|Any CPU
{C7EAFA35-FC94-458E-B2E0-02F078174D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7EAFA35-FC94-458E-B2E0-02F078174D36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7EAFA35-FC94-458E-B2E0-02F078174D36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7EAFA35-FC94-458E-B2E0-02F078174D36}.Release|Any CPU.Build.0 = Release|Any CPU
{B27E3D0C-C92F-4BB2-9EEB-4E8B874FEC80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B27E3D0C-C92F-4BB2-9EEB-4E8B874FEC80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B27E3D0C-C92F-4BB2-9EEB-4E8B874FEC80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B27E3D0C-C92F-4BB2-9EEB-4E8B874FEC80}.Release|Any CPU.Build.0 = Release|Any CPU
{B5C66377-F807-49BB-BBDD-5643D5122A58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5C66377-F807-49BB-BBDD-5643D5122A58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5C66377-F807-49BB-BBDD-5643D5122A58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5C66377-F807-49BB-BBDD-5643D5122A58}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C7EAFA35-FC94-458E-B2E0-02F078174D36} = {DBD4D976-985D-499A-A2D0-CCCE64B32A43}
{B27E3D0C-C92F-4BB2-9EEB-4E8B874FEC80} = {DBD4D976-985D-499A-A2D0-CCCE64B32A43}
{B5C66377-F807-49BB-BBDD-5643D5122A58} = {DBD4D976-985D-499A-A2D0-CCCE64B32A43}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD977A88-ECB3-4ABB-8E2E-9D0E8D027F45}
EndGlobalSection
EndGlobal