-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCarRental.sln
46 lines (46 loc) · 2.62 KB
/
CarRental.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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarRental", "CarRental\CarRental.csproj", "{108DA4D3-520B-4925-84E9-D226022C4B32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{0BC574AF-4F9C-4F90-B862-E0486F21E1F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DatabaseSource", "Database\DatabaseSource.csproj", "{37BB3CEA-ECBB-4E89-B203-C8DCF1549EA9}"
ProjectSection(ProjectDependencies) = postProject
{3DFD3016-59B1-41A4-ABE4-9564B5AAF040} = {3DFD3016-59B1-41A4-ABE4-9564B5AAF040}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{3DFD3016-59B1-41A4-ABE4-9564B5AAF040}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{108DA4D3-520B-4925-84E9-D226022C4B32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{108DA4D3-520B-4925-84E9-D226022C4B32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{108DA4D3-520B-4925-84E9-D226022C4B32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{108DA4D3-520B-4925-84E9-D226022C4B32}.Release|Any CPU.Build.0 = Release|Any CPU
{0BC574AF-4F9C-4F90-B862-E0486F21E1F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BC574AF-4F9C-4F90-B862-E0486F21E1F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BC574AF-4F9C-4F90-B862-E0486F21E1F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BC574AF-4F9C-4F90-B862-E0486F21E1F6}.Release|Any CPU.Build.0 = Release|Any CPU
{37BB3CEA-ECBB-4E89-B203-C8DCF1549EA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37BB3CEA-ECBB-4E89-B203-C8DCF1549EA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37BB3CEA-ECBB-4E89-B203-C8DCF1549EA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37BB3CEA-ECBB-4E89-B203-C8DCF1549EA9}.Release|Any CPU.Build.0 = Release|Any CPU
{3DFD3016-59B1-41A4-ABE4-9564B5AAF040}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DFD3016-59B1-41A4-ABE4-9564B5AAF040}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DFD3016-59B1-41A4-ABE4-9564B5AAF040}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DFD3016-59B1-41A4-ABE4-9564B5AAF040}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEC68441-600D-49E5-98BE-C2F316781AE7}
EndGlobalSection
EndGlobal