mirror of
https://github.com/ppy/osu.git
synced 2025-02-10 07:33:02 +08:00
6 lines
249 B
XML
6 lines
249 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
<Import Project="..\osu.TestProject.props" />
|
|||
|
<ItemGroup Label="Project References">
|
|||
|
<ProjectReference Include="..\osu.Game.Rulesets.Mania\osu.Game.Rulesets.Mania.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
</Project>
|