From 45c004d4bb5a6f73843a8e8020523f4df14a14e4 Mon Sep 17 00:00:00 2001 From: Chr <haoran.cheng@skonda.com.cn> Date: 星期二, 20 八月 2024 19:17:07 +0800 Subject: [PATCH] 完善消息通知程序; --- PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj b/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj index 0d54f78..a8c85a4 100644 --- a/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj +++ b/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj @@ -142,13 +142,13 @@ </None> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\CustomRictBox\PdmSwPlugin.UI.csproj"> + <Project>{44bce7b9-f984-426b-9997-fc1fb1a49cc0}</Project> + <Name>PdmSwPlugin.UI</Name> + </ProjectReference> <ProjectReference Include="..\PdmSwPlugin.Common\PdmSwPlugin.Common.csproj"> <Project>{e17ef6b6-ee83-45aa-b0c0-e3a097089e97}</Project> <Name>PdmSwPlugin.Common</Name> - </ProjectReference> - <ProjectReference Include="Z:\VisualStudio\CustomRichBox\CustomRictBox\PdmSwPlugin.UI.csproj"> - <Project>{44bce7b9-f984-426b-9997-fc1fb1a49cc0}</Project> - <Name>PdmSwPlugin.UI</Name> </ProjectReference> </ItemGroup> <ItemGroup> -- Gitblit v1.9.1