Move PlayTest to the VisualTests project.

This commit is contained in:
Dean Herbert
2016-09-25 13:59:38 +09:00
parent 58ed5c00e4
commit ae100e3137
3 changed files with 31 additions and 13 deletions

View File

@ -79,7 +79,6 @@
<Compile Include="GameModes\Play\Osu\OsuHitRenderer.cs" />
<Compile Include="GameModes\Play\Osu\OsuPlayfield.cs" />
<Compile Include="GameModes\Play\Playfield.cs" />
<Compile Include="GameModes\Play\PlayTest.cs" />
<Compile Include="GameModes\Play\Taiko\TaikoHitRenderer.cs" />
<Compile Include="GameModes\Play\Taiko\TaikoPlayfield.cs" />
<Compile Include="Graphics\Containers\OsuComponent.cs" />