-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathInternetHospital.WebApp.sln
More file actions
51 lines (51 loc) · 3.08 KB
/
Copy pathInternetHospital.WebApp.sln
File metadata and controls
51 lines (51 loc) · 3.08 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternetHospital.BusinessLogic", "InternetHospital.BusinessLogic\InternetHospital.BusinessLogic.csproj", "{750B5456-B6FF-4EDC-BC49-557813A13CEA}"
ProjectSection(ProjectDependencies) = postProject
{1798A449-A72E-46CA-BD3A-8CBCFB16C7FD} = {1798A449-A72E-46CA-BD3A-8CBCFB16C7FD}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternetHospital.DataAccess", "InternetHospital.DataAccess\InternetHospital.DataAccess.csproj", "{1798A449-A72E-46CA-BD3A-8CBCFB16C7FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternetHospital.WebApi", "InternetHospital.WebApi\InternetHospital.WebApi.csproj", "{7361DB0D-7314-4205-A524-056CDEFD861B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C163CC44-2C64-40DD-B146-4D8FDCEBDF57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InternetHospital.UnitTests", "InternetHospital.UnitTests\InternetHospital.UnitTests.csproj", "{64111D4C-E443-4BA0-8D78-84CD605FEBDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{750B5456-B6FF-4EDC-BC49-557813A13CEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{750B5456-B6FF-4EDC-BC49-557813A13CEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{750B5456-B6FF-4EDC-BC49-557813A13CEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{750B5456-B6FF-4EDC-BC49-557813A13CEA}.Release|Any CPU.Build.0 = Release|Any CPU
{1798A449-A72E-46CA-BD3A-8CBCFB16C7FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1798A449-A72E-46CA-BD3A-8CBCFB16C7FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1798A449-A72E-46CA-BD3A-8CBCFB16C7FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1798A449-A72E-46CA-BD3A-8CBCFB16C7FD}.Release|Any CPU.Build.0 = Release|Any CPU
{7361DB0D-7314-4205-A524-056CDEFD861B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7361DB0D-7314-4205-A524-056CDEFD861B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7361DB0D-7314-4205-A524-056CDEFD861B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7361DB0D-7314-4205-A524-056CDEFD861B}.Release|Any CPU.Build.0 = Release|Any CPU
{64111D4C-E443-4BA0-8D78-84CD605FEBDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64111D4C-E443-4BA0-8D78-84CD605FEBDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64111D4C-E443-4BA0-8D78-84CD605FEBDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64111D4C-E443-4BA0-8D78-84CD605FEBDE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{64111D4C-E443-4BA0-8D78-84CD605FEBDE} = {C163CC44-2C64-40DD-B146-4D8FDCEBDF57}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C076695E-F0FA-4D00-A794-E89B9A1C03FF}
EndGlobalSection
EndGlobal