From 7026a215a38e7d77da2104e2d11d17fc2065d80d Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 26 七月 2024 17:15:49 +0800
Subject: [PATCH] 增加方案

---
 WinFrmUI/HStation.WinFrmUI.Phart.Core/HStation.WinFrmUI.Phart.Core.csproj |   45 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 44 insertions(+), 1 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Phart.Core/HStation.WinFrmUI.Phart.Core.csproj b/WinFrmUI/HStation.WinFrmUI.Phart.Core/HStation.WinFrmUI.Phart.Core.csproj
index 869cb60..473893b 100644
--- a/WinFrmUI/HStation.WinFrmUI.Phart.Core/HStation.WinFrmUI.Phart.Core.csproj
+++ b/WinFrmUI/HStation.WinFrmUI.Phart.Core/HStation.WinFrmUI.Phart.Core.csproj
@@ -7,16 +7,59 @@
   </PropertyGroup>
 
   <ItemGroup>
+    <Compile Remove="01-perform\01-cubic\Curve\**" />
+    <Compile Remove="01-perform\01-cubic\Import\**" />
+    <Compile Remove="01-perform\01-cubic\Preview\**" />
+    <EmbeddedResource Remove="01-perform\01-cubic\Curve\**" />
+    <EmbeddedResource Remove="01-perform\01-cubic\Import\**" />
+    <EmbeddedResource Remove="01-perform\01-cubic\Preview\**" />
+    <None Remove="01-perform\01-cubic\Curve\**" />
+    <None Remove="01-perform\01-cubic\Import\**" />
+    <None Remove="01-perform\01-cubic\Preview\**" />
+    <Page Remove="01-perform\01-cubic\Curve\**" />
+    <Page Remove="01-perform\01-cubic\Import\**" />
+    <Page Remove="01-perform\01-cubic\Preview\**" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dEditChart.cs" />
+    <Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dEditChart.Designer.cs" />
+    <Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dMultiChart.cs" />
+    <Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dMultiChart.Designer.cs" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <EmbeddedResource Remove="01-perform\01-cubic\01-chart\CubicSpline2dEditChart.resx" />
+    <EmbeddedResource Remove="01-perform\01-cubic\01-chart\CubicSpline2dMultiChart.resx" />
+  </ItemGroup>
+
+  <ItemGroup>
     <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
+    <PackageReference Include="NPOI" Version="2.7.1" />
   </ItemGroup>
 
   <ItemGroup>
     <ProjectReference Include="..\..\BLL\HStation.BLL.Phart.Core\HStation.BLL.Phart.Core.csproj" />
+    <ProjectReference Include="..\..\Dto\HStation.Dto.Assets.Core\HStation.Dto.Assets.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-perform\01-cubic\01-chart\CubicSpline2dChart.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
+    <Compile Update="01-perform\01-cubic\02-coordinate\AxisValueDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="01-perform\01-cubic\02-coordinate\ChartCoordinateDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="01-perform\01-cubic\03-import\01-excel\ImportCurveByExcelCtrl.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
+    <Compile Update="01-perform\01-cubic\03-import\01-excel\ImportCurveByExcelDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
     <Compile Update="Properties\Resources.Designer.cs">
       <DesignTime>True</DesignTime>
       <AutoGen>True</AutoGen>

--
Gitblit v1.9.3