forked from Srushti-Gol/MediLink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDoctorAppointmentSystem.sln
43 lines (43 loc) · 2.45 KB
/
DoctorAppointmentSystem.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.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoctorAppointmentDesktopApp", "DoctorAppointmentDesktopApp\DoctorAppointmentDesktopApp.csproj", "{C347B346-F3A1-4D27-8999-6DD4EABC8D4E}"
ProjectSection(ProjectDependencies) = postProject
{BDFE3357-6E81-4283-B875-E1825012CB17} = {BDFE3357-6E81-4283-B875-E1825012CB17}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoctorAppointmentWebService", "DoctorAppointmentWebService\DoctorAppointmentWebService.csproj", "{BDFE3357-6E81-4283-B875-E1825012CB17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HostDoctorAppointment", "HostDoctorAppointment\HostDoctorAppointment.csproj", "{67767585-2D1D-4D41-B721-9F38A014B298}"
ProjectSection(ProjectDependencies) = postProject
{BDFE3357-6E81-4283-B875-E1825012CB17} = {BDFE3357-6E81-4283-B875-E1825012CB17}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C347B346-F3A1-4D27-8999-6DD4EABC8D4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C347B346-F3A1-4D27-8999-6DD4EABC8D4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C347B346-F3A1-4D27-8999-6DD4EABC8D4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C347B346-F3A1-4D27-8999-6DD4EABC8D4E}.Release|Any CPU.Build.0 = Release|Any CPU
{BDFE3357-6E81-4283-B875-E1825012CB17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDFE3357-6E81-4283-B875-E1825012CB17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDFE3357-6E81-4283-B875-E1825012CB17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDFE3357-6E81-4283-B875-E1825012CB17}.Release|Any CPU.Build.0 = Release|Any CPU
{67767585-2D1D-4D41-B721-9F38A014B298}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67767585-2D1D-4D41-B721-9F38A014B298}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67767585-2D1D-4D41-B721-9F38A014B298}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67767585-2D1D-4D41-B721-9F38A014B298}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {315A7526-D3CD-439C-96CD-DFED36E0F580}
EndGlobalSection
EndGlobal