From b5234c5ab1e9e6826b8d8fc1e95fa752aaa40b74 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期六, 02 十一月 2024 10:56:50 +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