From f6735038d5b5cdaba4411bd232d4aa446d9f66b4 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期二, 22 四月 2025 15:37:56 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj.user | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.user b/jrj/ext-jrj/ext-jrj.vcxproj.user index 1e8d464..240bdd3 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.user +++ b/jrj/ext-jrj/ext-jrj.vcxproj.user @@ -1,8 +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> + <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\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