lixiaojun
2024-12-20 a7c780692ab2d8072ad4cae0fecbf851c27231d9
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
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0-windows</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="01-pump-main\**" />
    <Compile Remove="01-viewmodel - 复制\**" />
    <Compile Remove="01-viewmodel\01-pump\01-feat\**" />
    <Compile Remove="02-valve-main\**" />
    <Compile Remove="03-variable-speed\**" />
    <EmbeddedResource Remove="01-pump-main\**" />
    <EmbeddedResource Remove="01-viewmodel - 复制\**" />
    <EmbeddedResource Remove="01-viewmodel\01-pump\01-feat\**" />
    <EmbeddedResource Remove="02-valve-main\**" />
    <EmbeddedResource Remove="03-variable-speed\**" />
    <None Remove="01-pump-main\**" />
    <None Remove="01-viewmodel - 复制\**" />
    <None Remove="01-viewmodel\01-pump\01-feat\**" />
    <None Remove="02-valve-main\**" />
    <None Remove="03-variable-speed\**" />
    <Page Remove="01-pump-main\**" />
    <Page Remove="01-viewmodel - 复制\**" />
    <Page Remove="01-viewmodel\01-pump\01-feat\**" />
    <Page Remove="02-valve-main\**" />
    <Page Remove="03-variable-speed\**" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Remove="99-common\PumpParallelChartDlg.cs" />
    <Compile Remove="99-common\PumpParallelChartDlg.Designer.cs" />
    <Compile Remove="99-common\PumpPerform2dMultiViewDlg - 复制.cs" />
    <Compile Remove="99-common\PumpPerform2dMultiViewDlg - 复制.Designer.cs" />
    <Compile Remove="99-common\PumpSerialParallelChartDlg.cs" />
    <Compile Remove="99-common\PumpSerialParallelChartDlg.Designer.cs" />
    <Compile Remove="99-common\PumpVariableSpeedChartDlg.cs" />
    <Compile Remove="99-common\PumpVariableSpeedChartDlg.Designer.cs" />
    <Compile Remove="99-common\PumpWorkChartDlg.cs" />
    <Compile Remove="99-common\PumpWorkChartDlg.Designer.cs" />
    <Compile Remove="99-common\PumpWorkComparisonChartDlg.cs" />
    <Compile Remove="99-common\PumpWorkComparisonChartDlg.Designer.cs" />
    <Compile Remove="99-common\SelXhsPumpMainPhartDlg.cs" />
    <Compile Remove="99-common\SelXhsPumpMainPhartDlg.Designer.cs" />
    <Compile Remove="99-common\SelXhsValveMainPhartDlg.cs" />
    <Compile Remove="99-common\SelXhsValveMainPhartDlg.Designer.cs" />
    <Compile Remove="PumpParallelAnalyDlg - 复制.cs" />
    <Compile Remove="PumpParallelAnalyDlg - 复制.Designer.cs" />
    <Compile Remove="PumpParallelAnalyDlg.cs" />
    <Compile Remove="PumpParallelAnalyDlg.Designer.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <EmbeddedResource Remove="99-common\PumpParallelChartDlg.resx" />
    <EmbeddedResource Remove="99-common\PumpPerform2dMultiViewDlg - 复制.resx" />
    <EmbeddedResource Remove="99-common\PumpSerialParallelChartDlg.resx" />
    <EmbeddedResource Remove="99-common\PumpVariableSpeedChartDlg.resx" />
    <EmbeddedResource Remove="99-common\PumpWorkChartDlg.resx" />
    <EmbeddedResource Remove="99-common\PumpWorkComparisonChartDlg.resx" />
    <EmbeddedResource Remove="99-common\SelXhsPumpMainPhartDlg.resx" />
    <EmbeddedResource Remove="99-common\SelXhsValveMainPhartDlg.resx" />
    <EmbeddedResource Remove="PumpParallelAnalyDlg - 复制.resx" />
    <EmbeddedResource Remove="PumpParallelAnalyDlg.resx" />
  </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.5" />
  </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\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="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="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>