ningshuxia
2022-12-01 e152cfebbab554d0f12b118cd3e434bc107f6ffd
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <AssemblyName>IStation.EtaCalculation4Custom</AssemblyName>
    <RootNamespace>IStation.EtaCalculation</RootNamespace>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="base\**" />
    <Compile Remove="shys\**" />
    <EmbeddedResource Remove="base\**" />
    <EmbeddedResource Remove="shys\**" />
    <None Remove="base\**" />
    <None Remove="shys\**" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Include="base\EtaAnalyCalculatorBase.cs" />
    <Compile Include="base\logi\EtaAnalyCalculatorBase4Logic.cs" />
    <Compile Include="base\logi\IEtaLogicAnalyCalculator.cs" />
    <Compile Include="base\station\IEtaStationAnalyCalculator.cs" />
    <Compile Include="base\station\EtaAnalyCalculatorBase4Station.cs" />
    <Compile Include="base\station\EtaAnalyCalculator泵站4共用一个流量计_有运行状态.cs" />
    <Compile Include="base\station\EtaAnalyCalculator泵站4共用多个流量计_有运行状态.cs" />
    <Compile Include="base\station\EtaAnalyCalculator泵站4都是独立流量计_有运行状态.cs" />
    <Compile Include="shys\AnalyCalculator4SHYS.cs" />
    <Compile Include="shys\logic\EtaAnalyCalculator4Logic一个泵站.cs" />
    <Compile Include="shys\logic\bak\EtaAnalyCalculator4Logic严桥一支线.cs" />
    <Compile Include="shys\logic\bak\EtaAnalyCalculator4Logic严桥二支线.cs" />
    <Compile Include="shys\logic\bak\EtaAnalyCalculator4Logic金泽连通管.cs" />
    <Compile Include="shys\logic\bak\EtaAnalyCalculator4Logic金海支线.cs" />
    <Compile Include="shys\logic\bak\EtaAnalyCalculator4Logic陈行泰和方向.cs" />
    <Compile Include="shys\logic\EtaAnalyCalculator4Logic.cs" />
    <Compile Include="shys\logic\EtaAnalyCalculator4Logic金泽系统.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4严桥泵站.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4临江一号泵房%28老%29.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4临江二号泵房%28新%29.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4五号沟严桥方向1号泵房.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4五号沟严桥方向2号泵房.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4五号沟凌桥方向.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4五号沟金海方向.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4南汇北泵站.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4徐泾泵站.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4陈行二输.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4金泽取水.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4成行一取.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4成行二取.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4松江泵站.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4松浦大桥泵站.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4泰和泵站.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4金泽泵站.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4金海泵站.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4长兴岛输水泵房.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4陈行一输.cs" />
    <Compile Include="shys\station\EtaAnalyCalculator4青草沙取水泵房.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Component\IStation.Log4Net\IStation.Log4Net.csproj" />
    <ProjectReference Include="..\IStation.IEtaCalculation\IStation.IEtaCalculation.csproj" />
  </ItemGroup>
 
</Project>