From 1f645778ae80a3a8801b8bb4d0fcf8feb244ad43 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期三, 09 十月 2024 11:51:23 +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