Skip to content

Commit 8f135fa

Browse files
committed
Remove app.config from src; change Path.Join to Path.Combine
1 parent b330686 commit 8f135fa

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

benchmarks/GraphBLAS-sharp.Benchmarks/BenchmarksEWiseAdd.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ type EWiseAddBenchmarks() =
9696
|> Seq.map
9797
(fun matrixFilename ->
9898
let getFullPathToMatrix filename =
99-
Path.Join [|
99+
Path.Combine [|
100100
__SOURCE_DIRECTORY__
101101
"Datasets"
102102
"EWiseAddDatasets"

src/GraphBLAS-sharp/GraphBLAS-sharp.fsproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,5 @@
2929
<Compile Include="Algorithms/SSSP.fs" />
3030
<Compile Include="Algorithms/TriangleCounting.fs" />
3131
</ItemGroup>
32-
<ItemGroup>
33-
<Content Include="app.config">
34-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
35-
</Content>
36-
</ItemGroup>
3732
<Import Project="..\..\.paket\Paket.Restore.targets" />
38-
</Project>
33+
</Project>

src/GraphBLAS-sharp/app.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)