| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | <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" /> |