DSPTool: Remove moved files from VS project file

These were moved into UnitTests in #5449.
This commit is contained in:
Pokechu22 2022-06-13 16:23:44 -07:00
parent 9315ac7071
commit 2193c8964e
1 changed files with 0 additions and 6 deletions

View File

@ -21,12 +21,6 @@
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="Testdata\dsp_test.bin" />
<None Include="Testdata\dsp_test.S" />
<None Include="Testdata\hermes.bin" />
<None Include="Testdata\hermes.s" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="DSPTool.cpp" />
<ClCompile Include="StubHost.cpp" />