-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathPDR.TechnicalInterview.sln
43 lines (43 loc) · 2.67 KB
/
PDR.TechnicalInterview.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 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PDR.PatientBookingApi", "PDR.PatientBookingApi\PDR.PatientBookingApi.csproj", "{9E658502-DD7C-44B6-9D29-4A1C6F0A3473}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PDR.PatientBooking.Data", "PDR.PatientBooking.Data\PDR.PatientBooking.Data.csproj", "{076A83B7-BCFF-4048-9A70-A72B30ED2AEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PDR.PatientBooking.Service", "PDR.PatientBooking.Service\PDR.PatientBooking.Service.csproj", "{6B2E6EA3-EF51-4947-ACF8-D9BF908B8695}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDR.PatientBooking.Service.Tests", "PDR.PatientBooking.Service.Tests\PDR.PatientBooking.Service.Tests.csproj", "{C05DC6C9-C8FD-4C6F-884F-7BBFAE56F70F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E658502-DD7C-44B6-9D29-4A1C6F0A3473}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E658502-DD7C-44B6-9D29-4A1C6F0A3473}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E658502-DD7C-44B6-9D29-4A1C6F0A3473}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E658502-DD7C-44B6-9D29-4A1C6F0A3473}.Release|Any CPU.Build.0 = Release|Any CPU
{076A83B7-BCFF-4048-9A70-A72B30ED2AEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{076A83B7-BCFF-4048-9A70-A72B30ED2AEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{076A83B7-BCFF-4048-9A70-A72B30ED2AEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{076A83B7-BCFF-4048-9A70-A72B30ED2AEB}.Release|Any CPU.Build.0 = Release|Any CPU
{6B2E6EA3-EF51-4947-ACF8-D9BF908B8695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B2E6EA3-EF51-4947-ACF8-D9BF908B8695}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B2E6EA3-EF51-4947-ACF8-D9BF908B8695}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B2E6EA3-EF51-4947-ACF8-D9BF908B8695}.Release|Any CPU.Build.0 = Release|Any CPU
{C05DC6C9-C8FD-4C6F-884F-7BBFAE56F70F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C05DC6C9-C8FD-4C6F-884F-7BBFAE56F70F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C05DC6C9-C8FD-4C6F-884F-7BBFAE56F70F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C05DC6C9-C8FD-4C6F-884F-7BBFAE56F70F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13A7A097-4AB7-4F05-832E-01FDD96554BE}
EndGlobalSection
EndGlobal