From 31a636e735a0addc56e4f4527f500b7aa0874eb5 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期五, 03 一月 2025 11:21:46 +0800 Subject: [PATCH] 改了一大堆; --- CustomRictBox/PdmSwPlugin.UI.csproj | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/CustomRictBox/PdmSwPlugin.UI.csproj b/CustomRictBox/PdmSwPlugin.UI.csproj index fd0786d..1115405 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" /> @@ -66,6 +69,10 @@ <Reference Include="PresentationFramework" /> </ItemGroup> <ItemGroup> + <Compile Include="SB .xaml.cs"> + <DependentUpon>SB .xaml</DependentUpon> + </Compile> + <Compile Include="Sb.cs" /> <Page Include="Resources\Icons.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> @@ -80,6 +87,10 @@ <DependentUpon>CustomRichBox.xaml</DependentUpon> <SubType>Code</SubType> </Compile> + <Page Include="SB .xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> </ItemGroup> <ItemGroup> <Compile Include="Properties\AssemblyInfo.cs"> -- Gitblit v1.9.1