-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbc.ServiceModel.HL7.sln
55 lines (55 loc) · 3.06 KB
/
Abc.ServiceModel.HL7.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abc.ServiceModel.HL7", "src\Abc.ServiceModel.HL7\Abc.ServiceModel.HL7.csproj", "{F6A9D179-E27F-495C-8AAF-0CB83685834F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F3960359-D4E2-44CC-8034-58B1F9A6E111}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
History.md = History.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abc.ServiceModel.HL7.UnitTests", "test\Abc.ServiceModel.HL7.UnitTests\Abc.ServiceModel.HL7.UnitTests.csproj", "{0A3D4C9D-D149-4A70-A2C2-CD7E61809D0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abc.CoreWCF.HL7", "src\Abc.ServiceModel.HL7\Abc.CoreWCF.HL7.csproj", "{780618DB-74A0-4B09-AF71-1930499A0631}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6A4B0B16-0FB6-4653-B9BC-00EB2C76921B}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7E9484C3-248F-44C2-9B84-B3E8E4ED2481}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6A9D179-E27F-495C-8AAF-0CB83685834F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6A9D179-E27F-495C-8AAF-0CB83685834F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6A9D179-E27F-495C-8AAF-0CB83685834F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6A9D179-E27F-495C-8AAF-0CB83685834F}.Release|Any CPU.Build.0 = Release|Any CPU
{0A3D4C9D-D149-4A70-A2C2-CD7E61809D0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A3D4C9D-D149-4A70-A2C2-CD7E61809D0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A3D4C9D-D149-4A70-A2C2-CD7E61809D0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A3D4C9D-D149-4A70-A2C2-CD7E61809D0D}.Release|Any CPU.Build.0 = Release|Any CPU
{780618DB-74A0-4B09-AF71-1930499A0631}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{780618DB-74A0-4B09-AF71-1930499A0631}.Debug|Any CPU.Build.0 = Debug|Any CPU
{780618DB-74A0-4B09-AF71-1930499A0631}.Release|Any CPU.ActiveCfg = Release|Any CPU
{780618DB-74A0-4B09-AF71-1930499A0631}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F6A9D179-E27F-495C-8AAF-0CB83685834F} = {6A4B0B16-0FB6-4653-B9BC-00EB2C76921B}
{0A3D4C9D-D149-4A70-A2C2-CD7E61809D0D} = {7E9484C3-248F-44C2-9B84-B3E8E4ED2481}
{780618DB-74A0-4B09-AF71-1930499A0631} = {6A4B0B16-0FB6-4653-B9BC-00EB2C76921B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B5A0E3F-5E16-4648-9453-C4E1E51A7A38}
EndGlobalSection
EndGlobal