-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRentCar.sln
55 lines (55 loc) · 3.38 KB
/
RentCar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{C7136BF3-F2B2-4A25-89FD-C1526697CF6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{02D7A229-C0B6-4D6E-9346-CAFAD8710B66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{141F01AE-7934-48AA-9A85-FEA74FC86D72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleUI", "ConsoleUI\ConsoleUI.csproj", "{F2282C12-949E-40A5-A420-B09A5E92B696}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{BB054149-AA4E-47BD-9C36-EF0EF6D6B0E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "WebAPI\WebAPI.csproj", "{3DDE7950-4602-473F-BF66-EE00289CF485}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7136BF3-F2B2-4A25-89FD-C1526697CF6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7136BF3-F2B2-4A25-89FD-C1526697CF6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7136BF3-F2B2-4A25-89FD-C1526697CF6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7136BF3-F2B2-4A25-89FD-C1526697CF6A}.Release|Any CPU.Build.0 = Release|Any CPU
{02D7A229-C0B6-4D6E-9346-CAFAD8710B66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02D7A229-C0B6-4D6E-9346-CAFAD8710B66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02D7A229-C0B6-4D6E-9346-CAFAD8710B66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02D7A229-C0B6-4D6E-9346-CAFAD8710B66}.Release|Any CPU.Build.0 = Release|Any CPU
{141F01AE-7934-48AA-9A85-FEA74FC86D72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{141F01AE-7934-48AA-9A85-FEA74FC86D72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{141F01AE-7934-48AA-9A85-FEA74FC86D72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{141F01AE-7934-48AA-9A85-FEA74FC86D72}.Release|Any CPU.Build.0 = Release|Any CPU
{F2282C12-949E-40A5-A420-B09A5E92B696}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2282C12-949E-40A5-A420-B09A5E92B696}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2282C12-949E-40A5-A420-B09A5E92B696}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2282C12-949E-40A5-A420-B09A5E92B696}.Release|Any CPU.Build.0 = Release|Any CPU
{BB054149-AA4E-47BD-9C36-EF0EF6D6B0E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB054149-AA4E-47BD-9C36-EF0EF6D6B0E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB054149-AA4E-47BD-9C36-EF0EF6D6B0E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB054149-AA4E-47BD-9C36-EF0EF6D6B0E5}.Release|Any CPU.Build.0 = Release|Any CPU
{3DDE7950-4602-473F-BF66-EE00289CF485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DDE7950-4602-473F-BF66-EE00289CF485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DDE7950-4602-473F-BF66-EE00289CF485}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DDE7950-4602-473F-BF66-EE00289CF485}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {889F1D7E-2B18-447F-A375-CD63BA653A07}
EndGlobalSection
EndGlobal