dolphin/Source/DSPTool/DSPTool.vcxproj.filters
Shawn Hoffman e480ab2b10 drop vs2008 projects in favor of vs2010
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7129 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-11 15:43:05 +00:00

26 lines
No EOL
778 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="TestData">
<UniqueIdentifier>{0b70242b-1d98-432f-a60e-d4ca0674852e}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="Testdata\dsp_test.bin">
<Filter>TestData</Filter>
</None>
<None Include="Testdata\dsp_test.S">
<Filter>TestData</Filter>
</None>
<None Include="Testdata\hermes.bin">
<Filter>TestData</Filter>
</None>
<None Include="Testdata\hermes.s">
<Filter>TestData</Filter>
</None>
<None Include="Src\SConscript" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Src\DSPTool.cpp" />
</ItemGroup>
</Project>