1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-14 05:11:15 +08:00
osu-lazer/osu.Game.Rulesets.Osu/osu.Game.Rulesets.Osu.csproj
2019-10-30 21:54:14 +08:00

12 lines
465 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Description>click the circles. to the beat.</Description>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
</ItemGroup>
</Project>