diff options
author | chai <chaifix@163.com> | 2018-12-18 20:57:49 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-18 20:57:49 +0800 |
commit | 4957f1c346509b30940371f093139067287b6867 (patch) | |
tree | 55b77a5670dcd24593a7cc78019ef81f597436cd /build/vc++ | |
parent | f3d4611f137ed574ae705eec61c0ce80da8af806 (diff) |
*shader
Diffstat (limited to 'build/vc++')
-rw-r--r-- | build/vc++/jin/jin.vcxproj.user | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/vc++/jin/jin.vcxproj.user b/build/vc++/jin/jin.vcxproj.user index de59195..5943b15 100644 --- a/build/vc++/jin/jin.vcxproj.user +++ b/build/vc++/jin/jin.vcxproj.user @@ -3,7 +3,8 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LocalDebuggerWorkingDirectory>$(ProjectDir)..\..\..\bin</LocalDebuggerWorkingDirectory> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> - <LocalDebuggerCommandArguments>.</LocalDebuggerCommandArguments> + <LocalDebuggerCommandArguments> + </LocalDebuggerCommandArguments> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LocalDebuggerWorkingDirectory>$(ProjectDir)..\..\..\bin</LocalDebuggerWorkingDirectory> |