<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProjectGuid>{84E17BA3-BA03-43C1-9D19-8CE64508F2B5}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>Hydro.CommonBase</RootNamespace>
|
<AssemblyName>Hydro.CommonBase</AssemblyName>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<TargetFrameworkProfile />
|
<NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>..\bin\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>0</WarningLevel>
|
<Prefer32Bit>false</Prefer32Bit>
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>..\bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'dll_test|AnyCPU'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\dll_test\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
<PlatformTarget>x64</PlatformTarget>
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
<PlatformTarget>x64</PlatformTarget>
|
<OutputPath>bin\x64\Release\</OutputPath>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'dll_test|x64'">
|
<PlatformTarget>x64</PlatformTarget>
|
<OutputPath>bin\x64\dll_test\</OutputPath>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Dapper, Version=1.50.1.0, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\packages\Dapper.1.50.1\lib\net45\Dapper.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="ExcelDataReader, Version=3.6.0.0, Culture=neutral, PublicKeyToken=93517dbe6a4012fa, processorArchitecture=MSIL">
|
<HintPath>..\packages\ExcelDataReader.3.6.0\lib\net45\ExcelDataReader.dll</HintPath>
|
</Reference>
|
<Reference Include="ExcelDataReader.DataSet, Version=3.6.0.0, Culture=neutral, PublicKeyToken=93517dbe6a4012fa, processorArchitecture=MSIL">
|
<HintPath>..\packages\ExcelDataReader.DataSet.3.6.0\lib\net35\ExcelDataReader.DataSet.dll</HintPath>
|
</Reference>
|
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
<HintPath>..\packages\NPOI.Excel.2.1.1\lib\ICSharpCode.SharpZipLib.dll</HintPath>
|
</Reference>
|
<Reference Include="MathNet.Numerics, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\packages\MathNet.Numerics.4.1.0\lib\net40\MathNet.Numerics.dll</HintPath>
|
</Reference>
|
<Reference Include="MessagePack, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
|
<HintPath>..\packages\MessagePack.2.5.129\lib\netstandard2.0\MessagePack.dll</HintPath>
|
</Reference>
|
<Reference Include="MessagePack.Annotations, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
|
<HintPath>..\packages\MessagePack.Annotations.2.5.129\lib\netstandard2.0\MessagePack.Annotations.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.NET.StringTools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<HintPath>..\packages\Microsoft.NET.StringTools.17.6.3\lib\net472\Microsoft.NET.StringTools.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI.OOXML, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OOXML.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI.OpenXml4Net, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OpenXml4Net.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI.OpenXmlFormats, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OpenXmlFormats.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Collections.Immutable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Collections.Immutable.6.0.0\lib\net461\System.Collections.Immutable.dll</HintPath>
|
</Reference>
|
<Reference Include="System.ComponentModel.Composition" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Data.SQLite, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\lib\net45\System.Data.SQLite.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Data.SQLite.EF6, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Data.SQLite.EF6.1.0.115.5\lib\net45\System.Data.SQLite.EF6.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Data.SQLite.Linq, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Data.SQLite.Linq.1.0.115.5\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.IO.Compression" />
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Numerics" />
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
</Reference>
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Forms.DataVisualization" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="ChromosomeBase.cs" />
|
<Compile Include="component\Combine.cs" />
|
<Compile Include="component\DeepCopy.cs" />
|
<Compile Include="component\dict.cs" />
|
<Compile Include="component\json.cs" />
|
<Compile Include="control\messageCtrl.cs" />
|
<Compile Include="ex\JObjectExtensions.cs" />
|
<Compile Include="Helper\Base64Helper.cs" />
|
<Compile Include="Helper\CalcExt.cs" />
|
<Compile Include="Helper\CurveFitHelper.cs" />
|
<Compile Include="Helper\ExcelHelper.cs" />
|
<Compile Include="Helper\JsonHelper.cs" />
|
<Compile Include="Helper\MessageCompressHelper.cs" />
|
<Compile Include="Helper\ParamBuffers.cs" />
|
<Compile Include="Helper\DbHelper.cs" />
|
<Compile Include="Helper\GlobalConfig.cs" />
|
<Compile Include="Helper\GlobalProgress.cs" />
|
<Compile Include="Helper\Log.cs" />
|
<Compile Include="Helper\PartsHelper.cs" />
|
<Compile Include="Helper\QuickListTreat.cs" />
|
<Compile Include="Helper\Solution.cs" />
|
<Compile Include="Helper\SolutionSelector.cs" />
|
<Compile Include="Helper\ToDictionaryExtentions.cs" />
|
<Compile Include="Helper\Type.cs" />
|
<Compile Include="IChromosome.cs" />
|
<Compile Include="IFitnessFunction.cs" />
|
<Compile Include="ParamModel.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config" />
|
<None Include="packages.config" />
|
<None Include="Resources\config.wdb" />
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
</EmbeddedResource>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
</Project>
|