X10D/tools/Benchmarks/Benchmarks.csproj

19 lines
465 B
XML
Raw Normal View History

2023-04-06 01:30:17 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-06-12 02:45:51 +00:00
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
2023-04-06 01:30:17 +00:00
<Configuration>Release</Configuration>
<OutputType>Exe</OutputType>
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.5"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\X10D\X10D.csproj"/>
</ItemGroup>
</Project>