|
13 | 13 | <Compile Include="TestUtils.fs" /> |
14 | 14 | <!--Test charts--> |
15 | 15 | <Compile Include="TestCharts\Chart2D\Scatter.fs" /> |
16 | | - <Compile Include="TestCharts\Chart2D\Point.fs" /> |
17 | | - <Compile Include="TestCharts\Chart2D\Line.fs" /> |
18 | | - <Compile Include="TestCharts\Chart2D\Spline.fs" /> |
19 | 16 | <Compile Include="TestCharts\Chart2D\Bubble.fs" /> |
20 | 17 | <Compile Include="TestCharts\Chart2D\Range.fs" /> |
21 | 18 | <Compile Include="TestCharts\Chart2D\Area.fs" /> |
|
93 | 90 | <Compile Include="TestCharts\ChartSmith\PointSmith.fs" /> |
94 | 91 | <Compile Include="TestCharts\ChartSmith\LineSmith.fs" /> |
95 | 92 | <Compile Include="TestCharts\ChartSmith\BubbleSmith.fs" /> |
| 93 | + <Compile Include="HTMLCodegen\Chart2D.fs" /> |
96 | 94 | <!--HTMLCodegen--> |
97 | | - <Compile Include="HTMLCodegen\Chart2D\Scatter.fs" /> |
98 | | - <Compile Include="HTMLCodegen\Chart2D\Point.fs" /> |
99 | | - <Compile Include="HTMLCodegen\Chart2D\Line.fs" /> |
100 | | - <Compile Include="HTMLCodegen\Chart2D\Spline.fs" /> |
101 | | - <Compile Include="HTMLCodegen\Chart2D\Bubble.fs" /> |
102 | | - <Compile Include="HTMLCodegen\Chart2D\Range.fs" /> |
103 | | - <Compile Include="HTMLCodegen\Chart2D\Area.fs" /> |
104 | | - <Compile Include="HTMLCodegen\Chart2D\SplineArea.fs" /> |
105 | | - <Compile Include="HTMLCodegen\Chart2D\StackedArea.fs" /> |
106 | | - <Compile Include="HTMLCodegen\Chart2D\Funnel.fs" /> |
107 | | - <Compile Include="HTMLCodegen\Chart2D\StackedFunnel.fs" /> |
108 | | - <Compile Include="HTMLCodegen\Chart2D\Waterfall.fs" /> |
109 | | - <Compile Include="HTMLCodegen\Chart2D\Bar.fs" /> |
110 | | - <Compile Include="HTMLCodegen\Chart2D\StackedBar.fs" /> |
111 | | - <Compile Include="HTMLCodegen\Chart2D\Column.fs" /> |
112 | | - <Compile Include="HTMLCodegen\Chart2D\StackedColumn.fs" /> |
113 | | - <Compile Include="HTMLCodegen\Chart2D\Histogram.fs" /> |
114 | | - <Compile Include="HTMLCodegen\Chart2D\Histogram2D.fs" /> |
115 | | - <Compile Include="HTMLCodegen\Chart2D\BoxPlot.fs" /> |
116 | | - <Compile Include="HTMLCodegen\Chart2D\Violin.fs" /> |
117 | | - <Compile Include="HTMLCodegen\Chart2D\Histogram2DContour.fs" /> |
118 | | - <Compile Include="HTMLCodegen\Chart2D\Heatmap.fs" /> |
119 | | - <Compile Include="HTMLCodegen\Chart2D\AnnotatedHeatmap.fs" /> |
120 | | - <Compile Include="HTMLCodegen\Chart2D\Image.fs" /> |
121 | | - <Compile Include="HTMLCodegen\Chart2D\Contour.fs" /> |
122 | | - <Compile Include="HTMLCodegen\Chart2D\OHLC.fs" /> |
123 | | - <Compile Include="HTMLCodegen\Chart2D\Candlestick.fs" /> |
124 | | - <Compile Include="HTMLCodegen\Chart2D\Splom.fs" /> |
125 | | - <Compile Include="HTMLCodegen\Chart2D\PointDensity.fs" /> |
126 | 95 | <Compile Include="HTMLCodegen\Chart3D\Scatter3D.fs" /> |
127 | 96 | <Compile Include="HTMLCodegen\Chart3D\Point3D.fs" /> |
128 | 97 | <Compile Include="HTMLCodegen\Chart3D\Line3D.fs" /> |
|
214 | 183 |
|
215 | 184 | <ItemGroup> |
216 | 185 | <ProjectReference Include="..\..\..\src\Plotly.NET\Plotly.NET.fsproj" /> |
| 186 | + <ProjectReference Include="..\..\Common\FSharpTestBase\FSharpTestBase.fsproj" /> |
217 | 187 | </ItemGroup> |
218 | 188 | </Project> |
0 commit comments