-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcar_rent_api2.sln
33 lines (33 loc) · 1.77 KB
/
car_rent_api2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "car_rent_api2.Server", "car_rent_api2.Server\car_rent_api2.Server.csproj", "{50B9CC89-C397-404B-B778-559C59A24F92}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "car_rent_api2.client", "car_rent_api2.client\car_rent_api2.client.esproj", "{3DA29ACE-9F0D-4000-82AF-863DE8B5C7AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50B9CC89-C397-404B-B778-559C59A24F92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B9CC89-C397-404B-B778-559C59A24F92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50B9CC89-C397-404B-B778-559C59A24F92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B9CC89-C397-404B-B778-559C59A24F92}.Release|Any CPU.Build.0 = Release|Any CPU
{3DA29ACE-9F0D-4000-82AF-863DE8B5C7AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DA29ACE-9F0D-4000-82AF-863DE8B5C7AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DA29ACE-9F0D-4000-82AF-863DE8B5C7AA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3DA29ACE-9F0D-4000-82AF-863DE8B5C7AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DA29ACE-9F0D-4000-82AF-863DE8B5C7AA}.Release|Any CPU.Build.0 = Release|Any CPU
{3DA29ACE-9F0D-4000-82AF-863DE8B5C7AA}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2331B3AC-47BC-485F-B434-04D998D3A031}
EndGlobalSection
EndGlobal