From b5234c5ab1e9e6826b8d8fc1e95fa752aaa40b74 Mon Sep 17 00:00:00 2001
From: chr <chr@mailcom>
Date: 星期六, 02 十一月 2024 10:56:50 +0800
Subject: [PATCH] 优化程序

---
 AutoUpdater/AutoUpdater.csproj |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/AutoUpdater/AutoUpdater.csproj b/AutoUpdater/AutoUpdater.csproj
index ecd5986..bf185f3 100644
--- a/AutoUpdater/AutoUpdater.csproj
+++ b/AutoUpdater/AutoUpdater.csproj
@@ -41,7 +41,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\x64\Debug\</OutputPath>
+    <OutputPath>..\PdmSw\bin\x64\Debug\AutoUpdater\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <DebugType>full</DebugType>
     <PlatformTarget>x64</PlatformTarget>

--
Gitblit v1.9.1