From dd4da9a651330fabe210618581299ac3536bda2f Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期六, 26 十月 2024 21:41:24 +0800
Subject: [PATCH] 修复下载问题

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user
index 30be9ba..93fa08a 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user
@@ -19,6 +19,9 @@
     <Compile Update="02-project\01-import\01-info\InputXhsProjectInfoWizardPage.cs">
       <SubType>UserControl</SubType>
     </Compile>
+    <Compile Update="02-project\01-import\01-info\cloud\SelectXhsProjectTransferFileDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
     <Compile Update="02-project\01-import\02-map\SetXhsProjectMapLocationWizardPage.cs">
       <SubType>UserControl</SubType>
     </Compile>
@@ -103,14 +106,20 @@
     <Compile Update="03-simulation\06-simulation\01-matching\00-core\XhsProjectSimulationMatchingListCtrl.cs">
       <SubType>UserControl</SubType>
     </Compile>
+    <Compile Update="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\PumpMatchingDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\PumpSingleMatchingCtrl.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
     <Compile Update="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\PumpSingleMatchingDlg.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Update="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\PumpSingleMatchingForm.cs">
-      <SubType>UserControl</SubType>
-    </Compile>
     <Compile Update="03-simulation\06-simulation\01-matching\02-pump\XhsPumpMatchingListCtrl.cs">
       <SubType>UserControl</SubType>
+    </Compile>
+    <Compile Update="03-simulation\06-simulation\01-matching\03-valve\01-valvesinglematching\ValveChartShowDlg.cs">
+      <SubType>Form</SubType>
     </Compile>
     <Compile Update="03-simulation\06-simulation\01-matching\03-valve\01-valvesinglematching\ValveSingleMatchingDlg.cs">
       <SubType>Form</SubType>
@@ -226,6 +235,12 @@
     <Compile Update="04-pump\01-Prop\PumpPropViewCtrl.cs">
       <SubType>UserControl</SubType>
     </Compile>
+    <Compile Update="04-pump\02-analy\SinglePumpAnalyDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="04-pump\02-analy\SinglePumpAnalyInfoCtrl.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
     <Compile Update="04-pump\PumpFullInfoCtrl.cs">
       <SubType>UserControl</SubType>
     </Compile>

--
Gitblit v1.9.3