From 00e2089377d9dc5af9aa7a64e099fb866d308060 Mon Sep 17 00:00:00 2001
From: cloudflight <cloudflight@126.com>
Date: 星期一, 06 五月 2024 15:42:57 +0800
Subject: [PATCH] 合并

---
 Hydraulic/Hydro.CodeProvider/Hydro.CodeProvider.csproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Hydraulic/Hydro.CodeProvider/Hydro.CodeProvider.csproj b/Hydraulic/Hydro.CodeProvider/Hydro.CodeProvider.csproj
index dcdc77d..1d4a02d 100644
--- a/Hydraulic/Hydro.CodeProvider/Hydro.CodeProvider.csproj
+++ b/Hydraulic/Hydro.CodeProvider/Hydro.CodeProvider.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 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <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