file-formats-wpf-demos/pdfviewer/syncfusion.pdfviewerdemos.w...

296 строки
12 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{43BB4BC1-3892-43A3-929A-E3948048DF5C}</ProjectGuid>
<OutputType>library</OutputType>
<RootNamespace>syncfusion.pdfviewerdemos.wpf</RootNamespace>
<AssemblyName>syncfusion.pdfviewerdemos.wpf</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<Deterministic>true</Deterministic>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel">
<Version>1.17.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<Reference Include="PresentationFramework.Aero" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<PackageReference Include="Syncfusion.Compression.Base" Version="27.1.48"/>
<PackageReference Include="Syncfusion.Pdf.Wpf" Version="27.1.48"/>
<PackageReference Include="Syncfusion.PdfViewer.WPF" Version="27.1.48"/>
<PackageReference Include="Syncfusion.Tools.WPF" Version="27.1.48"/>
</ItemGroup>
<ItemGroup>
<Compile Include="Helper\DataHelper.cs" />
<Compile Include="Helper\PdfViewerEventAttachUtil.cs" />
<Compile Include="Helper\SemanticKernelAI.cs" />
<Compile Include="PdfViewerDemosViewModel.cs" />
<Compile Include="ViewModel\AnnotationsViewModel.cs" />
<Compile Include="ViewModel\BookmarkNavigationViewModel.cs" />
<Compile Include="ViewModel\CustomToolbarViewModel.cs" />
<Compile Include="ViewModel\EncryptionViewModel.cs" />
<Compile Include="ViewModel\ExportAsImageViewModel.cs" />
<Compile Include="ViewModel\FormFillingViewModel.cs" />
<Compile Include="ViewModel\FreeTextViewModel.cs" />
<Compile Include="ViewModel\InkSignatureViewModel.cs" />
<Compile Include="ViewModel\LayersViewModel.cs" />
<Compile Include="ViewModel\MultiTabbedViewerViewModel.cs" />
<Compile Include="ViewModel\PdfViewerGettingStartedViewModel.cs" />
<Compile Include="ViewModel\InvisibleSignatureViewModel.cs" />
<Compile Include="ViewModel\ReadOnlyViewModel.cs" />
<Compile Include="ViewModel\RedactionViewModel.cs" />
<Compile Include="ViewModel\SilentPrintingViewModel.cs" />
<Compile Include="ViewModel\SmartFillViewModel.cs" />
<Compile Include="ViewModel\ThumbnailNavigationViewModel.cs" />
<Compile Include="Views\BookmarkNavigation.xaml.cs">
<DependentUpon>BookmarkNavigation.xaml</DependentUpon>
</Compile>
<Compile Include="Views\CustomToolbar.xaml.cs">
<DependentUpon>CustomToolbar.xaml</DependentUpon>
</Compile>
<Compile Include="Views\DocumentToolbar.xaml.cs">
<DependentUpon>DocumentToolbar.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Encryption.xaml.cs">
<DependentUpon>Encryption.xaml</DependentUpon>
</Compile>
<Compile Include="Views\ExportAsImage.xaml.cs">
<DependentUpon>ExportAsImage.xaml</DependentUpon>
</Compile>
<Compile Include="Views\FormFilling.xaml.cs">
<DependentUpon>FormFilling.xaml</DependentUpon>
</Compile>
<Compile Include="Views\FreeText.xaml.cs">
<DependentUpon>FreeText.xaml</DependentUpon>
</Compile>
<Compile Include="Views\PdfViewerGettingStarted.xaml.cs">
<DependentUpon>PdfViewerGettingStarted.xaml</DependentUpon>
</Compile>
<Compile Include="Views\InkSignature.xaml.cs">
<DependentUpon>InkSignature.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Layers.xaml.cs">
<DependentUpon>Layers.xaml</DependentUpon>
</Compile>
<Compile Include="Views\MultiTabbedViewer.xaml.cs">
<DependentUpon>MultiTabbedViewer.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Redaction.xaml.cs">
<DependentUpon>Redaction.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Shapes.xaml.cs">
<DependentUpon>Shapes.xaml</DependentUpon>
</Compile>
<Compile Include="Views\SilentPrinting.xaml.cs">
<DependentUpon>SilentPrinting.xaml</DependentUpon>
</Compile>
<Compile Include="Views\SmartFill.xaml.cs">
<DependentUpon>SmartFill.xaml</DependentUpon>
</Compile>
<Compile Include="Views\StickyNote.xaml.cs">
<DependentUpon>StickyNote.xaml</DependentUpon>
</Compile>
<Compile Include="Views\TextMarkups.xaml.cs">
<DependentUpon>TextMarkups.xaml</DependentUpon>
</Compile>
<Compile Include="Views\ThumbnailNavigation.xaml.cs">
<DependentUpon>ThumbnailNavigation.xaml</DependentUpon>
</Compile>
<Compile Include="Views\InvisibleSignature.xaml.cs">
<DependentUpon>InvisibleSignature.xaml</DependentUpon>
</Compile>
<Compile Include="Views\ReadOnly.xaml.cs">
<DependentUpon>ReadOnly.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<Resource Include="Assets\Annotations.pdf" />
<Resource Include="Assets\FormFillingDocument.pdf" />
<Resource Include="Assets\Free text.pdf" />
<Resource Include="Assets\HTTP Succinctly.pdf" />
<Resource Include="Assets\Ink signature.pdf" />
<Resource Include="Assets\Invoice.pdf" />
<Resource Include="Assets\MultiColumnReports.pdf" />
<Resource Include="Assets\PdfLayer.pdf" />
<Resource Include="Assets\PDF_Succinctly.pdf" />
<Resource Include="Assets\Redacted.pdf" />
<Resource Include="Assets\SyncfusionBrochure.pdf" />
<Resource Include="Assets\EmpDetails.pdf" />
<Resource Include="Assets\Encrypted Document.pdf" />
<Resource Include="Assets\InvisibleDigitalSignature.pdf" />
<Resource Include="Assets\localhost.pfx" />
<Resource Include="Assets\restricted-formfield.pdf" />
<Resource Include="Assets\form_document_new.pdf" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<Page Include="Views\BookmarkNavigation.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\CustomToolbar.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\DocumentToolbar.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Encryption.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Views\ExportAsImage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\FormFilling.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\FreeText.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\InvisibleSignature.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\PdfViewerGettingStarted.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\InkSignature.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Layers.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\MultiTabbedViewer.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\ReadOnly.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Redaction.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Shapes.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\SilentPrinting.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\SmartFill.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\StickyNote.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\TextMarkups.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\ThumbnailNavigation.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\common\syncfusion.demoscommon.wpf_lib_47.csproj">
<Project>{4abb6a2b-6358-4207-8899-f62d6f052e79}</Project>
<Name>syncfusion.demoscommon.wpf_lib_47</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Model\" />
</ItemGroup>
<ItemGroup>
<Resource Include="Assets\pdfviewer\Approved.png" />
<Resource Include="Assets\pdfviewer\pdf_header.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\common\demos.common.props" />
</Project>