mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 12:17:46 +08:00
18 lines
595 B
XML
18 lines
595 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup Label="Project">
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Description>click the circles. to the beat.</Description>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Nuget">
|
|
<Title>osu! (ruleset)</Title>
|
|
<PackageId>ppy.osu.Game.Rulesets.Osu</PackageId>
|
|
<IsPackable>true</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Label="Project References">
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
|
|
</ItemGroup>
|
|
</Project> |