wpf-demos/richtextbox/syncfusion.richtextboxdemos...

127 строки
6.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>syncfusion.richtextboxdemos.wpfapplication</AssemblyName>
<RootNamespace>syncfusion.richtextboxdemos.wpf</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;NET50</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;NET50</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Xml|AnyCPU'">
<DefineConstants>TRACE;NET50</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Remove="obj\**" />
<Compile Remove="obj_45\**" />
<Compile Remove="obj_47\**" />
<Compile Remove="obj_50\**" />
<Compile Remove="obj_60\**" />
<EmbeddedResource Remove="obj\**" />
<EmbeddedResource Remove="obj_45\**" />
<EmbeddedResource Remove="obj_47\**" />
<EmbeddedResource Remove="obj_50\**" />
<EmbeddedResource Remove="obj_60\**" />
<None Remove="obj\**" />
<None Remove="obj_45\**" />
<None Remove="obj_47\**" />
<None Remove="obj_50\**" />
<None Remove="obj_60\**" />
<Page Remove="obj\**" />
<Page Remove="obj_45\**" />
<Page Remove="obj_47\**" />
<Page Remove="obj_50\**" />
<Page Remove="obj_60\**" />
<ProjectReference Include="..\common\syncfusion.demoscommon.wpf_lib_80.csproj">
<Name>syncfusion.demoscommon.wpf_lib_80</Name>
</ProjectReference>
<ProjectReference Include="..\showcase\documenteditor\syncfusion.documenteditor.wpf_lib_80.csproj">
<Name>syncfusion.documenteditor.wpf_lib_80</Name>
</ProjectReference>
<ProjectReference Include="syncfusion.richtextboxdemos.wpf_lib_80.csproj">
<Name>syncfusion.richtextboxdemos.wpf_lib_80</Name>
</ProjectReference>
<None Remove="Properties\Settings.settings" />
<None Include="Properties\Settings.settings" />
<None Remove="packages.config" />
<None Include="packages.config" />
<None Remove="App.config" />
<None Include="App.config" />
<None Remove="Assets\richtextbox\Blue.png" />
<None Remove="Assets\richtextbox\CustomDictionary.dic" />
<None Remove="Assets\richtextbox\GettingStarted-ar-sa.docx" />
<None Remove="Assets\richtextbox\GettingStarted-fr.docx" />
<None Remove="Assets\richtextbox\GettingStarted.docx" />
<None Remove="Assets\richtextbox\Green.png" />
<None Remove="Assets\richtextbox\InitialQuery.docx" />
<None Remove="Assets\richtextbox\Pink.png" />
<None Remove="Assets\richtextbox\PostedBy.png" />
<None Remove="Assets\richtextbox\Purple.png" />
<None Remove="Assets\richtextbox\Records.xml" />
<None Remove="Assets\richtextbox\ReplyContent.docx" />
<None Remove="Assets\richtextbox\User32.png" />
<None Remove="Assets\richtextbox\User48.png" />
<None Remove="Assets\richtextbox\White.png" />
<None Remove="Assets\richtextbox\Yellow.png" />
<Page Remove="Behaviors\ForumPostControl.xaml" />
<Compile Remove="Behaviors\ForumPostControl.xaml.cs" />
<Page Remove="Behaviors\ForumReplyControl.xaml" />
<Compile Remove="Behaviors\ForumReplyControl.xaml.cs" />
<Compile Remove="Model\CustomerInfo.cs" />
<Compile Remove="Model\SkinColor.cs" />
<EmbeddedResource Remove="Resources\Syncfusion.SfRichTextBoxAdv.WPF.ar-sa.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.SfRichTextBoxAdv.WPF.cs.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.SfRichTextBoxAdv.WPF.fr.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.SfRichTextRibbon.WPF.ar-sa.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.SfRichTextRibbon.WPF.cs.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.SfRichTextRibbon.WPF.fr.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.Shared.Wpf.ar-sa.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.Shared.Wpf.cs.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.Shared.Wpf.fr.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.Tools.Wpf.ar-sa.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.Tools.Wpf.cs.resx" />
<EmbeddedResource Remove="Resources\Syncfusion.Tools.Wpf.fr.resx" />
<Compile Remove="ViewModel\DocumentEditorViewModel.cs" />
<Compile Remove="ViewModel\StickyNotesViewModel.cs" />
<Page Remove="Views\CreateLettersDemo.xaml" />
<Compile Remove="Views\CreateLettersDemo.xaml.cs" />
<Page Remove="Views\DocumentEditorDemo.xaml" />
<Compile Remove="Views\DocumentEditorDemo.xaml.cs" />
<Page Remove="Views\ForumDemo.xaml" />
<Compile Remove="Views\ForumDemo.xaml.cs" />
<Page Remove="Views\LocalizationDemo.xaml" />
<Compile Remove="Views\LocalizationDemo.xaml.cs" />
<Page Remove="Views\RightToLeftDemo.xaml" />
<Compile Remove="Views\RightToLeftDemo.xaml.cs" />
<Page Remove="Views\StickyNotesDemo.xaml" />
<Compile Remove="Views\StickyNotesDemo.xaml.cs" />
<Compile Remove="RichTextBoxDemosViewModel.cs" />
<ApplicationDefinition Include="App.xaml" />
<Compile Include="App.xaml.cs" />
<Reference Include="Syncfusion.Compression.Base">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Compression.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.DocIO.Base">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.DocIO.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.SfRichTextBoxAdv.WPF">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfRichTextBoxAdv.WPF.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.SfRichTextRibbon.WPF">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfRichTextRibbon.WPF.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Tools.WPF">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Tools.WPF.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="..\common\demos.common.props">
</Import>
</Project>