-
Notifications
You must be signed in to change notification settings - Fork 8
/
Reimers.Ihe.sln
63 lines (63 loc) · 3.88 KB
/
Reimers.Ihe.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
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reimers.Ihe.Communication", "src\Reimers.Ihe.Communication\Reimers.Ihe.Communication.csproj", "{CB107B78-C76D-40E5-BE26-6EAE1AA85D6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0745F841-D37A-4897-B7CF-58AF124A66EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reimers.Ihe.Communication.Tests", "tests\Reimers.Ihe.Communication.Tests\Reimers.Ihe.Communication.Tests.csproj", "{B505145A-1443-4709-8582-295D746A69AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reimers.Ihe.Communication.Http", "src\Reimers.Ihe.Communication.Http\Reimers.Ihe.Communication.Http.csproj", "{1C5FD77E-066D-4713-BE24-9CF259B64EA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reimers.Ihe.Communication.Http.Tests", "tests\Reimers.Ihe.Communication.Http.Tests\Reimers.Ihe.Communication.Http.Tests.csproj", "{D817A388-4AB8-41E0-9052-1B38B64B3857}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{5D25CD1F-D78A-4D72-AE12-480EB536A40B}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
shared.proj = shared.proj
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reimers.Ihe.Abstractions", "src\Reimers.Ihe.Abstractions\Reimers.Ihe.Abstractions.csproj", "{8BBBC285-51DD-49E5-B76A-415BE6A74DA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB107B78-C76D-40E5-BE26-6EAE1AA85D6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB107B78-C76D-40E5-BE26-6EAE1AA85D6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB107B78-C76D-40E5-BE26-6EAE1AA85D6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB107B78-C76D-40E5-BE26-6EAE1AA85D6C}.Release|Any CPU.Build.0 = Release|Any CPU
{B505145A-1443-4709-8582-295D746A69AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B505145A-1443-4709-8582-295D746A69AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B505145A-1443-4709-8582-295D746A69AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B505145A-1443-4709-8582-295D746A69AF}.Release|Any CPU.Build.0 = Release|Any CPU
{1C5FD77E-066D-4713-BE24-9CF259B64EA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C5FD77E-066D-4713-BE24-9CF259B64EA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C5FD77E-066D-4713-BE24-9CF259B64EA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C5FD77E-066D-4713-BE24-9CF259B64EA3}.Release|Any CPU.Build.0 = Release|Any CPU
{D817A388-4AB8-41E0-9052-1B38B64B3857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D817A388-4AB8-41E0-9052-1B38B64B3857}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D817A388-4AB8-41E0-9052-1B38B64B3857}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D817A388-4AB8-41E0-9052-1B38B64B3857}.Release|Any CPU.Build.0 = Release|Any CPU
{8BBBC285-51DD-49E5-B76A-415BE6A74DA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BBBC285-51DD-49E5-B76A-415BE6A74DA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BBBC285-51DD-49E5-B76A-415BE6A74DA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BBBC285-51DD-49E5-B76A-415BE6A74DA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B505145A-1443-4709-8582-295D746A69AF} = {0745F841-D37A-4897-B7CF-58AF124A66EC}
{D817A388-4AB8-41E0-9052-1B38B64B3857} = {0745F841-D37A-4897-B7CF-58AF124A66EC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F4849527-06AA-4AD8-B7C7-7DEAD566A81F}
EndGlobalSection
EndGlobal