mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 14:27:31 +08:00
13 lines
506 B
XML
13 lines
506 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\osu.Game.props" />
|
|
<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> |