2018-08-25 20:40:40 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Import Project="..\osu.TestProject.props" />
|
2018-11-06 16:59:01 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject>osu.Game.Tournament.Tests.TournamentTestRunner</StartupObject>
|
|
|
|
|
</PropertyGroup>
|
2018-08-25 20:40:40 +08:00
|
|
|
|
<ItemGroup Label="Package References">
|
|
|
|
|
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
|
2021-11-02 01:01:54 +08:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
|
2021-04-29 11:51:12 +08:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.13.2" />
|
2022-01-19 01:17:43 +08:00
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
|
2018-08-25 20:40:40 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Project">
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2020-11-20 15:45:19 +08:00
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-08-25 20:40:40 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup Label="Project References">
|
2019-06-14 15:38:29 +08:00
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Catch\osu.Game.Rulesets.Catch.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Mania\osu.Game.Rulesets.Mania.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Taiko\osu.Game.Rulesets.Taiko.csproj" />
|
2018-08-25 20:40:40 +08:00
|
|
|
|
<ProjectReference Include="..\osu.Game.Tournament\osu.Game.Tournament.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|