From 8e35897f73080f930030ef56eb087f2ba28b41c6 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期五, 05 七月 2024 17:14:52 +0800 Subject: [PATCH] update some --- jrj/ext-jrj/ext-jrj.vcxproj.user | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.user b/jrj/ext-jrj/ext-jrj.vcxproj.user index 08c2241..240bdd3 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> + <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