From 2bbfc173c71bdd549a42bf31eee81b9432c2dbed Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 29 十月 2024 21:30:30 +0800 Subject: [PATCH] 优化计算控件 --- WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) diff --git a/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj b/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj index 40ac53b..e490c2a 100644 --- a/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj +++ b/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj @@ -3,25 +3,34 @@ <PropertyGroup> <TargetFramework>net6.0-windows</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> - <Nullable>enable</Nullable> + <Nullable>disable</Nullable> </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> <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> + <PackageReference Include="Yw.BLL.Auth.Core" Version="3.1.6" /> </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