1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" packages\Telerik.Licensing.1.4.6\build\Telerik.Licensing.props" Condition =" Exists('packages\Telerik.Licensing.1.4.6\build\Telerik.Licensing.props')" />
4+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+ <PropertyGroup >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{4926B7C9-E2CD-4233-A3C7-B1486FFF6524}</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <RootNamespace >TesseractOcrProviderDemo</RootNamespace >
11+ <AssemblyName >TesseractOcrProviderDemo</AssemblyName >
12+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15+ <Deterministic >true</Deterministic >
16+ <NuGetPackageImportStamp >
17+ </NuGetPackageImportStamp >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <PlatformTarget >AnyCPU</PlatformTarget >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <Optimize >false</Optimize >
24+ <OutputPath >bin\Debug\</OutputPath >
25+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <PlatformTarget >AnyCPU</PlatformTarget >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" System" />
40+ <Reference Include =" System.Core" />
41+ <Reference Include =" System.Drawing" />
42+ <Reference Include =" System.Xml.Linq" />
43+ <Reference Include =" System.Data.DataSetExtensions" />
44+ <Reference Include =" Microsoft.CSharp" />
45+ <Reference Include =" System.Data" />
46+ <Reference Include =" System.Net.Http" />
47+ <Reference Include =" System.Xml" />
48+ <Reference Include =" Telerik.Licensing.Runtime, Version=1.4.6.0, Culture=neutral, PublicKeyToken=98bb5b04e55c09ef, processorArchitecture=MSIL" >
49+ <HintPath >packages\Telerik.Licensing.1.4.6\lib\net462\Telerik.Licensing.Runtime.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" Telerik.Windows.Documents.Core, Version=2025.1.205.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" >
52+ <SpecificVersion >False</SpecificVersion >
53+ <HintPath >Trial 4.6.2\Telerik.Windows.Documents.Core.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" Telerik.Windows.Documents.Fixed, Version=2025.1.205.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" >
56+ <SpecificVersion >False</SpecificVersion >
57+ <HintPath >Trial 4.6.2\Telerik.Windows.Documents.Fixed.dll</HintPath >
58+ </Reference >
59+ <Reference Include =" Telerik.Windows.Documents.Fixed.FormatProviders.Ocr, Version=2025.1.205.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" >
60+ <SpecificVersion >False</SpecificVersion >
61+ <HintPath >Trial 4.6.2\Telerik.Windows.Documents.Fixed.FormatProviders.Ocr.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" Telerik.Windows.Documents.TesseractOcr, Version=2025.1.205.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" >
64+ <SpecificVersion >False</SpecificVersion >
65+ <HintPath >Trial 4.6.2\Telerik.Windows.Documents.TesseractOcr.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" Telerik.Windows.Zip, Version=2025.1.205.462, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" >
68+ <SpecificVersion >False</SpecificVersion >
69+ <HintPath >Trial 4.6.2\Telerik.Windows.Zip.dll</HintPath >
70+ </Reference >
71+ <Reference Include =" Tesseract, Version=5.2.0.0, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" >
72+ <SpecificVersion >False</SpecificVersion >
73+ <HintPath >Trial 4.6.2\Tesseract.dll</HintPath >
74+ </Reference >
75+ </ItemGroup >
76+ <ItemGroup >
77+ <Compile Include =" Program.cs" />
78+ <Compile Include =" Properties\AssemblyInfo.cs" />
79+ </ItemGroup >
80+ <ItemGroup >
81+ <None Include =" App.config" />
82+ <None Include =" packages.config" />
83+ </ItemGroup >
84+ <ItemGroup >
85+ <Content Include =" images\image.png" />
86+ <Content Include =" Trial 4.6.2\Telerik.Windows.Documents.Core.dll" />
87+ <Content Include =" Trial 4.6.2\Telerik.Windows.Documents.Fixed.dll" />
88+ <Content Include =" Trial 4.6.2\Telerik.Windows.Documents.Fixed.FormatProviders.Ocr.dll" />
89+ <Content Include =" Trial 4.6.2\Telerik.Windows.Documents.TesseractOcr.dll" />
90+ <Content Include =" Trial 4.6.2\Telerik.Windows.Zip.dll" />
91+ <Content Include =" Trial 4.6.2\Tesseract.dll" />
92+ </ItemGroup >
93+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
95+ <PropertyGroup >
96+ <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 >
97+ </PropertyGroup >
98+ <Error Condition =" !Exists('packages\Telerik.Licensing.1.4.6\build\Telerik.Licensing.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Telerik.Licensing.1.4.6\build\Telerik.Licensing.props'))" />
99+ <Error Condition =" !Exists('packages\Telerik.Licensing.1.4.6\build\Telerik.Licensing.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Telerik.Licensing.1.4.6\build\Telerik.Licensing.targets'))" />
100+ </Target >
101+ <Import Project =" packages\Telerik.Licensing.1.4.6\build\Telerik.Licensing.targets" Condition =" Exists('packages\Telerik.Licensing.1.4.6\build\Telerik.Licensing.targets')" />
102+ </Project >
0 commit comments