From 1184386ca33fb4ae86ce324fcaaf993fa738ef07 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 23 十月 2024 10:15:57 +0800 Subject: [PATCH] 导入RevitModel --- WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj index 3a83c7a..8bfa9e1 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj @@ -95,6 +95,27 @@ </Compile> <Compile Update="04-pipe\02-main\PipeManageMainPage.cs" /> <Compile Update="04-pipe\01-series\PipeLineTreeListCtrl.cs" /> + <Compile Update="10-exchanger\01-series\AddAssetsExchangerSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="10-exchanger\01-series\EditAssetsExchangerSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="10-exchanger\01-series\ExchangerTreeListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="10-exchanger\02-main\01-EditPumpPartProp\EditExchangerPartPropDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="10-exchanger\02-main\01-EditPumpPartProp\ExchangerProductListBox.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="10-exchanger\02-main\AddAssetsExchangerMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="10-exchanger\02-main\EditExchangerMainDlg.cs"> + <SubType>Form</SubType> + </Compile> <Compile Update="07-fourLink\02-main\AddAssetsFourlinkMainDlg.cs"> <SubType>Form</SubType> </Compile> -- Gitblit v1.9.3