1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 10:33:22 +08:00

add missing references to taiko ruleset ios tests

This commit is contained in:
minisbett 2024-11-17 21:00:02 +01:00
parent e227bd5dfb
commit 77ecc3da11
No known key found for this signature in database
GPG Key ID: 2DB6D529C95A0403

View File

@ -13,7 +13,8 @@
</Compile>
</ItemGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
<ProjectReference Include="..\osu.Game.Rulesets.Taiko\osu.Game.Rulesets.Taiko.csproj" />
<ProjectReference Include="..\osu.Game.Tests\osu.Game.Tests.csproj" />
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
</ItemGroup>
</Project>