From 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 12 十一月 2024 17:43:14 +0800 Subject: [PATCH] 修改资产界面 --- WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj | 28 ++++++++++++++++++---------- 1 files changed, 18 insertions(+), 10 deletions(-) diff --git a/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj b/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj index d79ddb8..e490c2a 100644 --- a/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj +++ b/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj @@ -3,26 +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.0.7" /> + <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