From a2004f924f56dd868ee0707c404d660b93e58990 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 12 Jul 2017 16:16:39 +0100 Subject: [PATCH] Set default LocalDebuggerWorkingDirectory in the right place * Somehow vcxproj are order-specific which sounds horrible but doing this too early or too late doesn't get picked up. --- qrenderdoc/qrenderdoc_local.vcxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qrenderdoc/qrenderdoc_local.vcxproj b/qrenderdoc/qrenderdoc_local.vcxproj index 0e42bd3ce..609752aba 100644 --- a/qrenderdoc/qrenderdoc_local.vcxproj +++ b/qrenderdoc/qrenderdoc_local.vcxproj @@ -32,7 +32,6 @@ Qt4VSv1.0 8.1 qrenderdoc - $(TargetDir) @@ -62,6 +61,9 @@ + + $(OutputDirectory) + WIN64;%(PreprocessorDefinitions)