From 7446de6efb5d353c1fa6a92b01a0f56685a4ee06 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 11 十一月 2024 14:22:12 +0800 Subject: [PATCH] 核心界面数据流转更新 --- WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj | 42 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj index 060aa1c..707d123 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj +++ b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj @@ -2,9 +2,49 @@ <PropertyGroup> <TargetFramework>net6.0-windows</TargetFramework> - <Nullable>enable</Nullable> + <Nullable>disable</Nullable> <UseWindowsForms>true</UseWindowsForms> <ImplicitUsings>enable</ImplicitUsings> + <GenerateDocumentationFile>True</GenerateDocumentationFile> </PropertyGroup> + <ItemGroup> + <Compile Remove="00-basic\**" /> + <Compile Remove="04-win-ui-core\**" /> + <Compile Remove="99-models\**" /> + <Compile Remove="bak\**" /> + <EmbeddedResource Remove="00-basic\**" /> + <EmbeddedResource Remove="04-win-ui-core\**" /> + <EmbeddedResource Remove="99-models\**" /> + <EmbeddedResource Remove="bak\**" /> + <None Remove="00-basic\**" /> + <None Remove="04-win-ui-core\**" /> + <None Remove="99-models\**" /> + <None Remove="bak\**" /> + <Page Remove="00-basic\**" /> + <Page Remove="04-win-ui-core\**" /> + <Page Remove="99-models\**" /> + <Page Remove="bak\**" /> + </ItemGroup> + + <ItemGroup> + <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> + <PackageReference Include="Yw.Untity.Core" Version="3.0.3" /> + </ItemGroup> + + <ItemGroup> + <Compile Update="03-wait\WaitFormStyle.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="09-common\04-search-select\GeneralSearchAndSelectCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="09-common\05-search-set-select\GeneralSearchAndSelectCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="11-tree\01-simple\SimpleTreeViewCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + </ItemGroup> + </Project> -- Gitblit v1.9.3