This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathBikeSharing.Services.Profiles.API.sln
52 lines (52 loc) · 3.63 KB
/
BikeSharing.Services.Profiles.API.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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "BikeSharing.Services.Profiles", "src\BikeSharing.Services.Profiles\BikeSharing.Services.Profiles.xproj", "{77D4C171-058F-4CD5-83D8-9B73BB899165}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "BikeSharing.Services.Core", "src\BikeSharing.Services.Core\BikeSharing.Services.Core.xproj", "{A3DF7531-915C-4102-8BEF-D42C5E5328F9}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "BikeSharing.Services.Security", "src\BikeSharing.Services.Security\BikeSharing.Services.Security.xproj", "{25F3477F-541E-41CD-8266-14FD2ED00429}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "BikeSharing.Services.Profiles.Database", "src\BikeSharing.Services.Profiles.Database\BikeSharing.Services.Profiles.Database.sqlproj", "{806BA3B3-00C2-4B15-BEF5-A55971DC92BC}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "BikeSharing.Services.Profiles.Models", "src\BikeSharing.Services.Profiles.Models\BikeSharing.Services.Profiles.Models.xproj", "{BB230748-BE3E-41E2-AD68-01A7DAA43904}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77D4C171-058F-4CD5-83D8-9B73BB899165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77D4C171-058F-4CD5-83D8-9B73BB899165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77D4C171-058F-4CD5-83D8-9B73BB899165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77D4C171-058F-4CD5-83D8-9B73BB899165}.Release|Any CPU.Build.0 = Release|Any CPU
{7E1A44A2-5F13-490C-AD7E-8D0FEE794196}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E1A44A2-5F13-490C-AD7E-8D0FEE794196}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E1A44A2-5F13-490C-AD7E-8D0FEE794196}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E1A44A2-5F13-490C-AD7E-8D0FEE794196}.Release|Any CPU.Build.0 = Release|Any CPU
{A3DF7531-915C-4102-8BEF-D42C5E5328F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3DF7531-915C-4102-8BEF-D42C5E5328F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3DF7531-915C-4102-8BEF-D42C5E5328F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3DF7531-915C-4102-8BEF-D42C5E5328F9}.Release|Any CPU.Build.0 = Release|Any CPU
{25F3477F-541E-41CD-8266-14FD2ED00429}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25F3477F-541E-41CD-8266-14FD2ED00429}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25F3477F-541E-41CD-8266-14FD2ED00429}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25F3477F-541E-41CD-8266-14FD2ED00429}.Release|Any CPU.Build.0 = Release|Any CPU
{806BA3B3-00C2-4B15-BEF5-A55971DC92BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{806BA3B3-00C2-4B15-BEF5-A55971DC92BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{806BA3B3-00C2-4B15-BEF5-A55971DC92BC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{806BA3B3-00C2-4B15-BEF5-A55971DC92BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{806BA3B3-00C2-4B15-BEF5-A55971DC92BC}.Release|Any CPU.Build.0 = Release|Any CPU
{806BA3B3-00C2-4B15-BEF5-A55971DC92BC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{BB230748-BE3E-41E2-AD68-01A7DAA43904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB230748-BE3E-41E2-AD68-01A7DAA43904}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB230748-BE3E-41E2-AD68-01A7DAA43904}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB230748-BE3E-41E2-AD68-01A7DAA43904}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal