-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSelfCare.sln
40 lines (40 loc) · 2.42 KB
/
SelfCare.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SelfCare.WebServices", "SelfCare.WebServices\SelfCare.WebServices.csproj", "{67AB39BB-A1F1-4229-B5D6-898EB2D7E67D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SelfCare.Web", "SelfCare.Web\SelfCare.Web.csproj", "{6B3505DD-35D0-4E39-9011-A8325EC7E3F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SelfCare.Data", "SelfCare.Data\SelfCare.Data.csproj", "{9A1CC78E-C4D2-445A-B8EA-1B0B79AF5979}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SelfCare.Services", "SelfCare.Services\SelfCare.Services.csproj", "{53579F28-E51B-4794-93C7-7AB050B24E01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67AB39BB-A1F1-4229-B5D6-898EB2D7E67D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67AB39BB-A1F1-4229-B5D6-898EB2D7E67D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67AB39BB-A1F1-4229-B5D6-898EB2D7E67D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67AB39BB-A1F1-4229-B5D6-898EB2D7E67D}.Release|Any CPU.Build.0 = Release|Any CPU
{6B3505DD-35D0-4E39-9011-A8325EC7E3F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B3505DD-35D0-4E39-9011-A8325EC7E3F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B3505DD-35D0-4E39-9011-A8325EC7E3F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B3505DD-35D0-4E39-9011-A8325EC7E3F1}.Release|Any CPU.Build.0 = Release|Any CPU
{9A1CC78E-C4D2-445A-B8EA-1B0B79AF5979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A1CC78E-C4D2-445A-B8EA-1B0B79AF5979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A1CC78E-C4D2-445A-B8EA-1B0B79AF5979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A1CC78E-C4D2-445A-B8EA-1B0B79AF5979}.Release|Any CPU.Build.0 = Release|Any CPU
{53579F28-E51B-4794-93C7-7AB050B24E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53579F28-E51B-4794-93C7-7AB050B24E01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53579F28-E51B-4794-93C7-7AB050B24E01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53579F28-E51B-4794-93C7-7AB050B24E01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal