|
15 | 15 | <Compile Include="QuickGraph/CreateGraph.fs" /> |
16 | 16 | <Compile Include="QuickGraph/Algorithms/ConnectedComponents.fs" /> |
17 | 17 | <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" /> |
26 | 26 | <!--Compile Include="MatrixOperationsTests/GetTuplesTests.fs" /--> |
27 | 27 | <!--Compile Include="MatrixOperationsTests/MxvTests.fs" /--> |
28 | 28 | <!--Compile Include="MatrixOperationsTests/VxmTests.fs" /--> |
|
34 | 34 | <Compile Include="Vector/ElementWiseAtLeasOne.fs" /> |
35 | 35 | <Compile Include="Vector/Convert.fs" /> |
36 | 36 | <Compile Include="Vector/Reduce.fs" /> |
37 | | - <Compile Include="Vector\Elementwise.fs" /> |
| 37 | + <Compile Include="Vector/Elementwise.fs" /> |
38 | 38 | <Compile Include="Vector/ContainsNonZero.fs" /> |
39 | | - <Compile Include="Vector\SpMV.fs" /> |
| 39 | + <Compile Include="Vector/SpMV.fs" /> |
40 | 40 | <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" /> |
45 | 45 | <Compile Include="Program.fs" /> |
46 | 46 | </ItemGroup> |
47 | 47 | <Import Project="..\..\.paket\Paket.Restore.targets" /> |
|
0 commit comments