This repository was archived by the owner on Oct 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBikeShare.sln
More file actions
70 lines (70 loc) · 4.43 KB
/
BikeShare.sln
File metadata and controls
70 lines (70 loc) · 4.43 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BikeShare.Console", "BikeShare.Console\BikeShare.Console.csproj", "{706E5A24-994D-4783-B2C8-051497670A77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BikeShare.Web", "BikeShare.Web\BikeShare.Web.csproj", "{70853F60-550C-468D-BE31-9F6EA431A0BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BikeShare.Services", "BikeShare.Services\BikeShare.Services.csproj", "{037904BC-92FB-45EE-B401-CC2793CFA3ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{E19A64AA-7027-4933-91A2-391EA611405E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Enyim.Caching", "Enyim.Caching", "{C2DB75E6-A0B6-471B-81C7-2A2EC8064383}"
ProjectSection(SolutionItems) = preProject
Dependencies\Enyim.Caching\Enyim.Caching.dll = Dependencies\Enyim.Caching\Enyim.Caching.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HtmlAgilityPack", "HtmlAgilityPack", "{1BC5366F-05D1-4B30-AE1E-50D252957914}"
ProjectSection(SolutionItems) = preProject
Dependencies\HtmlAgilityPack\HtmlAgilityPack.dll = Dependencies\HtmlAgilityPack\HtmlAgilityPack.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{706E5A24-994D-4783-B2C8-051497670A77}.Debug|Any CPU.ActiveCfg = Debug|x86
{706E5A24-994D-4783-B2C8-051497670A77}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{706E5A24-994D-4783-B2C8-051497670A77}.Debug|Mixed Platforms.Build.0 = Debug|x86
{706E5A24-994D-4783-B2C8-051497670A77}.Debug|x86.ActiveCfg = Debug|x86
{706E5A24-994D-4783-B2C8-051497670A77}.Debug|x86.Build.0 = Debug|x86
{706E5A24-994D-4783-B2C8-051497670A77}.Release|Any CPU.ActiveCfg = Release|x86
{706E5A24-994D-4783-B2C8-051497670A77}.Release|Mixed Platforms.ActiveCfg = Release|x86
{706E5A24-994D-4783-B2C8-051497670A77}.Release|Mixed Platforms.Build.0 = Release|x86
{706E5A24-994D-4783-B2C8-051497670A77}.Release|x86.ActiveCfg = Release|x86
{706E5A24-994D-4783-B2C8-051497670A77}.Release|x86.Build.0 = Release|x86
{70853F60-550C-468D-BE31-9F6EA431A0BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70853F60-550C-468D-BE31-9F6EA431A0BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70853F60-550C-468D-BE31-9F6EA431A0BF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{70853F60-550C-468D-BE31-9F6EA431A0BF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{70853F60-550C-468D-BE31-9F6EA431A0BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{70853F60-550C-468D-BE31-9F6EA431A0BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70853F60-550C-468D-BE31-9F6EA431A0BF}.Release|Any CPU.Build.0 = Release|Any CPU
{70853F60-550C-468D-BE31-9F6EA431A0BF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{70853F60-550C-468D-BE31-9F6EA431A0BF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{70853F60-550C-468D-BE31-9F6EA431A0BF}.Release|x86.ActiveCfg = Release|Any CPU
{037904BC-92FB-45EE-B401-CC2793CFA3ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{037904BC-92FB-45EE-B401-CC2793CFA3ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{037904BC-92FB-45EE-B401-CC2793CFA3ED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{037904BC-92FB-45EE-B401-CC2793CFA3ED}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{037904BC-92FB-45EE-B401-CC2793CFA3ED}.Debug|x86.ActiveCfg = Debug|Any CPU
{037904BC-92FB-45EE-B401-CC2793CFA3ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{037904BC-92FB-45EE-B401-CC2793CFA3ED}.Release|Any CPU.Build.0 = Release|Any CPU
{037904BC-92FB-45EE-B401-CC2793CFA3ED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{037904BC-92FB-45EE-B401-CC2793CFA3ED}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{037904BC-92FB-45EE-B401-CC2793CFA3ED}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C2DB75E6-A0B6-471B-81C7-2A2EC8064383} = {E19A64AA-7027-4933-91A2-391EA611405E}
{1BC5366F-05D1-4B30-AE1E-50D252957914} = {E19A64AA-7027-4933-91A2-391EA611405E}
EndGlobalSection
EndGlobal