From 31a636e735a0addc56e4f4527f500b7aa0874eb5 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期五, 03 一月 2025 11:21:46 +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