From ea48d2e61d0ad6dd0610cdae3a24b96bab7e5ec9 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 06 八月 2024 15:20:39 +0800 Subject: [PATCH] 增加角色和用户表 --- WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj index 0e940b3..4ca1233 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj +++ b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj @@ -11,28 +11,31 @@ <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" /> + <PackageReference Include="Yw.Untity.Core" Version="3.0.0" /> + </ItemGroup> + + <ItemGroup> + <Compile Update="03-wait\WaitFormStyle.cs"> + <SubType>Form</SubType> + </Compile> </ItemGroup> </Project> -- Gitblit v1.9.3