From f8760093cca7a74037a9a77123bd14b809eb6738 Mon Sep 17 00:00:00 2001 From: Bart House Date: Fri, 6 Oct 2017 18:57:15 -0700 Subject: [PATCH] Set the local working directory when debugging to $BinDir. This is needed to ensure the defaults.nh is found. --- win/win32/vs2015/default.props | 1 + win/win32/vs2017/default.props | 1 + 2 files changed, 2 insertions(+) diff --git a/win/win32/vs2015/default.props b/win/win32/vs2015/default.props index 688b5d311..82619060c 100644 --- a/win/win32/vs2015/default.props +++ b/win/win32/vs2015/default.props @@ -5,6 +5,7 @@ false MultiByte v140 + $(BinDir) true diff --git a/win/win32/vs2017/default.props b/win/win32/vs2017/default.props index 3ad8bdd10..e0bc58136 100644 --- a/win/win32/vs2017/default.props +++ b/win/win32/vs2017/default.props @@ -5,6 +5,7 @@ false MultiByte v141 + $(BinDir) true -- 2.40.0