-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRideShare.API.sln
More file actions
49 lines (49 loc) · 3.08 KB
/
RideShare.API.sln
File metadata and controls
49 lines (49 loc) · 3.08 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RideShare.API", "RideShare.API\RideShare.API.csproj", "{D4B9BBD1-E863-4D75-BB8E-2C8EE7AD545B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RideShare.Application", "RideShare.Application\RideShare.Application.csproj", "{E9942B85-8713-4B85-8897-51E87E9E8CB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RideShare.Implementation", "RideShare.Implementation\RideShare.Implementation.csproj", "{897E6A65-81D3-4B5F-A6DF-F7E27B914C2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RideShare.Domain", "RideShare.Domain\RideShare.Domain.csproj", "{75F1FC4D-A436-4FEC-AA0C-B4E50DC67A62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RideShare.DataAccess", "RideShare.DataAccess\RideShare.DataAccess.csproj", "{C00D7730-1880-4DFB-B678-470130346A04}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4B9BBD1-E863-4D75-BB8E-2C8EE7AD545B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4B9BBD1-E863-4D75-BB8E-2C8EE7AD545B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4B9BBD1-E863-4D75-BB8E-2C8EE7AD545B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4B9BBD1-E863-4D75-BB8E-2C8EE7AD545B}.Release|Any CPU.Build.0 = Release|Any CPU
{E9942B85-8713-4B85-8897-51E87E9E8CB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9942B85-8713-4B85-8897-51E87E9E8CB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9942B85-8713-4B85-8897-51E87E9E8CB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9942B85-8713-4B85-8897-51E87E9E8CB5}.Release|Any CPU.Build.0 = Release|Any CPU
{897E6A65-81D3-4B5F-A6DF-F7E27B914C2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{897E6A65-81D3-4B5F-A6DF-F7E27B914C2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{897E6A65-81D3-4B5F-A6DF-F7E27B914C2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{897E6A65-81D3-4B5F-A6DF-F7E27B914C2D}.Release|Any CPU.Build.0 = Release|Any CPU
{75F1FC4D-A436-4FEC-AA0C-B4E50DC67A62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75F1FC4D-A436-4FEC-AA0C-B4E50DC67A62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75F1FC4D-A436-4FEC-AA0C-B4E50DC67A62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75F1FC4D-A436-4FEC-AA0C-B4E50DC67A62}.Release|Any CPU.Build.0 = Release|Any CPU
{C00D7730-1880-4DFB-B678-470130346A04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C00D7730-1880-4DFB-B678-470130346A04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C00D7730-1880-4DFB-B678-470130346A04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C00D7730-1880-4DFB-B678-470130346A04}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {98871525-5F0E-43B5-BFC4-5C3DC0E6D8F5}
EndGlobalSection
EndGlobal