-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRentACar.sln
49 lines (49 loc) · 2.91 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31727.386
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{A9BE97DD-B198-4249-86E7-D746D5C65975}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{038AE0E5-C9E3-494C-AED6-AA3A886557EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{B0DCB262-01AC-4D55-8EE7-BEB5E6F73138}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{E696A771-26A1-4194-8409-7766661E7826}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI", "WebAPI\WebAPI.csproj", "{CB275B82-138B-4BFF-9321-F77149E7E175}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9BE97DD-B198-4249-86E7-D746D5C65975}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9BE97DD-B198-4249-86E7-D746D5C65975}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9BE97DD-B198-4249-86E7-D746D5C65975}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9BE97DD-B198-4249-86E7-D746D5C65975}.Release|Any CPU.Build.0 = Release|Any CPU
{038AE0E5-C9E3-494C-AED6-AA3A886557EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{038AE0E5-C9E3-494C-AED6-AA3A886557EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{038AE0E5-C9E3-494C-AED6-AA3A886557EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{038AE0E5-C9E3-494C-AED6-AA3A886557EC}.Release|Any CPU.Build.0 = Release|Any CPU
{B0DCB262-01AC-4D55-8EE7-BEB5E6F73138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0DCB262-01AC-4D55-8EE7-BEB5E6F73138}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0DCB262-01AC-4D55-8EE7-BEB5E6F73138}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0DCB262-01AC-4D55-8EE7-BEB5E6F73138}.Release|Any CPU.Build.0 = Release|Any CPU
{E696A771-26A1-4194-8409-7766661E7826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E696A771-26A1-4194-8409-7766661E7826}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E696A771-26A1-4194-8409-7766661E7826}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E696A771-26A1-4194-8409-7766661E7826}.Release|Any CPU.Build.0 = Release|Any CPU
{CB275B82-138B-4BFF-9321-F77149E7E175}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB275B82-138B-4BFF-9321-F77149E7E175}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB275B82-138B-4BFF-9321-F77149E7E175}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB275B82-138B-4BFF-9321-F77149E7E175}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12CC6B45-B740-45A0-A9BD-DA190DB2ACBA}
EndGlobalSection
EndGlobal