-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBicycleSharingSystem.sln
43 lines (43 loc) · 2.73 KB
/
BicycleSharingSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35209.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BicycleSharingSystem.WebApi", "src\BicycleSharingSystem.WebApi\BicycleSharingSystem.WebApi.csproj", "{7CB49E02-A37C-4E08-93C2-9780CFAEE708}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BicycleSharingSystem.Kiosk", "src\BicycleSharingSystem.Kiosk\BicycleSharingSystem.Kiosk.csproj", "{3C393554-B889-4CB2-95C7-84FA822B3558}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BicycleSharingSystem.AppHost", "src\BicycleSharingSystem.AppHost\BicycleSharingSystem.AppHost.csproj", "{74954CA4-6A99-44A0-9403-C10B6DC55E80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BicycleSharingSystem.ServiceDefaults", "src\BicycleSharingSystem.ServiceDefaults\BicycleSharingSystem.ServiceDefaults.csproj", "{B44D2BAE-4831-4FFD-A47D-AADF8903E9A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CB49E02-A37C-4E08-93C2-9780CFAEE708}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB49E02-A37C-4E08-93C2-9780CFAEE708}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB49E02-A37C-4E08-93C2-9780CFAEE708}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB49E02-A37C-4E08-93C2-9780CFAEE708}.Release|Any CPU.Build.0 = Release|Any CPU
{3C393554-B889-4CB2-95C7-84FA822B3558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C393554-B889-4CB2-95C7-84FA822B3558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C393554-B889-4CB2-95C7-84FA822B3558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C393554-B889-4CB2-95C7-84FA822B3558}.Release|Any CPU.Build.0 = Release|Any CPU
{74954CA4-6A99-44A0-9403-C10B6DC55E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74954CA4-6A99-44A0-9403-C10B6DC55E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74954CA4-6A99-44A0-9403-C10B6DC55E80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74954CA4-6A99-44A0-9403-C10B6DC55E80}.Release|Any CPU.Build.0 = Release|Any CPU
{B44D2BAE-4831-4FFD-A47D-AADF8903E9A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B44D2BAE-4831-4FFD-A47D-AADF8903E9A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B44D2BAE-4831-4FFD-A47D-AADF8903E9A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B44D2BAE-4831-4FFD-A47D-AADF8903E9A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59C2B114-D162-459F-A8D6-EED96F5DBBDB}
EndGlobalSection
EndGlobal