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 >{23E85557-733B-494C-8D01-816104E10267}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >Perform_OCR_on_Tiff_images</RootNamespace >
10+ <AssemblyName >Perform-OCR-on-Tiff-images</AssemblyName >
11+ <TargetFrameworkVersion >v4.7.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=32.1462.25.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\Syncfusion.Pdf.AspNet.Mvc5.32.1.25\lib\net462\Syncfusion.Compression.Base.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Syncfusion.ImagePreProcessor.Base, Version=32.1462.25.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
42+ <HintPath >..\packages\Syncfusion.ImagePreProcessor.AspNet.Mvc5.32.1.25\lib\net462\Syncfusion.ImagePreProcessor.Base.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Syncfusion.Licensing, Version=32.1462.25.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL" >
45+ <HintPath >..\packages\Syncfusion.Pdf.AspNet.Mvc5.32.1.25\lib\net462\Syncfusion.Licensing.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" Syncfusion.OCRProcessor.Base, Version=32.1462.25.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
48+ <HintPath >..\packages\Syncfusion.Pdf.OCR.AspNet.Mvc5.32.1.25\lib\net462\Syncfusion.OCRProcessor.Base.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Syncfusion.Pdf.Base, Version=32.1462.25.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
51+ <HintPath >..\packages\Syncfusion.Pdf.AspNet.Mvc5.32.1.25\lib\net462\Syncfusion.Pdf.Base.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" System" />
54+ <Reference Include =" System.Core" />
55+ <Reference Include =" System.Drawing" />
56+ <Reference Include =" System.Xml.Linq" />
57+ <Reference Include =" System.Data.DataSetExtensions" />
58+ <Reference Include =" Microsoft.CSharp" />
59+ <Reference Include =" System.Data" />
60+ <Reference Include =" System.Net.Http" />
61+ <Reference Include =" System.Xml" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Compile Include =" Program.cs" />
65+ <Compile Include =" Properties\AssemblyInfo.cs" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <None Include =" App.config" />
69+ <None Include =" packages.config" />
70+ </ItemGroup >
71+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72+ <Import Project =" ..\packages\Syncfusion.Pdf.OCR.AspNet.Mvc5.32.1.25\build\net462\Syncfusion.Pdf.OCR.AspNet.Mvc5.targets" Condition =" Exists('..\packages\Syncfusion.Pdf.OCR.AspNet.Mvc5.32.1.25\build\net462\Syncfusion.Pdf.OCR.AspNet.Mvc5.targets')" />
73+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
74+ <PropertyGroup >
75+ <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 >
76+ </PropertyGroup >
77+ <Error Condition =" !Exists('..\packages\Syncfusion.Pdf.OCR.AspNet.Mvc5.32.1.25\build\net462\Syncfusion.Pdf.OCR.AspNet.Mvc5.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Syncfusion.Pdf.OCR.AspNet.Mvc5.32.1.25\build\net462\Syncfusion.Pdf.OCR.AspNet.Mvc5.targets'))" />
78+ </Target >
79+ </Project >
0 commit comments