cloudflight
2024-06-10 4db7d08bb295be33e80f1353f58fcea4a8da6127
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" />