From fdc02492963bd1ec69b37c28221603a6f0665016 Mon Sep 17 00:00:00 2001 From: chr <chr@chr.com> Date: 星期五, 16 八月 2024 10:48:58 +0800 Subject: [PATCH] 新增富文本UserControl --- 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