mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 01:07:24 +08:00
15 lines
537 B
XML
15 lines
537 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup Label="Project">
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Description>tools for tournaments.</Description>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="Project References">
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup Label="Package References">
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
|
|
</ItemGroup>
|
|
</Project>
|