diff options
Diffstat (limited to 'build/vc++/examples/ParticleSystem')
-rw-r--r-- | build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.user | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.user b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.user index be25078..56251fe 100644 --- a/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.user +++ b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.user @@ -1,4 +1,7 @@ <?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|Win32'"> + <LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\bin</LocalDebuggerWorkingDirectory> + <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> + </PropertyGroup> </Project>
\ No newline at end of file |