From 3afc7bbc8096ce82eed5c44f94d5d4849cd780df Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期一, 06 五月 2024 13:49:03 +0800 Subject: [PATCH] 修改编译路径out文件夹 --- 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 4abbeee..f5a6315 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>..\..\bin\debug\</OutputPath> + <OutputPath>..\out\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>bin\Release\</OutputPath> + <OutputPath>..\out\release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> -- Gitblit v1.9.3