-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHMS.sln
43 lines (43 loc) · 2.46 KB
/
HMS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HMS", "HMS\HMS.csproj", "{FD83AE2A-E29A-4A48-8B9E-142893EB9A1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HMS.Core", "HMS.Core\HMS.Core.csproj", "{62F76E84-33A4-4C37-9068-1AAA5B0A09CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HMS.Data", "HMS.Data\HMS.Data.csproj", "{CECBBC52-D0EB-41A5-8089-A02C7B08061A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HMS.Business", "HMS.Business\HMS.Business.csproj", "{BFD5522E-DEA4-4723-96E4-6753FD7792F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD83AE2A-E29A-4A48-8B9E-142893EB9A1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD83AE2A-E29A-4A48-8B9E-142893EB9A1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD83AE2A-E29A-4A48-8B9E-142893EB9A1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD83AE2A-E29A-4A48-8B9E-142893EB9A1C}.Release|Any CPU.Build.0 = Release|Any CPU
{62F76E84-33A4-4C37-9068-1AAA5B0A09CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62F76E84-33A4-4C37-9068-1AAA5B0A09CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62F76E84-33A4-4C37-9068-1AAA5B0A09CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62F76E84-33A4-4C37-9068-1AAA5B0A09CF}.Release|Any CPU.Build.0 = Release|Any CPU
{CECBBC52-D0EB-41A5-8089-A02C7B08061A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CECBBC52-D0EB-41A5-8089-A02C7B08061A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CECBBC52-D0EB-41A5-8089-A02C7B08061A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CECBBC52-D0EB-41A5-8089-A02C7B08061A}.Release|Any CPU.Build.0 = Release|Any CPU
{BFD5522E-DEA4-4723-96E4-6753FD7792F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFD5522E-DEA4-4723-96E4-6753FD7792F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFD5522E-DEA4-4723-96E4-6753FD7792F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFD5522E-DEA4-4723-96E4-6753FD7792F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6EBA6F1-111E-4E7A-BC20-CE09FC2367CF}
EndGlobalSection
EndGlobal