This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathVegaHub.sln
100 lines (100 loc) · 5.17 KB
/
VegaHub.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{54AD0309-35AF-413D-BDC7-F57E17E3ACE0}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
LICENSE.txt = LICENSE.txt
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
nuget\VegaHub.nuspec = nuget\VegaHub.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{BEF9EEDC-1681-4B30-B80E-6CED28FA14B4}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "VegaHub.Samples", "samples\VegaHub.Samples\VegaHub.Samples.fsproj", "{B636325E-D005-4EC7-97FB-01467324B1A4}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "VegaHub", "src\VegaHub\VegaHub.fsproj", "{50151D7A-5E87-4535-8150-2F63A68D0040}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{871A40E0-2E68-4CCB-AA10-A0AD41A2333C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{BBB7B635-6C07-4D9F-8F57-D6B8E4EAC168}"
ProjectSection(SolutionItems) = preProject
docs\content\index.fsx = docs\content\index.fsx
docs\content\tutorial.fsx = docs\content\tutorial.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{849644DE-0018-40A5-B2B4-DF8D8014139A}"
ProjectSection(SolutionItems) = preProject
docs\tools\generate.fsx = docs\tools\generate.fsx
docs\tools\packages.config = docs\tools\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{A16FA542-2BEE-4456-B15A-2CB7637ED165}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{4E080B8D-8F28-44C9-BA11-997FD3ADEE50}"
ProjectSection(SolutionItems) = preProject
docs\files\img\logo.png = docs\files\img\logo.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{A48B9367-E07A-4725-95D8-9AFA8F721C59}"
ProjectSection(SolutionItems) = preProject
docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{03716F2B-B1A3-4557-9B41-E5C1CBCB7AED}"
ProjectSection(SolutionItems) = preProject
nuget\VegaHub.nuspec = nuget\VegaHub.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{2AB56F59-A40B-4264-B611-9ECC2516A157}"
ProjectSection(SolutionItems) = preProject
nuget\content\index.html = nuget\content\index.html
nuget\content\Script.fsx = nuget\content\Script.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{B6EF6786-C691-48E5-95A7-2FCC192C41CB}"
ProjectSection(SolutionItems) = preProject
nuget\content\Scripts\app.js = nuget\content\Scripts\app.js
nuget\content\Scripts\d3.geo.projection.min.js = nuget\content\Scripts\d3.geo.projection.min.js
nuget\content\Scripts\d3.layout.cloud.js = nuget\content\Scripts\d3.layout.cloud.js
nuget\content\Scripts\d3.v3.min.js = nuget\content\Scripts\d3.v3.min.js
nuget\content\Scripts\topojson.js = nuget\content\Scripts\topojson.js
nuget\content\Scripts\vega.js = nuget\content\Scripts\vega.js
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B636325E-D005-4EC7-97FB-01467324B1A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B636325E-D005-4EC7-97FB-01467324B1A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B636325E-D005-4EC7-97FB-01467324B1A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B636325E-D005-4EC7-97FB-01467324B1A4}.Release|Any CPU.Build.0 = Release|Any CPU
{50151D7A-5E87-4535-8150-2F63A68D0040}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50151D7A-5E87-4535-8150-2F63A68D0040}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50151D7A-5E87-4535-8150-2F63A68D0040}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50151D7A-5E87-4535-8150-2F63A68D0040}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BBB7B635-6C07-4D9F-8F57-D6B8E4EAC168} = {871A40E0-2E68-4CCB-AA10-A0AD41A2333C}
{849644DE-0018-40A5-B2B4-DF8D8014139A} = {871A40E0-2E68-4CCB-AA10-A0AD41A2333C}
{A16FA542-2BEE-4456-B15A-2CB7637ED165} = {871A40E0-2E68-4CCB-AA10-A0AD41A2333C}
{A48B9367-E07A-4725-95D8-9AFA8F721C59} = {849644DE-0018-40A5-B2B4-DF8D8014139A}
{4E080B8D-8F28-44C9-BA11-997FD3ADEE50} = {A16FA542-2BEE-4456-B15A-2CB7637ED165}
{2AB56F59-A40B-4264-B611-9ECC2516A157} = {03716F2B-B1A3-4557-9B41-E5C1CBCB7AED}
{B6EF6786-C691-48E5-95A7-2FCC192C41CB} = {2AB56F59-A40B-4264-B611-9ECC2516A157}
EndGlobalSection
EndGlobal