From f89cd09e23377e682c5c6ce508c1efbd82b42541 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期一, 21 四月 2025 15:58:29 +0800
Subject: [PATCH] update

---
 jrj/ext-jrj/ext-jrj.vcxproj.user |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.user b/jrj/ext-jrj/ext-jrj.vcxproj.user
index 1e8d464..68aeda8 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>
-    <LocalDebuggerWorkingDirectory>d:\xclient64</LocalDebuggerWorkingDirectory>
+    <LocalDebuggerCommand>g:\xclient64\xexplorer64.exe</LocalDebuggerCommand>
+    <LocalDebuggerWorkingDirectory>g:\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