forked from plotly/Plotly.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Plotly.NET.sln
140 lines (140 loc) · 7.12 KB
/
Plotly.NET.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
paket.references = paket.references
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
LICENSE = LICENSE
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{078A9C52-DDC1-46F4-9235-9E6C89C87AFD}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{7C6D08E7-3EAC-4335-8F4B-252C193C27C9}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET", "src\Plotly.NET\Plotly.NET.fsproj", "{DFAC135B-36B8-4347-B1DD-B5E0144610C2}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET.Tests", "tests\Plotly.NET.Tests\Plotly.NET.Tests.fsproj", "{2C9916F4-817A-4B70-8D83-F48E9A30544F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".ci", ".ci", "{2461AFBF-6E10-4F7B-A0EA-3D62541C2EB1}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-and-deploy-docs.yml = .github\workflows\build-and-deploy-docs.yml
.circleci\config.yml = .circleci\config.yml
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET.Interactive", "src\Plotly.NET.Interactive\Plotly.NET.Interactive.fsproj", "{0F135E3B-B0E1-42A9-B180-18C0221DC7B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7B09CC0A-F1E1-4094-9DE4-B047581E01F0}"
ProjectSection(SolutionItems) = preProject
docs\_template.html = docs\_template.html
docs\index.fsx = docs\index.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "reference", "reference", "{5219BAC7-ACE6-435F-A983-BC63DD7B745E}"
ProjectSection(SolutionItems) = preProject
docs\reference\_template.html = docs\reference\_template.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{60FB82C0-F472-494E-BCF7-7B3C54212406}"
ProjectSection(SolutionItems) = preProject
docs\1_0_basics.fsx = docs\1_0_basics.fsx
docs\1_1_axis-styling.fsx = docs\1_1_axis-styling.fsx
docs\1_2_errorbars.fsx = docs\1_2_errorbars.fsx
docs\1_3_multiple-charts.fsx = docs\1_3_multiple-charts.fsx
docs\1_4_shapes.fsx = docs\1_4_shapes.fsx
docs\2_0_line-scatter-plots.fsx = docs\2_0_line-scatter-plots.fsx
docs\2_1_bar-and-column-charts.fsx = docs\2_1_bar-and-column-charts.fsx
docs\2_2_area-plots.fsx = docs\2_2_area-plots.fsx
docs\2_3_range-plots.fsx = docs\2_3_range-plots.fsx
docs\2_4_bubble-charts.fsx = docs\2_4_bubble-charts.fsx
docs\2_5_pie-doughnut-charts.fsx = docs\2_5_pie-doughnut-charts.fsx
docs\2_6_table.fsx = docs\2_6_table.fsx
docs\3_0_3d-scatter-plots.fsx = docs\3_0_3d-scatter-plots.fsx
docs\3_1_3d-line-plots.fsx = docs\3_1_3d-line-plots.fsx
docs\3_2_3d-surface-plots.fsx = docs\3_2_3d-surface-plots.fsx
docs\3_3_3d-mesh-plots.fsx = docs\3_3_3d-mesh-plots.fsx
docs\4_0_histograms.fsx = docs\4_0_histograms.fsx
docs\4_1_box-plots.fsx = docs\4_1_box-plots.fsx
docs\4_2_violin-plots.fsx = docs\4_2_violin-plots.fsx
docs\4_3_heatmaps.fsx = docs\4_3_heatmaps.fsx
docs\4_4_contour-plots.fsx = docs\4_4_contour-plots.fsx
docs\4_5_2d-histograms.fsx = docs\4_5_2d-histograms.fsx
docs\4_6_splom.fsx = docs\4_6_splom.fsx
docs\5_0_choropleth-map.fsx = docs\5_0_choropleth-map.fsx
docs\6_0_candlestick.fsx = docs\6_0_candlestick.fsx
docs\7_0_polar-charts.fsx = docs\7_0_polar-charts.fsx
docs\7_1_windrose-charts.fsx = docs\7_1_windrose-charts.fsx
docs\8_0_parallel-categories.fsx = docs\8_0_parallel-categories.fsx
docs\8_1_parallel-coords.fsx = docs\8_1_parallel-coords.fsx
docs\8_2_sankey.fsx = docs\8_2_sankey.fsx
docs\_template.html = docs\_template.html
docs\_template.ipynb = docs\_template.ipynb
docs\Dockerfile = docs\Dockerfile
docs\index.fsx = docs\index.fsx
docs\NuGet.config = docs\NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{CDB973F2-0F60-4ADB-84A8-924AFA8B6D49}"
ProjectSection(SolutionItems) = preProject
docs\img\favicon.ico = docs\img\favicon.ico
docs\img\logo.png = docs\img\logo.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Dotnet|Any CPU = Dotnet|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Dotnet|Any CPU.Build.0 = Dotnet|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Release|Any CPU.Build.0 = Release|Any CPU
{2C9916F4-817A-4B70-8D83-F48E9A30544F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C9916F4-817A-4B70-8D83-F48E9A30544F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C9916F4-817A-4B70-8D83-F48E9A30544F}.Dotnet|Any CPU.ActiveCfg = Debug|Any CPU
{2C9916F4-817A-4B70-8D83-F48E9A30544F}.Dotnet|Any CPU.Build.0 = Debug|Any CPU
{2C9916F4-817A-4B70-8D83-F48E9A30544F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C9916F4-817A-4B70-8D83-F48E9A30544F}.Release|Any CPU.Build.0 = Release|Any CPU
{0F135E3B-B0E1-42A9-B180-18C0221DC7B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F135E3B-B0E1-42A9-B180-18C0221DC7B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F135E3B-B0E1-42A9-B180-18C0221DC7B8}.Dotnet|Any CPU.ActiveCfg = Debug|Any CPU
{0F135E3B-B0E1-42A9-B180-18C0221DC7B8}.Dotnet|Any CPU.Build.0 = Debug|Any CPU
{0F135E3B-B0E1-42A9-B180-18C0221DC7B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F135E3B-B0E1-42A9-B180-18C0221DC7B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5219BAC7-ACE6-435F-A983-BC63DD7B745E} = {7B09CC0A-F1E1-4094-9DE4-B047581E01F0}
{60FB82C0-F472-494E-BCF7-7B3C54212406} = {7B09CC0A-F1E1-4094-9DE4-B047581E01F0}
{CDB973F2-0F60-4ADB-84A8-924AFA8B6D49} = {7B09CC0A-F1E1-4094-9DE4-B047581E01F0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7177F1E1-341C-48AB-9864-6B525FFF7633}
EndGlobalSection
EndGlobal