<Project Sdk="Microsoft.NET.Sdk">
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<OutputType>Library</OutputType>
|
<RootNamespace>IStation.Epanet</RootNamespace>
|
<AssemblyName>IStation.Epanet</AssemblyName>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<UseWindowsForms>true</UseWindowsForms>
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
</PropertyGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\..\Model\IStation.Model.Curve\IStation.Model.Curve.csproj" />
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="对接\" />
|
</ItemGroup>
|
<ItemGroup>
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Remove="对接\Model\ConstantParas.cs" />
|
<Compile Remove="对接\Model\Pump.cs" />
|
<Compile Remove="对接\Model\PumpCurve.cs" />
|
<Compile Remove="对接\Model\PumpParaHelper.cs" />
|
<Compile Remove="对接\Model\PumpSchedulingOperationPlan.cs" />
|
<Compile Remove="对接\Model\PumpSchedulingParams.cs" />
|
<Compile Remove="对接\Model\PumpSchedulingPlan.cs" />
|
<Compile Remove="对接\Model\PumpSchedulingPumpPlan.cs" />
|
<Compile Remove="对接\PumpGroupSchedulingManager.cs" />
|
<Compile Remove="对接\PumpScheduling.cs" />
|
<Compile Remove="对接\PumpSchedulingGA.cs" />
|
<Compile Remove="对接\PumpsScheduleHelper.cs" />
|
<Compile Remove="源码-修改Curve\PumpCurve.cs" />
|
<Compile Remove="源码\Pump.cs" />
|
<Compile Remove="源码\PumpCurve.cs" />
|
<Compile Remove="源码\PumpGroupSchedulingManager.cs" />
|
<Compile Remove="源码\PumpScheduling.cs" />
|
<Compile Remove="源码\PumpSchedulingGA.cs" />
|
<Compile Remove="源码\PumpSchedulingOperationPlan.cs" />
|
<Compile Remove="源码\PumpSchedulingParams.cs" />
|
<Compile Remove="源码\PumpSchedulingPlan.cs" />
|
<Compile Remove="源码\PumpSchedulingPumpPlan.cs" />
|
<Compile Remove="源码\PumpsScheduleHelper.cs" />
|
</ItemGroup>
|
</Project>
|