From 467578cbe7f027c14ceba0aed16fb827b94e2c65 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 07 三月 2025 09:41:58 +0800 Subject: [PATCH] pbs-为登录静态类赋值 --- WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj | 40 ++++++++++++++++++++++++++++++++++------ 1 files changed, 34 insertions(+), 6 deletions(-) diff --git a/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj b/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj index d79ddb8..2c6ae33 100644 --- a/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj +++ b/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj @@ -3,24 +3,48 @@ <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> + <Compile Remove="00-UICore\01-鐢ㄦ埛鐧婚檰绫籠GlobalParas.cs" /> </ItemGroup> <ItemGroup> <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> - <PackageReference Include="Yw.BLL.Auth.Core" Version="3.0.7" /> + <PackageReference Include="Yw.BLL.Auth.Core" Version="3.7.7" /> </ItemGroup> <ItemGroup> - <Compile Update="00-UICore\00-DocumentPage\DocumentPage.cs"> + <ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" /> + </ItemGroup> + + <ItemGroup> + <Compile Update="01-GeneralDlg\SelectFlagsCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="00-UICore\00-DocumentPage\MainForm.cs"> + <Compile Update="01-GeneralDlg\SelectFlagsPopupCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="01-GeneralDlg\SetDefaultStatusDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="01-GeneralDlg\SetUseStatusDlg.cs"> <SubType>Form</SubType> </Compile> <Compile Update="Lib\Resource1.Designer.cs"> @@ -37,4 +61,8 @@ </EmbeddedResource> </ItemGroup> + <ItemGroup> + <Folder Include="00-UICore\01-鐢ㄦ埛鐧婚檰绫籠" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3