Skip to content

Commit 5164f26

Browse files
committed
refactor: paths
1 parent dd9a49b commit 5164f26

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/GraphBLAS-sharp.Backend/GraphBLAS-sharp.Backend.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<Compile Include="AssemblyInfo.fs" />
14-
<Compile Include="Common\Quotes.fs" />
14+
<Compile Include="Common/Quotes.fs" />
1515
<Compile Include="Common/Utils.fs" />
1616
<Compile Include="Common/Sum.fs" />
1717
<Compile Include="Common/PrefixSum.fs" />
@@ -26,7 +26,7 @@
2626
<Compile Include="Objects/Common.fs" />
2727
<Compile Include="Objects/ArraysExtentions.fs" />
2828
<Compile Include="Objects/Vector.fs" />
29-
<Compile Include="Objects\Matrix.fs" />
29+
<Compile Include="Objects/Matrix.fs" />
3030
<Compile Include="Matrix/COOMatrix/COOMatrix.fs" />
3131
<Compile Include="Matrix/CSRMatrix/Elementwise.fs" />
3232
<Compile Include="Matrix/CSRMatrix/SpGEMM.fs" />

tests/GraphBLAS-sharp.Tests/GraphBLAS-sharp.Tests.fsproj

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
<Compile Include="QuickGraph/CreateGraph.fs" />
1616
<Compile Include="QuickGraph/Algorithms/ConnectedComponents.fs" />
1717
<Compile Include="QuickGraph/Algorithms/BFS.fs" />
18-
<Compile Include="Common\BitonicSort.fs" />
19-
<Compile Include="Common\RemoveDuplicates.fs" />
20-
<Compile Include="Common\Copy.fs" />
21-
<Compile Include="Common\Replicate.fs" />
22-
<Compile Include="Common\PrefixSum.fs" />
23-
<Compile Include="Common\Scatter.fs" />
24-
<Compile Include="Common\Sum.fs" />
25-
<Compile Include="Common\Reduce.fs" />
18+
<Compile Include="Common/BitonicSort.fs" />
19+
<Compile Include="Common/RemoveDuplicates.fs" />
20+
<Compile Include="Common/Copy.fs" />
21+
<Compile Include="Common/Replicate.fs" />
22+
<Compile Include="Common/PrefixSum.fs" />
23+
<Compile Include="Common/Scatter.fs" />
24+
<Compile Include="Common/Sum.fs" />
25+
<Compile Include="Common/Reduce.fs" />
2626
<!--Compile Include="MatrixOperationsTests/GetTuplesTests.fs" /-->
2727
<!--Compile Include="MatrixOperationsTests/MxvTests.fs" /-->
2828
<!--Compile Include="MatrixOperationsTests/VxmTests.fs" /-->
@@ -34,14 +34,14 @@
3434
<Compile Include="Vector/ElementWiseAtLeasOne.fs" />
3535
<Compile Include="Vector/Convert.fs" />
3636
<Compile Include="Vector/Reduce.fs" />
37-
<Compile Include="Vector\Elementwise.fs" />
37+
<Compile Include="Vector/Elementwise.fs" />
3838
<Compile Include="Vector/ContainsNonZero.fs" />
39-
<Compile Include="Vector\SpMV.fs" />
39+
<Compile Include="Vector/SpMV.fs" />
4040
<Compile Include="Algorithms/BFS.fs" />
41-
<Compile Include="Matrix\Convert.fs" />
42-
<Compile Include="Matrix\Elementwise.fs" />
43-
<Compile Include="Matrix\Mxm.fs" />
44-
<Compile Include="Matrix\Transpose.fs" />
41+
<Compile Include="Matrix/Convert.fs" />
42+
<Compile Include="Matrix/Elementwise.fs" />
43+
<Compile Include="Matrix/Mxm.fs" />
44+
<Compile Include="Matrix/Transpose.fs" />
4545
<Compile Include="Program.fs" />
4646
</ItemGroup>
4747
<Import Project="..\..\.paket\Paket.Restore.targets" />

0 commit comments

Comments
 (0)