11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
3- <PropertyGroup >
4- <OutputType >Exe</OutputType >
5- <TargetFramework >net5.0</TargetFramework >
6- <GenerateProgramFile >false</GenerateProgramFile >
7- </PropertyGroup >
8- <ItemGroup >
9- <ProjectReference Include =" ../../src/GraphBLAS-sharp/GraphBLAS-sharp.fsproj" />
10- <ProjectReference Include =" ../../src/GraphBLAS-sharp.Backend/GraphBLAS-sharp.Backend.fsproj" />
11- </ItemGroup >
12- <ItemGroup >
13- <Compile Include =" AssemblyInfo.fs" />
14- <Compile Include =" Helpers.fs" />
15- <Compile Include =" BackendCommonTests/BitonicSortTests.fs" />
16- <Compile Include =" BackendCommonTests/RemoveDuplicatesTests.fs" />
17- <Compile Include =" BackendCommonTests/CopyTests.fs" />
18- <Compile Include =" BackendCommonTests/ReplicateTests.fs" />
19- <Compile Include =" BackendCommonTests/PrefixSumTests.fs" />
20- <Compile Include =" BackendCommonTests/MatrixElementwiseTests.fs" />
21- <Compile Include =" BackendCommonTests/ConvertTests.fs" />
22- <Compile Include =" BackendCommonTests/TransposeTests.fs" />
23- <Compile Include =" BackendCommonTests/SpMVTests.fs" />
24- <!-- Compile Include="MatrixOperationsTests/GetTuplesTests.fs" /-->
25- <!-- Compile Include="MatrixOperationsTests/MxmTests.fs" /-->
26- <!-- Compile Include="MatrixOperationsTests/MxvTests.fs" /-->
27- <!-- Compile Include="MatrixOperationsTests/VxmTests.fs" /-->
28- <!-- Compile Include="MatrixOperationsTests/EWiseAddTests.fs" /-->
29- <!-- Compile Include="MatrixOperationsTests/TransposeTests.fs" /-->
30- <!-- Compile Include="AlgorithmsTests/BfsTests.fs" /-->
31- <Compile Include =" Program.fs" />
32- </ItemGroup >
33- <Import Project =" ..\..\.paket\Paket.Restore.targets" />
34- </Project >
35-
363 <PropertyGroup >
374 <OutputType >Exe</OutputType >
385 <TargetFramework >net5.0</TargetFramework >
5522 <Compile Include =" BackendCommonTests/ConvertTests.fs" />
5623 <Compile Include =" BackendCommonTests/TransposeTests.fs" />
5724 <Compile Include =" BackendCommonTests/MxmTests.fs" />
25+ <Compile Include =" BackendCommonTests/SpMVTests.fs" />
5826 <!-- Compile Include="MatrixOperationsTests/GetTuplesTests.fs" /-->
5927 <!-- Compile Include="MatrixOperationsTests/MxvTests.fs" /-->
6028 <!-- Compile Include="MatrixOperationsTests/VxmTests.fs" /-->
6129 <!-- Compile Include="AlgorithmsTests/BfsTests.fs" /-->
6230 <Compile Include =" Program.fs" />
6331 </ItemGroup >
6432 <Import Project =" ..\..\.paket\Paket.Restore.targets" />
65- </Project >
33+ </Project >
0 commit comments