Skip to content

Commit e153747

Browse files
committed
more path fixes
1 parent fb2b364 commit e153747

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tests/CoreTests/CoreTests/CoreTests.fsproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.19.1.min.js" />
1212
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.19.1.min.js.LICENSE.txt" />
13-
<!--Test charts-->
13+
<!--HTMLCodegen-->
1414
<Compile Include="HTMLCodegen\Chart2D.fs" />
1515
<Compile Include="HTMLCodegen\Chart3D.fs" />
1616
<Compile Include="HTMLCodegen\ChartPolar.fs" />
@@ -19,8 +19,10 @@
1919
<Compile Include="HTMLCodegen\ChartCarpet.fs" />
2020
<Compile Include="HTMLCodegen\ChartDomain.fs" />
2121
<Compile Include="HTMLCodegen\ChartSmith.fs" />
22-
<!--HTMLCodegen-->
23-
22+
<Compile Include="HTMLCodegen\SimpleTests.fs" />
23+
<Compile Include="HTMLCodegen\ChartLayout.fs" />
24+
<Compile Include="HTMLCodegen\MulticategoryData.fs" />
25+
<!--Misc-->
2426
<Compile Include="ChartAPIs\WithAxis.fs" />
2527
<Compile Include="ChartAPIs\Combine.fs" />
2628
<Compile Include="CommonAbstractions\StyleParams.fs" />
@@ -32,9 +34,6 @@
3234
<Compile Include="Traces\TraceStaticMembers.fs" />
3335
<Compile Include="Traces\TraceStyle.fs" />
3436
<Compile Include="Traces\TraceID.fs" />
35-
<Compile Include="HtmlCodegen\SimpleTests.fs" />
36-
<Compile Include="HtmlCodegen\ChartLayout.fs" />
37-
<Compile Include="HtmlCodegen\MulticategoryData.fs" />
3837
<Compile Include="Main.fs" />
3938
</ItemGroup>
4039

0 commit comments

Comments
 (0)