-
Notifications
You must be signed in to change notification settings - Fork 0
/
London.sln
67 lines (67 loc) · 3.39 KB
/
London.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{0490A255-2F62-4572-AFA0-8EE9DA12ED70}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "London", "London\London.fsproj", "{E23F113F-F3E7-4F17-AB7C-8002CA4EAE48}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "London.Web", "London.Web\London.Web.fsproj", "{C2E2942B-0812-4F3D-8834-7AD297416D39}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "London.Core", "London.Core\London.Core.fsproj", "{4C61ACB9-941F-4FAA-8FB6-B9640538BEAD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{5452F62B-413F-4F23-944A-FC40E0BDC13C}"
ProjectSection(SolutionItems) = preProject
tools\Build.cmd = tools\Build.cmd
tools\BuildAndRun.cmd = tools\BuildAndRun.cmd
tools\Deploy.cmd = tools\Deploy.cmd
tools\Release.cmd = tools\Release.cmd
tools\Service_install.cmd = tools\Service_install.cmd
tools\Service_uninstall.cmd = tools\Service_uninstall.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "prototype", "prototype", "{505F2346-B70C-47C0-999F-AE741A7ADD2A}"
ProjectSection(SolutionItems) = preProject
prototype\chart_test.html = prototype\chart_test.html
prototype\chart_test.js = prototype\chart_test.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{A1467084-1E98-413C-AA9F-5188574377F2}"
ProjectSection(SolutionItems) = preProject
libs\7za.dll = libs\7za.dll
libs\7za.exe = libs\7za.exe
libs\7zxa.dll = libs\7zxa.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "readme", "readme", "{AA0F72C2-7AEE-4BC2-A641-D9667D8F9901}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E23F113F-F3E7-4F17-AB7C-8002CA4EAE48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E23F113F-F3E7-4F17-AB7C-8002CA4EAE48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E23F113F-F3E7-4F17-AB7C-8002CA4EAE48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E23F113F-F3E7-4F17-AB7C-8002CA4EAE48}.Release|Any CPU.Build.0 = Release|Any CPU
{C2E2942B-0812-4F3D-8834-7AD297416D39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2E2942B-0812-4F3D-8834-7AD297416D39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2E2942B-0812-4F3D-8834-7AD297416D39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2E2942B-0812-4F3D-8834-7AD297416D39}.Release|Any CPU.Build.0 = Release|Any CPU
{4C61ACB9-941F-4FAA-8FB6-B9640538BEAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C61ACB9-941F-4FAA-8FB6-B9640538BEAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C61ACB9-941F-4FAA-8FB6-B9640538BEAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C61ACB9-941F-4FAA-8FB6-B9640538BEAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal