Adjust some project filters.

This commit is contained in:
Unknown W. Brackets 2013-12-07 22:58:01 -08:00
parent ae576f2457
commit 4bc86afd5e
3 changed files with 8 additions and 2 deletions

View file

@ -296,8 +296,12 @@
<ClCompile Include="Common\TextureDecoderNEON.cpp">
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="GLES\VertexDecoderX86.cpp" />
<ClCompile Include="GLES\VertexDecoderArm.cpp" />
<ClCompile Include="GLES\VertexDecoderArm.cpp">
<Filter>GLES</Filter>
</ClCompile>
<ClCompile Include="GLES\VertexDecoderX86.cpp">
<Filter>GLES</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="CMakeLists.txt" />

View file

@ -202,6 +202,7 @@
<ClCompile Include="WindowsHeadlessHostDx9.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\test.py" />
<None Include="headless.txt" />
</ItemGroup>
<ItemGroup>

View file

@ -10,6 +10,7 @@
</ItemGroup>
<ItemGroup>
<None Include="headless.txt" />
<None Include="..\test.py" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="StubHost.h" />