2018-08-25 20:40:40 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup Label="Project">
|
2019-11-13 18:28:56 +08:00
|
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
2018-08-25 20:40:40 +08:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<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">
|
2020-12-02 01:32:24 +08:00
|
|
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
|
2019-06-21 14:07:04 +08:00
|
|
|
|
</ItemGroup>
|
2018-08-25 20:40:40 +08:00
|
|
|
|
</Project>
|