-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHMS.sln
37 lines (37 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HMS", "HMS\HMS.csproj", "{6BA40252-DCD7-4B73-B98D-C4247EDB8CE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HMS.Data", "HMS.Data\HMS.Data.csproj", "{4CF141C5-0A01-489F-8FCB-06AE771AD2EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HMS.Entities", "HMS.Entities\HMS.Entities.csproj", "{9682D00B-359F-4433-94C3-E66A91AF8FFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6BA40252-DCD7-4B73-B98D-C4247EDB8CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BA40252-DCD7-4B73-B98D-C4247EDB8CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BA40252-DCD7-4B73-B98D-C4247EDB8CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BA40252-DCD7-4B73-B98D-C4247EDB8CE5}.Release|Any CPU.Build.0 = Release|Any CPU
{4CF141C5-0A01-489F-8FCB-06AE771AD2EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CF141C5-0A01-489F-8FCB-06AE771AD2EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CF141C5-0A01-489F-8FCB-06AE771AD2EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CF141C5-0A01-489F-8FCB-06AE771AD2EF}.Release|Any CPU.Build.0 = Release|Any CPU
{9682D00B-359F-4433-94C3-E66A91AF8FFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9682D00B-359F-4433-94C3-E66A91AF8FFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9682D00B-359F-4433-94C3-E66A91AF8FFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9682D00B-359F-4433-94C3-E66A91AF8FFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62DADB14-7664-44F9-B742-F01856E23217}
EndGlobalSection
EndGlobal