From 8d8cd298ab46aee191baf53ff320fd3290d1ec9a Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 11 七月 2024 01:00:48 +0800
Subject: [PATCH] 界面基础整理

---
 WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 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..0e940b3 100644
--- a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj
+++ b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj
@@ -2,9 +2,37 @@
 
   <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="44-win-ui-core\**" />
+    <Compile Remove="99-models\**" />
+    <Compile Remove="bak\**" />
+    <EmbeddedResource Remove="00-basic\**" />
+    <EmbeddedResource Remove="04-win-ui-core\**" />
+    <EmbeddedResource Remove="44-win-ui-core\**" />
+    <EmbeddedResource Remove="99-models\**" />
+    <EmbeddedResource Remove="bak\**" />
+    <None Remove="00-basic\**" />
+    <None Remove="04-win-ui-core\**" />
+    <None Remove="44-win-ui-core\**" />
+    <None Remove="99-models\**" />
+    <None Remove="bak\**" />
+    <Page Remove="00-basic\**" />
+    <Page Remove="04-win-ui-core\**" />
+    <Page Remove="44-win-ui-core\**" />
+    <Page Remove="99-models\**" />
+    <Page Remove="bak\**" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
+  </ItemGroup>
+
 </Project>

--
Gitblit v1.9.3