From d750fc90db76b0c6aab2f99b987b7af84b831ce4 Mon Sep 17 00:00:00 2001 From: cloudflight <cloudflight@126.com> Date: 星期二, 07 五月 2024 22:09:59 +0800 Subject: [PATCH] 2024年5月7日 --- Hydro.ClientTool/Hydro.ClientTool.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Hydro.ClientTool/Hydro.ClientTool.csproj b/Hydro.ClientTool/Hydro.ClientTool.csproj index f5a6315..3d9662d 100644 --- a/Hydro.ClientTool/Hydro.ClientTool.csproj +++ b/Hydro.ClientTool/Hydro.ClientTool.csproj @@ -18,7 +18,7 @@ <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>..\out\debug\</OutputPath> + <OutputPath>..\bin\debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>0</WarningLevel> @@ -29,7 +29,7 @@ <PlatformTarget>AnyCPU</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> - <OutputPath>..\out\release\</OutputPath> + <OutputPath>..\bin\release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> -- Gitblit v1.9.3