-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHL7Samples.sln
36 lines (36 loc) · 1.76 KB
/
HL7Samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "HL7Orders", "HL7Orders\HL7Orders.vbproj", "{5F9F5DBE-D706-4FBD-9C21-D495C8E2E4D0}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "HL7Results", "HL7Results\HL7Results.vbproj", "{0AB3329A-E63F-475D-A823-6A61AE18551D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{950FEDBB-C3F9-4F83-9E4A-92434A559E57}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F9F5DBE-D706-4FBD-9C21-D495C8E2E4D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F9F5DBE-D706-4FBD-9C21-D495C8E2E4D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F9F5DBE-D706-4FBD-9C21-D495C8E2E4D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F9F5DBE-D706-4FBD-9C21-D495C8E2E4D0}.Release|Any CPU.Build.0 = Release|Any CPU
{0AB3329A-E63F-475D-A823-6A61AE18551D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AB3329A-E63F-475D-A823-6A61AE18551D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AB3329A-E63F-475D-A823-6A61AE18551D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AB3329A-E63F-475D-A823-6A61AE18551D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AF5EBBE-F184-433D-AD68-A2AD9942A7BF}
EndGlobalSection
EndGlobal