Consolidate and move ruleset test projects

This commit is contained in:
Dean Herbert
2018-03-28 14:13:37 +09:00
parent c355a0794c
commit 0026b94cd3
44 changed files with 124 additions and 77 deletions

View File

@ -0,0 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\osu.TestProject.props" />
<ItemGroup Label="Project References">
<ProjectReference Include="..\osu.Game.Rulesets.Catch\osu.Game.Rulesets.Catch.csproj" />
</ItemGroup>
</Project>