ningshuxia
2025-03-27 afbafeecc1325bff849a17fb63b9b2b65b48ddf1
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0-windows</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="00-core\01-helper\**" />
    <Compile Remove="00-core\等效线\**" />
    <Compile Remove="01-pump-main\**" />
    <Compile Remove="01-viewmodel - 复制\**" />
    <Compile Remove="02-valve-main\**" />
    <Compile Remove="03-variable-speed\**" />
    <Compile Remove="99-common\**" />
    <EmbeddedResource Remove="00-core\01-helper\**" />
    <EmbeddedResource Remove="00-core\等效线\**" />
    <EmbeddedResource Remove="01-pump-main\**" />
    <EmbeddedResource Remove="01-viewmodel - 复制\**" />
    <EmbeddedResource Remove="02-valve-main\**" />
    <EmbeddedResource Remove="03-variable-speed\**" />
    <EmbeddedResource Remove="99-common\**" />
    <None Remove="00-core\01-helper\**" />
    <None Remove="00-core\等效线\**" />
    <None Remove="01-pump-main\**" />
    <None Remove="01-viewmodel - 复制\**" />
    <None Remove="02-valve-main\**" />
    <None Remove="03-variable-speed\**" />
    <None Remove="99-common\**" />
    <Page Remove="00-core\01-helper\**" />
    <Page Remove="00-core\等效线\**" />
    <Page Remove="01-pump-main\**" />
    <Page Remove="01-viewmodel - 复制\**" />
    <Page Remove="02-valve-main\**" />
    <Page Remove="03-variable-speed\**" />
    <Page Remove="99-common\**" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Remove="01-pump\01-view\PumpChartViewCtrl - 复制.cs" />
    <Compile Remove="01-pump\01-view\PumpChartViewCtrl - 复制.Designer.cs" />
    <Compile Remove="01-pump\01-view\SingleMappingMatrixDlg.cs" />
    <Compile Remove="01-pump\01-view\SingleMappingMatrixDlg.Designer.cs" />
    <Compile Remove="PumpCurveExpandDlg.cs" />
    <Compile Remove="PumpCurveExpandDlg.Designer.cs" />
    <Compile Remove="PumpParallelAnalyDlg - 复制.cs" />
    <Compile Remove="PumpParallelAnalyDlg - 复制.Designer.cs" />
    <Compile Remove="PumpParallelAnalyDlg.cs" />
    <Compile Remove="PumpParallelAnalyDlg.Designer.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <EmbeddedResource Remove="01-pump\01-view\PumpChartViewCtrl - 复制.resx" />
    <EmbeddedResource Remove="01-pump\01-view\SingleMappingMatrixDlg.resx" />
    <EmbeddedResource Remove="PumpCurveExpandDlg.resx" />
    <EmbeddedResource Remove="PumpParallelAnalyDlg - 复制.resx" />
    <EmbeddedResource Remove="PumpParallelAnalyDlg.resx" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Include="00-core\等效线\EqualParaCurveEListHelper.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
    <PackageReference Include="NPOI" Version="2.7.1" />
    <PackageReference Include="Yw.BLL.Phart.Core" Version="3.0.6" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\BLL\HStation.BLL.Assets.Core\HStation.BLL.Assets.Core.csproj" />
    <ProjectReference Include="..\..\BLL\HStation.BLL.PhartRelation.Core\HStation.BLL.PhartRelation.Core.csproj" />
    <ProjectReference Include="..\HStation.WinFrmUI.Core\HStation.WinFrmUI.Core.csproj" />
    <ProjectReference Include="..\Yw.WinFrmUI.Phart.Core\Yw.WinFrmUI.Phart.Core.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Update="01-pump\01-view\DeleteEqualEDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="01-pump\01-view\DeleteVariableSpeedDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="01-pump\02-edit\PumpChartEditCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="01-pump\03-import\01-excel\PumpChartExcelImportCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="01-pump\03-import\02-image\PumpChartImageImportCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="01-pump\03-import\03-point\PumpChartPointImportCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="02-universal\02-edit\UniversalChartEditCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="02-universal\03-import\01-excel\UniversalChartExcelImportCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="02-universal\03-import\02-image\UniversalChartImageImportCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="03-valve\01-view\ValveChartViewCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="03-valve\02-edit\ValveChartEditCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="03-valve\03-import\01-excel\ValveChartExcelImportCtrl.cs" />
    <Compile Update="Properties\Resources.Designer.cs">
      <DesignTime>True</DesignTime>
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Update="relation\01-list\PhartDiagramRelationListCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="relation\03-grid\01-valve\ValvePhartDiagramRelationGridViewCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="relation\04-view\ValvePhartDiagramRelationCurveViewDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="SinglePumpAnalyDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="XhsProjectUserControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
  </ItemGroup>
 
  <ItemGroup>
    <EmbeddedResource Update="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
 
</Project>