Files
renderdoc/qrenderdoc/renderdocui_stub.vcxproj.filters
baldurk 8f565ca346 Add a hack stub renderdocui.exe for auto-updated builds from v0.x
* This is a temporary fix, in future we want to actually update
  shortcuts etc, but this is a low risk fix right before we release.
2018-03-05 19:44:32 +00:00

9 lines
314 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="renderdocui_stub.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\renderdoccmd\renderdoccmd.rc" />
</ItemGroup>
</Project>