From 4db7d08bb295be33e80f1353f58fcea4a8da6127 Mon Sep 17 00:00:00 2001 From: cloudflight <cloudflight@126.com> Date: 星期一, 10 六月 2024 19:11:39 +0800 Subject: [PATCH] 2024年6月10日 --- Hydraulic/Hydro.CommonBase/Hydro.CommonBase.csproj | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Hydraulic/Hydro.CommonBase/Hydro.CommonBase.csproj b/Hydraulic/Hydro.CommonBase/Hydro.CommonBase.csproj index 25467fd..42bec33 100644 --- a/Hydraulic/Hydro.CommonBase/Hydro.CommonBase.csproj +++ b/Hydraulic/Hydro.CommonBase/Hydro.CommonBase.csproj @@ -20,7 +20,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> @@ -31,7 +31,7 @@ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> - <OutputPath>..\..\out\release\</OutputPath> + <OutputPath>..\..\bin\release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> @@ -161,6 +161,7 @@ <Compile Include="Helper\CalcExt.cs" /> <Compile Include="Helper\CurveFitHelper.cs" /> <Compile Include="Helper\ExcelHelper.cs" /> + <Compile Include="Helper\FileCopy.cs" /> <Compile Include="Helper\JsonHelper.cs" /> <Compile Include="Helper\MathSolver.cs" /> <Compile Include="Helper\MessageCompressHelper.cs" /> -- Gitblit v1.9.3