From a8e54743e599fa42d627cc97ab1468937e719c04 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 15 十月 2024 14:19:08 +0800 Subject: [PATCH] 曲线 --- WinFrmUI/Yw.WinFrmUI.Phart.Core/Yw.WinFrmUI.Phart.Core.csproj | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Phart.Core/Yw.WinFrmUI.Phart.Core.csproj b/WinFrmUI/Yw.WinFrmUI.Phart.Core/Yw.WinFrmUI.Phart.Core.csproj index feffa68..9eee921 100644 --- a/WinFrmUI/Yw.WinFrmUI.Phart.Core/Yw.WinFrmUI.Phart.Core.csproj +++ b/WinFrmUI/Yw.WinFrmUI.Phart.Core/Yw.WinFrmUI.Phart.Core.csproj @@ -10,12 +10,16 @@ <ItemGroup> <Compile Remove="01-perform\01-pump-chart\05-import\**" /> <Compile Remove="01-perform\01-cubic\**" /> + <Compile Remove="bak\**" /> <EmbeddedResource Remove="01-perform\01-pump-chart\05-import\**" /> <EmbeddedResource Remove="01-perform\01-cubic\**" /> + <EmbeddedResource Remove="bak\**" /> <None Remove="01-perform\01-pump-chart\05-import\**" /> <None Remove="01-perform\01-cubic\**" /> + <None Remove="bak\**" /> <Page Remove="01-perform\01-pump-chart\05-import\**" /> <Page Remove="01-perform\01-cubic\**" /> + <Page Remove="bak\**" /> </ItemGroup> <ItemGroup> @@ -78,10 +82,14 @@ <Compile Update="01-perform\01-pump-chart\01-chart\01-perform\PumpPerformInfoCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="01-perform\01-pump-chart\01-chart\02-variable-speed\PumpVariableSpeedChart.cs"> + <Compile Update="01-perform\01-pump-chart\01-chart\02-perform-compare\PumpPerformCompareChart.cs" /> + <Compile Update="01-perform\01-pump-chart\01-chart\02-perform-compare\PumpPerformCompareInfoCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="01-perform\01-pump-chart\01-chart\02-variable-speed\PumpVariableSpeedInfoCtrl.cs"> + <Compile Update="01-perform\01-pump-chart\01-chart\04-variable-speed\PumpVariableSpeedChart.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="01-perform\01-pump-chart\01-chart\04-variable-speed\PumpVariableSpeedInfoCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="01-perform\01-pump-chart\01-chart\03-serial-parallel\PumpSerialParallelChart.cs"> -- Gitblit v1.9.3