2017-12-01 17:50:28 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup Label="Project">
|
2019-11-13 18:28:56 +08:00
|
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
2017-12-01 17:50:28 +08:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Description>bash the drum. to the beat.</Description>
|
|
|
|
|
</PropertyGroup>
|
2021-01-15 18:13:55 +08:00
|
|
|
|
|
|
|
|
|
<PropertyGroup Label="Nuget">
|
2021-01-18 10:07:54 +08:00
|
|
|
|
<Title>osu!taiko (ruleset)</Title>
|
2021-01-15 18:13:55 +08:00
|
|
|
|
<PackageId>ppy.osu.Game.Rulesets.Taiko</PackageId>
|
|
|
|
|
<IsPackable>true</IsPackable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2017-12-01 17:50:28 +08:00
|
|
|
|
<ItemGroup Label="Project References">
|
|
|
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
|
|
|
|
|
</ItemGroup>
|
2019-02-20 09:46:25 +08:00
|
|
|
|
</Project>
|