From 5b2455c5dc3117471c620cc36af7fab483ccece9 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 24 十二月 2024 11:22:41 +0800 Subject: [PATCH] 创建方案 bug --- WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj | 42 ++++++++++++++++++++++++++++++++++++------ 1 files changed, 36 insertions(+), 6 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj index e207d9f..8d5832e 100644 --- a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj +++ b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj @@ -7,13 +7,25 @@ </PropertyGroup> <ItemGroup> + <Compile Remove="01-pump-main\**" /> <Compile Remove="01-viewmodel - 澶嶅埗\**" /> + <Compile Remove="00-core\00-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="00-core\00-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="00-core\00-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="00-core\00-viewmodel\01-pump\01-feat\**" /> + <Page Remove="02-valve-main\**" /> <Page Remove="03-variable-speed\**" /> </ItemGroup> @@ -34,6 +46,8 @@ <Compile Remove="99-common\SelXhsPumpMainPhartDlg.Designer.cs" /> <Compile Remove="99-common\SelXhsValveMainPhartDlg.cs" /> <Compile Remove="99-common\SelXhsValveMainPhartDlg.Designer.cs" /> + <Compile Remove="PumpCurveExpandDlg.cs" /> + <Compile Remove="PumpCurveExpandDlg.Designer.cs" /> <Compile Remove="PumpParallelAnalyDlg - 澶嶅埗.cs" /> <Compile Remove="PumpParallelAnalyDlg - 澶嶅埗.Designer.cs" /> <Compile Remove="PumpParallelAnalyDlg.cs" /> @@ -49,6 +63,7 @@ <EmbeddedResource Remove="99-common\PumpWorkComparisonChartDlg.resx" /> <EmbeddedResource Remove="99-common\SelXhsPumpMainPhartDlg.resx" /> <EmbeddedResource Remove="99-common\SelXhsValveMainPhartDlg.resx" /> + <EmbeddedResource Remove="PumpCurveExpandDlg.resx" /> <EmbeddedResource Remove="PumpParallelAnalyDlg - 澶嶅埗.resx" /> <EmbeddedResource Remove="PumpParallelAnalyDlg.resx" /> </ItemGroup> @@ -56,7 +71,7 @@ <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.2" /> + <PackageReference Include="Yw.BLL.Phart.Core" Version="3.0.5" /> </ItemGroup> <ItemGroup> @@ -67,13 +82,25 @@ </ItemGroup> <ItemGroup> - <Compile Update="01-pump-main\SetOtherNameDlg.cs"> - <SubType>Form</SubType> + <Compile Update="01-pump\02-edit\PumpChartEditCtrl.cs"> + <SubType>UserControl</SubType> </Compile> - <Compile Update="01-pump-main\SetImportanceDlg.cs"> - <SubType>Form</SubType> + <Compile Update="01-pump\03-import\01-excel\PumpChartExcelImportCtrl.cs"> + <SubType>UserControl</SubType> </Compile> - <Compile Update="02-valve-main\XhsValveMainPhartListCtrl.cs"> + <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"> @@ -81,6 +108,9 @@ <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> -- Gitblit v1.9.3