ningshuxia
2025-04-22 1519533649b43337d214523f7cd075edf237b3f7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<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>