This repository has been archived by the owner on Aug 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHealthInsurance.Germany.ContributionRate.sln
44 lines (44 loc) · 2.5 KB
/
HealthInsurance.Germany.ContributionRate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3521CB8A-2540-463E-A9AB-69E8E85A8F89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D31D3EB1-4561-4BCF-A1BF-F3DD2B28DF46}"
ProjectSection(SolutionItems) = preProject
GlobalInfo.proj = GlobalInfo.proj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{629CFD74-1BAC-4F4B-B1C9-86627780894D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dataline.HealthInsurance.Germany.ContributionRate.V5_1", "src\Dataline.HealthInsurance.Germany.ContributionRate.V5_1\Dataline.HealthInsurance.Germany.ContributionRate.V5_1.csproj", "{B22C1560-2A4B-45D8-98F1-29F24D6E7F94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dataline.HealthInsurance.Germany.ContributionRate.Tests", "test\Dataline.HealthInsurance.Germany.ContributionRate.Tests\Dataline.HealthInsurance.Germany.ContributionRate.Tests.csproj", "{5DD8C9A4-D08F-4588-B42D-5215278E7801}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B22C1560-2A4B-45D8-98F1-29F24D6E7F94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B22C1560-2A4B-45D8-98F1-29F24D6E7F94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B22C1560-2A4B-45D8-98F1-29F24D6E7F94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B22C1560-2A4B-45D8-98F1-29F24D6E7F94}.Release|Any CPU.Build.0 = Release|Any CPU
{5DD8C9A4-D08F-4588-B42D-5215278E7801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DD8C9A4-D08F-4588-B42D-5215278E7801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DD8C9A4-D08F-4588-B42D-5215278E7801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DD8C9A4-D08F-4588-B42D-5215278E7801}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B22C1560-2A4B-45D8-98F1-29F24D6E7F94} = {3521CB8A-2540-463E-A9AB-69E8E85A8F89}
{5DD8C9A4-D08F-4588-B42D-5215278E7801} = {629CFD74-1BAC-4F4B-B1C9-86627780894D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7BB9268A-1798-45A7-9680-B9FB3962C4B3}
EndGlobalSection
EndGlobal