2018-08-25 12:40:40 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Import Project="..\osu.TestProject.props" />
|
2018-11-06 08:59:01 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject>osu.Game.Tournament.Tests.TournamentTestRunner</StartupObject>
|
|
|
|
|
</PropertyGroup>
|
2018-08-25 12:40:40 +00:00
|
|
|
|
<ItemGroup Label="Package References">
|
2024-10-18 06:23:59 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
|
2024-01-21 01:57:23 +00:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.14.0" />
|
2023-09-16 05:31:33 +00:00
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
|
2018-08-25 12:40:40 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Project">
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2024-02-01 15:50:26 +00:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2018-08-25 12:40:40 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup Label="Project References">
|
2019-06-14 07:38:29 +00: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 12:40:40 +00:00
|
|
|
|
<ProjectReference Include="..\osu.Game.Tournament\osu.Game.Tournament.csproj" />
|
|
|
|
|
</ItemGroup>
|
2022-02-10 06:25:54 +00:00
|
|
|
|
</Project>
|