From d1807075581920a8c94a409b11a9c88dd869be1e Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 20 三月 2025 16:57:33 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/Yw.WinFrmUI.Bimface.Core/Yw.WinFrmUI.Bimface.Core.csproj | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Bimface.Core/Yw.WinFrmUI.Bimface.Core.csproj b/WinFrmUI/Yw.WinFrmUI.Bimface.Core/Yw.WinFrmUI.Bimface.Core.csproj index 198782f..652fba9 100644 --- a/WinFrmUI/Yw.WinFrmUI.Bimface.Core/Yw.WinFrmUI.Bimface.Core.csproj +++ b/WinFrmUI/Yw.WinFrmUI.Bimface.Core/Yw.WinFrmUI.Bimface.Core.csproj @@ -54,10 +54,12 @@ <None Remove="bimface\js\DrawableContainer.js" /> <None Remove="bimface\js\GetComponents.js" /> <None Remove="bimface\js\Layer.js" /> + <None Remove="bimface\js\LogicBodyGlowEffect.js" /> <None Remove="bimface\js\LogicCalcuCustomLabel.js" /> <None Remove="bimface\js\LogicFlowEffect.js" /> <None Remove="bimface\js\LogicMarkLeadLabel.js" /> <None Remove="bimface\js\LogicMonitor.js" /> + <None Remove="bimface\js\LogicOutlineGlowEffect.js" /> <None Remove="bimface\js\Marker3dContainer.js" /> <None Remove="bimface\js\Panel.js" /> <None Remove="bimface\js\SelectedComponents.js" /> @@ -157,6 +159,12 @@ <Content Include="bimface\js\Layer.js"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> + <Content Include="bimface\js\LogicBodyGlowEffect.js"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + <Content Include="bimface\js\LogicOutlineGlowEffect.js"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> <Content Include="bimface\js\LogicMonitor.js"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> @@ -186,7 +194,7 @@ <ItemGroup> <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> <PackageReference Include="Yw.BIMFace.SDK.Core" Version="3.0.5" /> - <PackageReference Include="Yw.BLL.Bimface.Core" Version="3.0.9" /> + <PackageReference Include="Yw.BLL.Bimface.Core" Version="3.1.0" /> <PackageReference Include="Yw.WebBrower.Core" Version="3.0.2" /> <PackageReference Include="Yw.WebView2.WinFrmUI.Core" Version="3.0.1" /> </ItemGroup> -- Gitblit v1.9.3