2018-08-25 20:40:40 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Import Project="..\osu.Game.props" />
|
|
|
|
|
<PropertyGroup Label="Project">
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Description>tools for tournaments.</Description>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup Label="Project References">
|
|
|
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
|
|
|
|
|
</ItemGroup>
|
2019-06-18 13:51:48 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Screens\Rounds" />
|
|
|
|
|
</ItemGroup>
|
2018-08-25 20:40:40 +08:00
|
|
|
|
</Project>
|