Save imported image in the same format (WIP)
[master-thesis.git] / Parasitemia / Tests / ParasitemiaCore.Benchmark / ParasitemiaCore.Benchmark.fsproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>net5.0</TargetFramework>
6   </PropertyGroup>
7
8   <ItemGroup>
9     <Compile Include="EllipsesBench.fs" />
10     <Compile Include="KdTreeBench.fs" />
11     <Compile Include="Program.fs" />
12   </ItemGroup>
13
14   <ItemGroup>
15     <ProjectReference Include="..\ParasitemiaCore.Tests\ParasitemiaCore.Tests.fsproj" />
16   </ItemGroup>
17
18   <ItemGroup>
19     <PackageReference Update="FSharp.Core" Version="5.0.1" />
20   </ItemGroup>
21
22 </Project>