Set the local working directory when debugging to $BinDir.

This is needed to ensure the defaults.nh is found.
This commit is contained in:
Bart House
2017-10-06 18:57:15 -07:00
committed by Pasi Kallinen
parent 468fc1a925
commit f8760093cc
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
<LocalDebuggerWorkingDirectory>$(BinDir)</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'" >
<UseDebugLibraries>true</UseDebugLibraries>

View File

@@ -5,6 +5,7 @@
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
<LocalDebuggerWorkingDirectory>$(BinDir)</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'" >
<UseDebugLibraries>true</UseDebugLibraries>