From acc693e6caf0b4888c4006a4b539cf550476a854 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 24 四月 2025 14:52:02 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- jrj/ext-jrj/ext-jrj.vcxproj.user | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.user b/jrj/ext-jrj/ext-jrj.vcxproj.user index 08c2241..15d4a23 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.user +++ b/jrj/ext-jrj/ext-jrj.vcxproj.user @@ -1,13 +1,15 @@ 锘�<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <LocalDebuggerCommand>d:\xclient64\xexplorer.exe</LocalDebuggerCommand> - <LocalDebuggerWorkingDirectory>d:\xclient64</LocalDebuggerWorkingDirectory> + <LocalDebuggerCommand>D:\xclient64\xexplorer64.exe</LocalDebuggerCommand> + <LocalDebuggerWorkingDirectory>D:\xclient64</LocalDebuggerWorkingDirectory> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> + <LocalDebuggerCommandArguments>-noupdate</LocalDebuggerCommandArguments> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <LocalDebuggerCommand>d:\xclient64r\xexplorer.exe</LocalDebuggerCommand> + <LocalDebuggerCommand>d:\xclient64r\xexplorer64.exe</LocalDebuggerCommand> <LocalDebuggerWorkingDirectory>d:\xclient64r</LocalDebuggerWorkingDirectory> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> + <LocalDebuggerCommandArguments>-noupdate</LocalDebuggerCommandArguments> </PropertyGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3