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" />
|
2020-04-27 16:59:09 +08:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
|
2019-05-18 19:18:07 +08:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.12.0" />
|
2020-07-14 01:22:39 +08:00
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
|
2018-08-25 20:40:40 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Project">
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2019-12-16 15:28:18 +08:00
|
|
|
|
<TargetFramework>netcoreapp3.1</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>
|