-
Notifications
You must be signed in to change notification settings - Fork 0
/
DoctorApp.sln
43 lines (43 loc) · 2.42 KB
/
DoctorApp.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.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UI", "UI\UI.csproj", "{D3CE5279-688A-45DA-8027-860926EB1D17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service", "Service\Service.csproj", "{F7D6720A-07E9-4D67-9FA6-4E07EBFCAB1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{0095C566-AC61-4F17-A20E-8BF30E04280A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{CAEA637B-C47C-4C42-B538-55B5B65C2FD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3CE5279-688A-45DA-8027-860926EB1D17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3CE5279-688A-45DA-8027-860926EB1D17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3CE5279-688A-45DA-8027-860926EB1D17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3CE5279-688A-45DA-8027-860926EB1D17}.Release|Any CPU.Build.0 = Release|Any CPU
{F7D6720A-07E9-4D67-9FA6-4E07EBFCAB1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D6720A-07E9-4D67-9FA6-4E07EBFCAB1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7D6720A-07E9-4D67-9FA6-4E07EBFCAB1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7D6720A-07E9-4D67-9FA6-4E07EBFCAB1A}.Release|Any CPU.Build.0 = Release|Any CPU
{0095C566-AC61-4F17-A20E-8BF30E04280A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0095C566-AC61-4F17-A20E-8BF30E04280A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0095C566-AC61-4F17-A20E-8BF30E04280A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0095C566-AC61-4F17-A20E-8BF30E04280A}.Release|Any CPU.Build.0 = Release|Any CPU
{CAEA637B-C47C-4C42-B538-55B5B65C2FD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAEA637B-C47C-4C42-B538-55B5B65C2FD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAEA637B-C47C-4C42-B538-55B5B65C2FD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAEA637B-C47C-4C42-B538-55B5B65C2FD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D14153C-8484-4123-A736-2C7F8FDC64C3}
EndGlobalSection
EndGlobal