1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{D1C6AE22-EBAB-4908-BA4A-22EF418A9A1D}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >How_to_detect_blank_Pages_in_a_PDF</RootNamespace >
10+ <AssemblyName >How-to-detect-blank-Pages-in-a-PDF</AssemblyName >
11+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ <NuGetPackageImportStamp >
16+ </NuGetPackageImportStamp >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <PlatformTarget >AnyCPU</PlatformTarget >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <PlatformTarget >AnyCPU</PlatformTarget >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" Syncfusion.Compression.Base, Version=31.2462.18.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\Syncfusion.Compression.Base.31.2.18\lib\net462\Syncfusion.Compression.Base.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Syncfusion.Licensing, Version=31.2462.18.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL" >
42+ <HintPath >..\packages\Syncfusion.Licensing.31.2.18\lib\net462\Syncfusion.Licensing.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Syncfusion.OCRProcessor.Base, Version=31.2462.18.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
45+ <HintPath >..\packages\Syncfusion.Pdf.OCR.WinForms.31.2.18\lib\net462\Syncfusion.OCRProcessor.Base.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" Syncfusion.Pdf.Base, Version=31.2462.18.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
48+ <HintPath >..\packages\Syncfusion.Pdf.WinForms.31.2.18\lib\net462\Syncfusion.Pdf.Base.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Syncfusion.PdfToImageConverter.Base, Version=31.2462.18.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
51+ <HintPath >..\packages\Syncfusion.PdfToImageConverter.WinForms.31.2.18\lib\net462\Syncfusion.PdfToImageConverter.Base.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" System" />
54+ <Reference Include =" System.Core" />
55+ <Reference Include =" System.Drawing" />
56+ <Reference Include =" System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
57+ <HintPath >..\packages\System.Drawing.Common.10.0.1\lib\net462\System.Drawing.Common.dll</HintPath >
58+ </Reference >
59+ <Reference Include =" System.Xml.Linq" />
60+ <Reference Include =" System.Data.DataSetExtensions" />
61+ <Reference Include =" Microsoft.CSharp" />
62+ <Reference Include =" System.Data" />
63+ <Reference Include =" System.Net.Http" />
64+ <Reference Include =" System.Xml" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <Compile Include =" Program.cs" />
68+ <Compile Include =" Properties\AssemblyInfo.cs" />
69+ </ItemGroup >
70+ <ItemGroup >
71+ <None Include =" App.config" />
72+ <None Include =" packages.config" />
73+ </ItemGroup >
74+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
75+ <Import Project =" ..\packages\Syncfusion.PdfToImageConverter.WinForms.31.2.18\build\net462\Syncfusion.PdfToImageConverter.WinForms.targets" Condition =" Exists('..\packages\Syncfusion.PdfToImageConverter.WinForms.31.2.18\build\net462\Syncfusion.PdfToImageConverter.WinForms.targets')" />
76+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
77+ <PropertyGroup >
78+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
79+ </PropertyGroup >
80+ <Error Condition =" !Exists('..\packages\Syncfusion.PdfToImageConverter.WinForms.31.2.18\build\net462\Syncfusion.PdfToImageConverter.WinForms.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Syncfusion.PdfToImageConverter.WinForms.31.2.18\build\net462\Syncfusion.PdfToImageConverter.WinForms.targets'))" />
81+ <Error Condition =" !Exists('..\packages\Syncfusion.Pdf.OCR.WinForms.31.2.18\build\net462\Syncfusion.Pdf.OCR.WinForms.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Syncfusion.Pdf.OCR.WinForms.31.2.18\build\net462\Syncfusion.Pdf.OCR.WinForms.targets'))" />
82+ </Target >
83+ <Import Project =" ..\packages\Syncfusion.Pdf.OCR.WinForms.31.2.18\build\net462\Syncfusion.Pdf.OCR.WinForms.targets" Condition =" Exists('..\packages\Syncfusion.Pdf.OCR.WinForms.31.2.18\build\net462\Syncfusion.Pdf.OCR.WinForms.targets')" />
84+ </Project >
0 commit comments