Move classes out of test case.

This commit is contained in:
smoogipooo
2017-05-03 12:37:47 +09:00
parent b4052a099f
commit 71acf1c57d
4 changed files with 282 additions and 271 deletions

View File

@ -56,6 +56,7 @@
<Compile Include="Objects\ManiaBaseHit.cs" />
<Compile Include="Objects\Note.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UI\Column.cs" />
<Compile Include="UI\ManiaHitRenderer.cs" />
<Compile Include="UI\ManiaPlayfield.cs" />
<Compile Include="ManiaRuleset.cs" />