From 04355e18d030ab55832639a58ccb87fbbfe2ef80 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 26 二月 2025 10:12:52 +0800 Subject: [PATCH] psb 程序集名称 删除core --- WinFrmUI/PBS.WinFrmUI.WE/PBS.WinFrmUI.WE.csproj | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/PBS.WinFrmUI.WE.Core/PBS.WinFrmUI.WE.Core.csproj b/WinFrmUI/PBS.WinFrmUI.WE/PBS.WinFrmUI.WE.csproj similarity index 90% rename from WinFrmUI/PBS.WinFrmUI.WE.Core/PBS.WinFrmUI.WE.Core.csproj rename to WinFrmUI/PBS.WinFrmUI.WE/PBS.WinFrmUI.WE.csproj index 2bdc049..ba4f69b 100644 --- a/WinFrmUI/PBS.WinFrmUI.WE.Core/PBS.WinFrmUI.WE.Core.csproj +++ b/WinFrmUI/PBS.WinFrmUI.WE/PBS.WinFrmUI.WE.csproj @@ -22,9 +22,9 @@ <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\..\BLL\PBS.BLL.WE.Core\PBS.BLL.WE.Core.csproj" /> - <ProjectReference Include="..\Hstation.WinFrmUI.Core\HStation.WinFrmUI.Core.csproj" /> + <ItemGroup> + <ProjectReference Include="..\..\BLL\PBS.BLL.WE\PBS.BLL.WE.csproj" /> + <ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" /> </ItemGroup> <ItemGroup> -- Gitblit v1.9.3