From 3d4d3fc5b2ef7fc3904e2e79f0c0896241919958 Mon Sep 17 00:00:00 2001 From: chr <chr@chr.com> Date: 星期五, 30 八月 2024 19:20:52 +0800 Subject: [PATCH] 新增richbox转base64 --- CustomRictBox/PdmSwPlugin.UI.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/CustomRictBox/PdmSwPlugin.UI.csproj b/CustomRictBox/PdmSwPlugin.UI.csproj index fd0786d..d2f9fd1 100644 --- a/CustomRictBox/PdmSwPlugin.UI.csproj +++ b/CustomRictBox/PdmSwPlugin.UI.csproj @@ -50,6 +50,9 @@ <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> + <Reference Include="HtmlToXamlConverter"> + <HintPath>..\PdmSwPlugin.Util\lib\HtmlToXamlConverter.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> -- Gitblit v1.9.1