diff options
Diffstat (limited to 'build/tests/win32/01-window/01-window.vcxproj.user')
-rw-r--r-- | build/tests/win32/01-window/01-window.vcxproj.user | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/build/tests/win32/01-window/01-window.vcxproj.user b/build/tests/win32/01-window/01-window.vcxproj.user index be25078..0858e0c 100644 --- a/build/tests/win32/01-window/01-window.vcxproj.user +++ b/build/tests/win32/01-window/01-window.vcxproj.user @@ -1,4 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <LocalDebuggerWorkingDirectory>$(SolutionDir)..\Bin\win64</LocalDebuggerWorkingDirectory> + <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <LocalDebuggerWorkingDirectory>$(SolutionDir)..\Bin\win64</LocalDebuggerWorkingDirectory> + <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> + </PropertyGroup> </Project>
\ No newline at end of file |