File tree Expand file tree Collapse file tree
tests/GraphBLAS-sharp.Tests Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <TargetFrameworks >netstandard2.1;net461</TargetFrameworks >
4- <?xml version =" 1.0" encoding =" utf-8" ?>
51<Project Sdk =" Microsoft.NET.Sdk" >
62 <PropertyGroup >
73 <TargetFrameworks >netstandard2.1;net461</TargetFrameworks >
2420 <Compile Include =" Semirings/Float.fs" />
2521 </ItemGroup >
2622 <Import Project =" ..\..\.paket\Paket.Restore.targets" />
27- </Project >
28-
29- </PropertyGroup >
30- <ItemGroup >
31- <Compile Include =" AssemblyInfo.fs" />
32- <Compile Include =" Library.fs" />
33- <Compile Include =" COOMatrix.fs" />
34- <Compile Include =" Semirings/Boolean.fs" />
35- <Compile Include =" Semirings/Float.fs" />
36- </ItemGroup >
37- <Import Project =" ..\..\.paket\Paket.Restore.targets" />
3823</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <OutputType >Exe</OutputType >
4- <TargetFrameworks >netcoreapp3.1</TargetFrameworks >
5- </PropertyGroup >
6- <ItemGroup >
7- <ProjectReference Include =" ../../src/GraphBLAS-sharp/GraphBLAS-sharp.fsproj" />
8- </ItemGroup >
9- <ItemGroup >
10- <Compile Include =" AssemblyInfo.fs" />
11- <Compile Include =" CSRMatrixTests.fs" />
12- <Compile Include =" SparseMatrixMultiplicationTests.fs" />
13- </ItemGroup >
14- <Import Project =" ..\..\.paket\Paket.Restore.targets" />
15- </Project >
16- <?xml version =" 1.0" encoding =" utf-8" ?>
171<Project Sdk =" Microsoft.NET.Sdk" >
182 <PropertyGroup >
193 <OutputType >Exe</OutputType >
You can’t perform that action at this time.
0 commit comments