-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRentACar.sln
60 lines (60 loc) · 3.78 KB
/
RentACar.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarRental.Entities", "CarRental.Entities\CarRental.Entities.csproj", "{AA7495D0-3E2B-4552-8C1B-8F9693D37923}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarRental.DataAccess", "CarRental.DataAccess\CarRental.DataAccess.csproj", "{45528A88-494A-4647-91CE-11BEAD2E15FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarRental.Business", "CarRental.Business\CarRental.Business.csproj", "{76BC1179-BDDD-4FFE-83B7-9A709BEFEE04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarRental.ConsoleUI", "CarRental.ConsoleUI\CarRental.ConsoleUI.csproj", "{3503F3B7-332E-404A-B703-F8AEA6A3A28D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarRental.Core", "CarRental.Core\CarRental.Core.csproj", "{6BC9BE4E-9B5B-4D9B-92F9-7367C2714799}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarRental.WebApi", "CarRental.WebApi\CarRental.WebApi.csproj", "{A596D93E-71C7-4E57-B63F-B09E04914CB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A46A789C-3482-4162-B69C-08A53F8142D1}"
ProjectSection(SolutionItems) = preProject
SqlQueries.sql = SqlQueries.sql
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA7495D0-3E2B-4552-8C1B-8F9693D37923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA7495D0-3E2B-4552-8C1B-8F9693D37923}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA7495D0-3E2B-4552-8C1B-8F9693D37923}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA7495D0-3E2B-4552-8C1B-8F9693D37923}.Release|Any CPU.Build.0 = Release|Any CPU
{45528A88-494A-4647-91CE-11BEAD2E15FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45528A88-494A-4647-91CE-11BEAD2E15FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45528A88-494A-4647-91CE-11BEAD2E15FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45528A88-494A-4647-91CE-11BEAD2E15FB}.Release|Any CPU.Build.0 = Release|Any CPU
{76BC1179-BDDD-4FFE-83B7-9A709BEFEE04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76BC1179-BDDD-4FFE-83B7-9A709BEFEE04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76BC1179-BDDD-4FFE-83B7-9A709BEFEE04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76BC1179-BDDD-4FFE-83B7-9A709BEFEE04}.Release|Any CPU.Build.0 = Release|Any CPU
{3503F3B7-332E-404A-B703-F8AEA6A3A28D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3503F3B7-332E-404A-B703-F8AEA6A3A28D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3503F3B7-332E-404A-B703-F8AEA6A3A28D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3503F3B7-332E-404A-B703-F8AEA6A3A28D}.Release|Any CPU.Build.0 = Release|Any CPU
{6BC9BE4E-9B5B-4D9B-92F9-7367C2714799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BC9BE4E-9B5B-4D9B-92F9-7367C2714799}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BC9BE4E-9B5B-4D9B-92F9-7367C2714799}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BC9BE4E-9B5B-4D9B-92F9-7367C2714799}.Release|Any CPU.Build.0 = Release|Any CPU
{A596D93E-71C7-4E57-B63F-B09E04914CB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A596D93E-71C7-4E57-B63F-B09E04914CB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A596D93E-71C7-4E57-B63F-B09E04914CB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A596D93E-71C7-4E57-B63F-B09E04914CB2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EDB5EF36-9DD3-4E35-BCE5-2BED01F01C22}
EndGlobalSection
EndGlobal