1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00
osu-lazer/osu.Game.Benchmarks/osu.Game.Benchmarks.csproj

21 lines
592 B
XML
Raw Normal View History

2020-01-06 19:48:28 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2020-11-20 15:45:19 +08:00
<TargetFramework>net5.0</TargetFramework>
2020-01-06 19:48:28 +08:00
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
2020-01-08 20:36:00 +08:00
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
2021-02-15 20:42:35 +08:00
<PackageReference Include="nunit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
2020-01-08 20:36:00 +08:00
</ItemGroup>
<ItemGroup>
2020-05-23 22:18:55 +08:00
<ProjectReference Include="..\osu.Game.Tests\osu.Game.Tests.csproj" />
2020-01-08 20:36:00 +08:00
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
</ItemGroup>
2020-01-06 19:48:28 +08:00
</Project>