mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 04:17:25 +08:00
a69fd8198d
- Moq held back because dicks - NUnit held back because large API changes (trivial but effort) - SignalR held back due to api deprecations
25 lines
997 B
XML
25 lines
997 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<StartupObject>osu.Game.Rulesets.EmptyFreeform.Tests.VisualTestRunner</StartupObject>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="Service">
|
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<GenerateProgramFile>false</GenerateProgramFile>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="Package References">
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
|
|
<PackageReference Include="NUnit" Version="3.14.0" />
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\osu.Game.Rulesets.EmptyFreeform\osu.Game.Rulesets.EmptyFreeform.csproj" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Project">
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<RootNamespace>osu.Game.Rulesets.EmptyFreeform.Tests</RootNamespace>
|
|
</PropertyGroup>
|
|
</Project>
|