-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheAppointment.Backend.sln
43 lines (43 loc) · 2.72 KB
/
eAppointment.Backend.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.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eAppointment.Backend.Domain", "eAppointment.Backend.Domain\eAppointment.Backend.Domain.csproj", "{D80A6A56-E428-43FE-9C97-765368ED728C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eAppointment.Backend.Application", "eAppointment.Backend.Application\eAppointment.Backend.Application.csproj", "{264DED0A-A398-4B5C-B4E9-EAA2F6486B2E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eAppointment.Backend.Infrastructure", "eAppointment.Backend.Infrastructure\eAppointment.Backend.Infrastructure.csproj", "{CBE4A96A-11CC-45FD-84E3-9688E6A417CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eAppointment.Backend.WebAPI", "eAppointment.Backend.WebAPI\eAppointment.Backend.WebAPI.csproj", "{D876D01F-F5D7-47E2-9A70-12E68B5FC325}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D80A6A56-E428-43FE-9C97-765368ED728C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D80A6A56-E428-43FE-9C97-765368ED728C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D80A6A56-E428-43FE-9C97-765368ED728C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D80A6A56-E428-43FE-9C97-765368ED728C}.Release|Any CPU.Build.0 = Release|Any CPU
{264DED0A-A398-4B5C-B4E9-EAA2F6486B2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{264DED0A-A398-4B5C-B4E9-EAA2F6486B2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{264DED0A-A398-4B5C-B4E9-EAA2F6486B2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{264DED0A-A398-4B5C-B4E9-EAA2F6486B2E}.Release|Any CPU.Build.0 = Release|Any CPU
{CBE4A96A-11CC-45FD-84E3-9688E6A417CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBE4A96A-11CC-45FD-84E3-9688E6A417CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBE4A96A-11CC-45FD-84E3-9688E6A417CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBE4A96A-11CC-45FD-84E3-9688E6A417CB}.Release|Any CPU.Build.0 = Release|Any CPU
{D876D01F-F5D7-47E2-9A70-12E68B5FC325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D876D01F-F5D7-47E2-9A70-12E68B5FC325}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D876D01F-F5D7-47E2-9A70-12E68B5FC325}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D876D01F-F5D7-47E2-9A70-12E68B5FC325}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FBDEFBA-0649-446D-BD8D-8B66DD2302A2}
EndGlobalSection
EndGlobal