-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGroupProject_PRN211_3W_CarManagementBookingSystem.sln
43 lines (43 loc) · 2.56 KB
/
GroupProject_PRN211_3W_CarManagementBookingSystem.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.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessObjects", "BusinessObjects\BusinessObjects.csproj", "{01D46DCC-5F20-4D61-940D-4DD9879F7B2E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessObjects", "DataAccessObjects\DataAccessObjects.csproj", "{992DD586-16D9-4328-BA0B-17F1BF2EB066}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repositories", "Repositories\Repositories.csproj", "{A9D9E608-FEA1-4A93-994E-7AB20E2AD4BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarManagementBookingGUI", "CarManagementBookingGUI\CarManagementBookingGUI.csproj", "{AADA2836-1AA8-45CF-8894-4E9718147A5E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01D46DCC-5F20-4D61-940D-4DD9879F7B2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01D46DCC-5F20-4D61-940D-4DD9879F7B2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01D46DCC-5F20-4D61-940D-4DD9879F7B2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01D46DCC-5F20-4D61-940D-4DD9879F7B2E}.Release|Any CPU.Build.0 = Release|Any CPU
{992DD586-16D9-4328-BA0B-17F1BF2EB066}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{992DD586-16D9-4328-BA0B-17F1BF2EB066}.Debug|Any CPU.Build.0 = Debug|Any CPU
{992DD586-16D9-4328-BA0B-17F1BF2EB066}.Release|Any CPU.ActiveCfg = Release|Any CPU
{992DD586-16D9-4328-BA0B-17F1BF2EB066}.Release|Any CPU.Build.0 = Release|Any CPU
{A9D9E608-FEA1-4A93-994E-7AB20E2AD4BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9D9E608-FEA1-4A93-994E-7AB20E2AD4BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9D9E608-FEA1-4A93-994E-7AB20E2AD4BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9D9E608-FEA1-4A93-994E-7AB20E2AD4BC}.Release|Any CPU.Build.0 = Release|Any CPU
{AADA2836-1AA8-45CF-8894-4E9718147A5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AADA2836-1AA8-45CF-8894-4E9718147A5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AADA2836-1AA8-45CF-8894-4E9718147A5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AADA2836-1AA8-45CF-8894-4E9718147A5E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17CC0735-B741-4474-910C-2B8638F6BB66}
EndGlobalSection
EndGlobal