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
1 changed files with 2 additions and 1 deletions

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>