From 72d1856d8097fa55e54e1ed4cc1ae06912f3e57e Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 29 七月 2024 10:50:04 +0800 Subject: [PATCH] Revit修改 --- WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj | 24 ++++++++++++++++-------- 1 files changed, 16 insertions(+), 8 deletions(-) diff --git a/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj b/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj index d79ddb8..8bd2a95 100644 --- a/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj +++ b/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj @@ -7,8 +7,18 @@ </PropertyGroup> <ItemGroup> - <Compile Remove="00-UICore\01-鎵╁睍绫籠TilePeekItemsExtensions.cs" /> - <Compile Remove="00-UICore\01-鎵╁睍绫籠XtraChartHelper.cs" /> + <Compile Remove="00-UICore\00-DocumentPage\**" /> + <Compile Remove="00-UICore\01-鎵╁睍绫籠**" /> + <Compile Remove="00-UICore\03-鏂囦欢甯姪绫籠**" /> + <EmbeddedResource Remove="00-UICore\00-DocumentPage\**" /> + <EmbeddedResource Remove="00-UICore\01-鎵╁睍绫籠**" /> + <EmbeddedResource Remove="00-UICore\03-鏂囦欢甯姪绫籠**" /> + <None Remove="00-UICore\00-DocumentPage\**" /> + <None Remove="00-UICore\01-鎵╁睍绫籠**" /> + <None Remove="00-UICore\03-鏂囦欢甯姪绫籠**" /> + <Page Remove="00-UICore\00-DocumentPage\**" /> + <Page Remove="00-UICore\01-鎵╁睍绫籠**" /> + <Page Remove="00-UICore\03-鏂囦欢甯姪绫籠**" /> </ItemGroup> <ItemGroup> @@ -17,12 +27,10 @@ </ItemGroup> <ItemGroup> - <Compile Update="00-UICore\00-DocumentPage\DocumentPage.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="00-UICore\00-DocumentPage\MainForm.cs"> - <SubType>Form</SubType> - </Compile> + <ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" /> + </ItemGroup> + + <ItemGroup> <Compile Update="Lib\Resource1.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> -- Gitblit v1.9.3