From b8d5b3f4af2820d2b7eefa5a1e6cd58ffc82a842 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 11 Mar 2015 11:13:08 +0000 Subject: [PATCH] Add EnableUnamangedDebugging=true default to csproj * Since RenderDoc is heavily mixed .NET/C++ code, regardless of any disadvantages this option is practically required (e.g. if building in profile, the first error message or assert will take the program down as the breakpoint won't get caught). * In the UI, enabling this option will always go into csproj.user, but in fact the option works fine if you manually put it into the csproj, which means this will be the default for all new clones. Yay! --- renderdocui/renderdocui.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/renderdocui/renderdocui.csproj b/renderdocui/renderdocui.csproj index dcd792284..7438751d0 100644 --- a/renderdocui/renderdocui.csproj +++ b/renderdocui/renderdocui.csproj @@ -29,6 +29,7 @@ false false true + true x86