diff options
Diffstat (limited to 'tools/render-test/render-test-tool.vcxproj')
| -rw-r--r-- | tools/render-test/render-test-tool.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/render-test/render-test-tool.vcxproj b/tools/render-test/render-test-tool.vcxproj index 3cc813300..cd05a53a2 100644 --- a/tools/render-test/render-test-tool.vcxproj +++ b/tools/render-test/render-test-tool.vcxproj @@ -179,8 +179,8 @@ </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> + <ClInclude Include="bind-location.h" /> <ClInclude Include="cpu-compute-util.h" /> - <ClInclude Include="cpu-memory-binding.h" /> <ClInclude Include="options.h" /> <ClInclude Include="png-serialize-util.h" /> <ClInclude Include="shader-input-layout.h" /> @@ -189,8 +189,8 @@ <ClInclude Include="window.h" /> </ItemGroup> <ItemGroup> + <ClCompile Include="bind-location.cpp" /> <ClCompile Include="cpu-compute-util.cpp" /> - <ClCompile Include="cpu-memory-binding.cpp" /> <ClCompile Include="options.cpp" /> <ClCompile Include="png-serialize-util.cpp" /> <ClCompile Include="render-test-main.cpp" /> |
