From 3e59a097e89632a53554f369eb55ece5fdda3eda Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 21 十一月 2024 15:34:47 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.PBS.Core/HStation.WinFrmUI.PBS.Core.csproj | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.PBS.Core/HStation.WinFrmUI.PBS.Core.csproj b/WinFrmUI/HStation.WinFrmUI.PBS.Core/HStation.WinFrmUI.PBS.Core.csproj index 864360f..40c4221 100644 --- a/WinFrmUI/HStation.WinFrmUI.PBS.Core/HStation.WinFrmUI.PBS.Core.csproj +++ b/WinFrmUI/HStation.WinFrmUI.PBS.Core/HStation.WinFrmUI.PBS.Core.csproj @@ -54,11 +54,13 @@ </ItemGroup> <ItemGroup> - <Folder Include="Properties\DataSources\" /> + <ProjectReference Include="..\..\BLL\HStation.BLL.PBS.Core\HStation.BLL.PBS.Core.csproj" /> + <ProjectReference Include="..\HStation.WinFrmUI.WE.Core\HStation.WinFrmUI.WE.Core.csproj" /> + <ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\BLL\HStation.BLL.PBS.Core\HStation.BLL.PBS.Core.csproj" /> + <Folder Include="02-facility\" /> </ItemGroup> </Project> -- Gitblit v1.9.3