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-21 14:07:04 +08:00
|
|
|
|
<ItemGroup Label="Package References">
|
2019-09-24 05:04:20 +08:00
|
|
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.6.0" />
|
2019-06-21 14:07:04 +08:00
|
|
|
|
</ItemGroup>
|
2018-08-25 20:40:40 +08:00
|
|
|
|
</Project>
|