-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRentCarProject.sln
More file actions
55 lines (55 loc) · 3.38 KB
/
RentCarProject.sln
File metadata and controls
55 lines (55 loc) · 3.38 KB
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.32002.261
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{9A7F7AE9-E6C1-4F8B-AED4-ED3321B07337}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{29608B46-19BB-4D42-BF27-DAB1D456BAB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{9F7B85C9-1D15-47EC-93C8-DD1EC280624E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{DDE9544A-E650-488D-B423-B16FF6A30C50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleUI", "ConsoleUI\ConsoleUI.csproj", "{2B7BBBDE-42C2-4DF2-A83A-FEAF980A38E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "WebAPI\WebAPI.csproj", "{57DCCBC6-ADB8-4C90-8071-84E2DA301BDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A7F7AE9-E6C1-4F8B-AED4-ED3321B07337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A7F7AE9-E6C1-4F8B-AED4-ED3321B07337}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A7F7AE9-E6C1-4F8B-AED4-ED3321B07337}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A7F7AE9-E6C1-4F8B-AED4-ED3321B07337}.Release|Any CPU.Build.0 = Release|Any CPU
{29608B46-19BB-4D42-BF27-DAB1D456BAB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29608B46-19BB-4D42-BF27-DAB1D456BAB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29608B46-19BB-4D42-BF27-DAB1D456BAB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29608B46-19BB-4D42-BF27-DAB1D456BAB9}.Release|Any CPU.Build.0 = Release|Any CPU
{9F7B85C9-1D15-47EC-93C8-DD1EC280624E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F7B85C9-1D15-47EC-93C8-DD1EC280624E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F7B85C9-1D15-47EC-93C8-DD1EC280624E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F7B85C9-1D15-47EC-93C8-DD1EC280624E}.Release|Any CPU.Build.0 = Release|Any CPU
{DDE9544A-E650-488D-B423-B16FF6A30C50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDE9544A-E650-488D-B423-B16FF6A30C50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDE9544A-E650-488D-B423-B16FF6A30C50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDE9544A-E650-488D-B423-B16FF6A30C50}.Release|Any CPU.Build.0 = Release|Any CPU
{2B7BBBDE-42C2-4DF2-A83A-FEAF980A38E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B7BBBDE-42C2-4DF2-A83A-FEAF980A38E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B7BBBDE-42C2-4DF2-A83A-FEAF980A38E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B7BBBDE-42C2-4DF2-A83A-FEAF980A38E1}.Release|Any CPU.Build.0 = Release|Any CPU
{57DCCBC6-ADB8-4C90-8071-84E2DA301BDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57DCCBC6-ADB8-4C90-8071-84E2DA301BDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57DCCBC6-ADB8-4C90-8071-84E2DA301BDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57DCCBC6-ADB8-4C90-8071-84E2DA301BDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9244DC60-13E7-4972-8EAF-6E738C3B7A1E}
EndGlobalSection
EndGlobal