@@ -31,19 +31,15 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET", "src\Plotly.NE
31
31
EndProject
32
32
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".ci" , ".ci" , "{2461AFBF-6E10-4F7B-A0EA-3D62541C2EB1}"
33
33
Project Section (SolutionItems ) = preProject
34
- .github \workflows \build -and -deploy -docs .yml = .github \workflows \build -and -deploy -docs .yml
35
34
.github \workflows \build -and -test .yml = .github \workflows \build -and -test .yml
36
- .github \workflows \check -formatting .yml = .github \workflows \check -formatting .yml
37
- .github \workflows \push -prerelease .yml = .github \workflows \push -prerelease .yml
38
- .github \workflows \verify -docs .yml = .github \workflows \verify -docs .yml
39
35
EndProject Section
40
36
EndProject
41
37
Project ("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}" ) = "Plotly.NET.Interactive" , "src\Plotly.NET.Interactive\Plotly.NET.Interactive.fsproj" , "{0F135E3B-B0E1-42A9-B180-18C0221DC7B8}"
42
38
EndProject
43
39
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "docs" , "docs" , "{7B09CC0A-F1E1-4094-9DE4-B047581E01F0}"
44
40
Project Section (SolutionItems ) = preProject
45
- docs \Dockerfile = docs \Dockerfile
46
41
docs \404 .fsx .txt = docs \404 .fsx .txt
42
+ docs \Dockerfile = docs \Dockerfile
47
43
docs \index .fsx = docs \index .fsx
48
44
docs \NuGet .config = docs \NuGet .config
49
45
docs \_template .html = docs \_template .html
@@ -145,10 +141,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "04_distribution-charts", "0
145
141
docs \distribution -charts \box -plots .fsx = docs \distribution -charts \box -plots .fsx
146
142
docs \distribution -charts \contour -plots .fsx = docs \distribution -charts \contour -plots .fsx
147
143
docs \distribution -charts \histograms .fsx = docs \distribution -charts \histograms .fsx
144
+ docs \distribution -charts \pareto -chart .fsx = docs \distribution -charts \pareto -chart .fsx
148
145
docs \distribution -charts \point -density .fsx = docs \distribution -charts \point -density .fsx
149
146
docs \distribution -charts \splom .fsx = docs \distribution -charts \splom .fsx
150
147
docs \distribution -charts \violin -plots .fsx = docs \distribution -charts \violin -plots .fsx
151
- docs \distribution -charts \pareto -chart .fsx = docs \distribution -charts \pareto -chart .fsx
152
148
EndProject Section
153
149
EndProject
154
150
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "01_chart-layout" , "01_chart-layout" , "{C7D0EF67-9A18-49DD-AC79-944E384BD8D0}"
0 commit comments