Skip to content

Commit 6a08fcd

Browse files
committed
Renewed old files
1 parent 5fe15f9 commit 6a08fcd

3 files changed

Lines changed: 0 additions & 79 deletions

File tree

src/GraphBLAS-sharp/COOMatrix.fs

Lines changed: 0 additions & 48 deletions
This file was deleted.
Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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>
@@ -24,15 +20,4 @@
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>

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
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>

0 commit comments

Comments
 (0)