comparison mupdf-source/platform/win32/libtesseract.vcxproj @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Memento|Win32">
13 <Configuration>Memento</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Memento|x64">
17 <Configuration>Memento</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|Win32">
21 <Configuration>Release</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|x64">
25 <Configuration>Release</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 </ItemGroup>
29 <ItemGroup>
30 <ClInclude Include="..\..\source\fitz\tessocr.h" />
31 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\apitypes.h" />
32 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\baseapi.h" />
33 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\capi.h" />
34 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\genericvector.h" />
35 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\helpers.h" />
36 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\ltrresultiterator.h" />
37 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\ocrclass.h" />
38 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\osdetect.h" />
39 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\pageiterator.h" />
40 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\platform.h" />
41 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\publictypes.h" />
42 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\renderer.h" />
43 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\resultiterator.h" />
44 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\serialis.h" />
45 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\strngs.h" />
46 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\thresholder.h" />
47 <ClInclude Include="..\..\thirdparty\tesseract\include\tesseract\unichar.h" />
48 <ClInclude Include="..\..\thirdparty\tesseract\src\arch\dotproduct.h" />
49 <ClInclude Include="..\..\thirdparty\tesseract\src\arch\intsimdmatrix.h" />
50 <ClInclude Include="..\..\thirdparty\tesseract\src\arch\simddetect.h" />
51 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\control.h" />
52 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\docqual.h" />
53 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\equationdetect.h" />
54 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\fixspace.h" />
55 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\mutableiterator.h" />
56 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\output.h" />
57 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\paragraphs.h" />
58 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\paragraphs_internal.h" />
59 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\paramsd.h" />
60 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\pgedit.h" />
61 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\reject.h" />
62 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\tesseractclass.h" />
63 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\tessvars.h" />
64 <ClInclude Include="..\..\thirdparty\tesseract\src\ccmain\werdit.h" />
65 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\blamer.h" />
66 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\blobbox.h" />
67 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\blobs.h" />
68 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\blread.h" />
69 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\boxread.h" />
70 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\boxword.h" />
71 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\ccstruct.h" />
72 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\coutln.h" />
73 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\crakedge.h" />
74 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\debugpixa.h" />
75 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\detlinefit.h" />
76 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\dppoint.h" />
77 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\fontinfo.h" />
78 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\imagedata.h" />
79 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\linlsq.h" />
80 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\matrix.h" />
81 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\mod128.h" />
82 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\normalis.h" />
83 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\ocrblock.h" />
84 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\ocrpara.h" />
85 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\ocrrow.h" />
86 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\otsuthr.h" />
87 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\pageres.h" />
88 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\pdblock.h" />
89 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\points.h" />
90 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\polyaprx.h" />
91 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\polyblk.h" />
92 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\quadlsq.h" />
93 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\quspline.h" />
94 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\ratngs.h" />
95 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\rect.h" />
96 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\rejctmap.h" />
97 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\seam.h" />
98 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\split.h" />
99 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\statistc.h" />
100 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\stepblob.h" />
101 <ClInclude Include="..\..\thirdparty\tesseract\src\ccstruct\werd.h" />
102 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\ambigs.h" />
103 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\bits16.h" />
104 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\bitvector.h" />
105 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\ccutil.h" />
106 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\clst.h" />
107 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\doubleptr.h" />
108 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\elst.h" />
109 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\elst2.h" />
110 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\errcode.h" />
111 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\fileerr.h" />
112 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\genericheap.h" />
113 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\globaloc.h" />
114 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\host.h" />
115 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\indexmapbidi.h" />
116 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\kdpair.h" />
117 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\lsterr.h" />
118 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\object_cache.h" />
119 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\params.h" />
120 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\qrsequence.h" />
121 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\scanutils.h" />
122 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\sorthelper.h" />
123 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\tessdatamanager.h" />
124 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\tprintf.h" />
125 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\unicharcompress.h" />
126 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\unicharmap.h" />
127 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\unicharset.h" />
128 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\unicity_table.h" />
129 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\unicodes.h" />
130 <ClInclude Include="..\..\thirdparty\tesseract\src\ccutil\universalambigs.h" />
131 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\adaptive.h" />
132 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\blobclass.h" />
133 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\classify.h" />
134 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\cluster.h" />
135 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\clusttool.h" />
136 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\featdefs.h" />
137 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\float2int.h" />
138 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\fpoint.h" />
139 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\intfeaturespace.h" />
140 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\intfx.h" />
141 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\intmatcher.h" />
142 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\intproto.h" />
143 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\kdtree.h" />
144 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\mf.h" />
145 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\mfdefs.h" />
146 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\mfoutline.h" />
147 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\mfx.h" />
148 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\normfeat.h" />
149 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\normmatch.h" />
150 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\ocrfeatures.h" />
151 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\outfeat.h" />
152 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\picofeat.h" />
153 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\protos.h" />
154 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\shapeclassifier.h" />
155 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\shapetable.h" />
156 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\tessclassifier.h" />
157 <ClInclude Include="..\..\thirdparty\tesseract\src\classify\trainingsample.h" />
158 <ClInclude Include="..\..\thirdparty\tesseract\src\cutil\bitvec.h" />
159 <ClInclude Include="..\..\thirdparty\tesseract\src\cutil\callcpp.h" />
160 <ClInclude Include="..\..\thirdparty\tesseract\src\cutil\emalloc.h" />
161 <ClInclude Include="..\..\thirdparty\tesseract\src\cutil\oldlist.h" />
162 <ClInclude Include="..\..\thirdparty\tesseract\src\dict\dawg.h" />
163 <ClInclude Include="..\..\thirdparty\tesseract\src\dict\dawg_cache.h" />
164 <ClInclude Include="..\..\thirdparty\tesseract\src\dict\dict.h" />
165 <ClInclude Include="..\..\thirdparty\tesseract\src\dict\matchdefs.h" />
166 <ClInclude Include="..\..\thirdparty\tesseract\src\dict\stopper.h" />
167 <ClInclude Include="..\..\thirdparty\tesseract\src\dict\trie.h" />
168 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\convolve.h" />
169 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\fullyconnected.h" />
170 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\functions.h" />
171 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\input.h" />
172 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\lstm.h" />
173 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\lstmrecognizer.h" />
174 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\maxpool.h" />
175 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\network.h" />
176 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\networkio.h" />
177 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\networkscratch.h" />
178 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\parallel.h" />
179 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\plumbing.h" />
180 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\recodebeam.h" />
181 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\reconfig.h" />
182 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\reversed.h" />
183 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\series.h" />
184 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\static_shape.h" />
185 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\stridemap.h" />
186 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\tfnetwork.h" />
187 <ClInclude Include="..\..\thirdparty\tesseract\src\lstm\weightmatrix.h" />
188 <ClInclude Include="..\..\thirdparty\tesseract\src\opencl\oclkernels.h" />
189 <ClInclude Include="..\..\thirdparty\tesseract\src\opencl\openclwrapper.h" />
190 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\alignedblob.h" />
191 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\baselinedetect.h" />
192 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\bbgrid.h" />
193 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\blkocc.h" />
194 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\blobgrid.h" />
195 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\ccnontextdetect.h" />
196 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\cjkpitch.h" />
197 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\colfind.h" />
198 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\colpartition.h" />
199 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\colpartitiongrid.h" />
200 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\colpartitionset.h" />
201 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\devanagari_processing.h" />
202 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\drawtord.h" />
203 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\edgblob.h" />
204 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\edgloop.h" />
205 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\equationdetectbase.h" />
206 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\fpchop.h" />
207 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\gap_map.h" />
208 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\imagefind.h" />
209 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\linefind.h" />
210 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\makerow.h" />
211 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\oldbasel.h" />
212 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\pithsync.h" />
213 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\pitsync1.h" />
214 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\scanedg.h" />
215 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\sortflts.h" />
216 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\strokewidth.h" />
217 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\tabfind.h" />
218 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\tablefind.h" />
219 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\tablerecog.h" />
220 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\tabvector.h" />
221 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\textlineprojection.h" />
222 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\textord.h" />
223 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\topitch.h" />
224 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\tordmain.h" />
225 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\tovars.h" />
226 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\underlin.h" />
227 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\wordseg.h" />
228 <ClInclude Include="..\..\thirdparty\tesseract\src\textord\workingpartset.h" />
229 <ClInclude Include="..\..\thirdparty\tesseract\src\viewer\scrollview.h" />
230 <ClInclude Include="..\..\thirdparty\tesseract\src\viewer\svmnode.h" />
231 <ClInclude Include="..\..\thirdparty\tesseract\src\viewer\svutil.h" />
232 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\associate.h" />
233 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\chop.h" />
234 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\drawfx.h" />
235 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\findseam.h" />
236 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\language_model.h" />
237 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\lm_consistency.h" />
238 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\lm_pain_points.h" />
239 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\lm_state.h" />
240 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\measure.h" />
241 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\outlines.h" />
242 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\params_model.h" />
243 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\plotedges.h" />
244 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\render.h" />
245 <ClInclude Include="..\..\thirdparty\tesseract\src\wordrec\wordrec.h" />
246 </ItemGroup>
247 <ItemGroup>
248 <ClCompile Include="..\..\source\fitz\tessocr.cpp" />
249 <ClCompile Include="..\..\thirdparty\tesseract\src\api\altorenderer.cpp" />
250 <ClCompile Include="..\..\thirdparty\tesseract\src\api\baseapi.cpp" />
251 <ClCompile Include="..\..\thirdparty\tesseract\src\api\capi.cpp" />
252 <ClCompile Include="..\..\thirdparty\tesseract\src\api\hocrrenderer.cpp" />
253 <ClCompile Include="..\..\thirdparty\tesseract\src\api\lstmboxrenderer.cpp" />
254 <ClCompile Include="..\..\thirdparty\tesseract\src\api\pagerenderer.cpp" />
255 <ClCompile Include="..\..\thirdparty\tesseract\src\api\pdfrenderer.cpp" />
256 <ClCompile Include="..\..\thirdparty\tesseract\src\api\renderer.cpp" />
257 <ClCompile Include="..\..\thirdparty\tesseract\src\api\wordstrboxrenderer.cpp" />
258 <ClCompile Include="..\..\thirdparty\tesseract\src\arch\dotproduct.cpp" />
259 <ClCompile Include="..\..\thirdparty\tesseract\src\arch\dotproductavx.cpp" />
260 <ClCompile Include="..\..\thirdparty\tesseract\src\arch\dotproductfma.cpp" />
261 <ClCompile Include="..\..\thirdparty\tesseract\src\arch\dotproductsse.cpp" />
262 <ClCompile Include="..\..\thirdparty\tesseract\src\arch\intsimdmatrix.cpp" />
263 <ClCompile Include="..\..\thirdparty\tesseract\src\arch\intsimdmatrixavx2.cpp" />
264 <ClCompile Include="..\..\thirdparty\tesseract\src\arch\intsimdmatrixneon.cpp" />
265 <ClCompile Include="..\..\thirdparty\tesseract\src\arch\intsimdmatrixsse.cpp" />
266 <ClCompile Include="..\..\thirdparty\tesseract\src\arch\simddetect.cpp" />
267 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\applybox.cpp" />
268 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\control.cpp" />
269 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\linerec.cpp" />
270 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\ltrresultiterator.cpp" />
271 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\mutableiterator.cpp" />
272 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\output.cpp" />
273 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\pageiterator.cpp" />
274 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\pagesegmain.cpp" />
275 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\pagewalk.cpp" />
276 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\paragraphs.cpp" />
277 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\paramsd.cpp" />
278 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\pgedit.cpp" />
279 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\reject.cpp" />
280 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\resultiterator.cpp" />
281 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\tessedit.cpp" />
282 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\tesseractclass.cpp" />
283 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\tessvars.cpp" />
284 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\thresholder.cpp" />
285 <ClCompile Include="..\..\thirdparty\tesseract\src\ccmain\werdit.cpp" />
286 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\blamer.cpp" />
287 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\blobbox.cpp" />
288 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\blobs.cpp" />
289 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\blread.cpp" />
290 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\boxread.cpp" />
291 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\boxword.cpp" />
292 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\ccstruct.cpp" />
293 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\coutln.cpp" />
294 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\detlinefit.cpp" />
295 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\dppoint.cpp" />
296 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\image.cpp" />
297 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\imagedata.cpp" />
298 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\linlsq.cpp" />
299 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\matrix.cpp" />
300 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\mod128.cpp" />
301 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\normalis.cpp" />
302 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\ocrblock.cpp" />
303 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\ocrpara.cpp" />
304 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\ocrrow.cpp" />
305 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\otsuthr.cpp" />
306 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\pageres.cpp" />
307 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\pdblock.cpp" />
308 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\points.cpp" />
309 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\polyaprx.cpp" />
310 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\polyblk.cpp" />
311 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\quadlsq.cpp" />
312 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\quspline.cpp" />
313 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\ratngs.cpp" />
314 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\rect.cpp" />
315 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\rejctmap.cpp" />
316 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\seam.cpp" />
317 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\split.cpp" />
318 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\statistc.cpp" />
319 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\stepblob.cpp" />
320 <ClCompile Include="..\..\thirdparty\tesseract\src\ccstruct\werd.cpp" />
321 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\ccutil.cpp" />
322 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\clst.cpp" />
323 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\elst.cpp" />
324 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\elst2.cpp" />
325 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\errcode.cpp" />
326 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\params.cpp" />
327 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\scanutils.cpp" />
328 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\serialis.cpp" />
329 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\tessdatamanager.cpp" />
330 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\tprintf.cpp" />
331 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\unichar.cpp" />
332 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\unicharcompress.cpp" />
333 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\unicharmap.cpp" />
334 <ClCompile Include="..\..\thirdparty\tesseract\src\ccutil\unicharset.cpp" />
335 <ClCompile Include="..\..\thirdparty\tesseract\src\classify\classify.cpp" />
336 <ClCompile Include="..\..\thirdparty\tesseract\src\dict\context.cpp" />
337 <ClCompile Include="..\..\thirdparty\tesseract\src\dict\dawg.cpp" />
338 <ClCompile Include="..\..\thirdparty\tesseract\src\dict\dawg_cache.cpp" />
339 <ClCompile Include="..\..\thirdparty\tesseract\src\dict\dict.cpp" />
340 <ClCompile Include="..\..\thirdparty\tesseract\src\dict\permdawg.cpp" />
341 <ClCompile Include="..\..\thirdparty\tesseract\src\dict\stopper.cpp" />
342 <ClCompile Include="..\..\thirdparty\tesseract\src\dict\trie.cpp" />
343 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\convolve.cpp" />
344 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\fullyconnected.cpp" />
345 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\functions.cpp" />
346 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\input.cpp" />
347 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\lstm.cpp" />
348 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\lstmrecognizer.cpp" />
349 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\maxpool.cpp" />
350 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\network.cpp" />
351 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\networkio.cpp" />
352 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\parallel.cpp" />
353 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\plumbing.cpp" />
354 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\recodebeam.cpp" />
355 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\reconfig.cpp" />
356 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\reversed.cpp" />
357 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\series.cpp" />
358 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\stridemap.cpp" />
359 <ClCompile Include="..\..\thirdparty\tesseract\src\lstm\weightmatrix.cpp" />
360 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\alignedblob.cpp" />
361 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\baselinedetect.cpp" />
362 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\bbgrid.cpp" />
363 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\blkocc.cpp" />
364 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\blobgrid.cpp" />
365 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\ccnontextdetect.cpp" />
366 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\cjkpitch.cpp" />
367 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\colfind.cpp" />
368 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\colpartition.cpp" />
369 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\colpartitiongrid.cpp" />
370 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\colpartitionset.cpp" />
371 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\devanagari_processing.cpp" />
372 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\drawtord.cpp" />
373 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\edgblob.cpp" />
374 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\edgloop.cpp" />
375 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\fpchop.cpp" />
376 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\gap_map.cpp" />
377 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\imagefind.cpp" />
378 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\linefind.cpp" />
379 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\makerow.cpp" />
380 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\oldbasel.cpp" />
381 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\pithsync.cpp" />
382 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\pitsync1.cpp" />
383 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\scanedg.cpp" />
384 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\sortflts.cpp" />
385 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\strokewidth.cpp" />
386 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\tabfind.cpp" />
387 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\tablefind.cpp" />
388 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\tablerecog.cpp" />
389 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\tabvector.cpp" />
390 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\textlineprojection.cpp" />
391 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\textord.cpp" />
392 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\topitch.cpp" />
393 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\tordmain.cpp" />
394 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\tospace.cpp" />
395 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\tovars.cpp" />
396 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\underlin.cpp" />
397 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\wordseg.cpp" />
398 <ClCompile Include="..\..\thirdparty\tesseract\src\textord\workingpartset.cpp" />
399 <ClCompile Include="..\..\thirdparty\tesseract\src\viewer\scrollview.cpp" />
400 <ClCompile Include="..\..\thirdparty\tesseract\src\viewer\svmnode.cpp" />
401 <ClCompile Include="..\..\thirdparty\tesseract\src\viewer\svutil.cpp" />
402 <ClCompile Include="..\..\thirdparty\tesseract\src\wordrec\tface.cpp" />
403 <ClCompile Include="..\..\thirdparty\tesseract\src\wordrec\wordrec.cpp" />
404 </ItemGroup>
405 <ItemGroup>
406 <ProjectReference Include="libleptonica.vcxproj">
407 <Project>{ca0bda38-89b9-4703-a77d-8049ac3a0d04}</Project>
408 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
409 </ProjectReference>
410 </ItemGroup>
411 <PropertyGroup Label="Globals">
412 <VCProjectVersion>16.0</VCProjectVersion>
413 <Keyword>Win32Proj</Keyword>
414 <ProjectGuid>{ac0bda38-89b9-4703-a77d-8049ac3a0d04}</ProjectGuid>
415 <RootNamespace>libtesseract</RootNamespace>
416 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
417 </PropertyGroup>
418 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
419 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
420 <ConfigurationType>StaticLibrary</ConfigurationType>
421 <UseDebugLibraries>true</UseDebugLibraries>
422 <PlatformToolset>v142</PlatformToolset>
423 <CharacterSet>Unicode</CharacterSet>
424 </PropertyGroup>
425 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="Configuration">
426 <ConfigurationType>StaticLibrary</ConfigurationType>
427 <UseDebugLibraries>true</UseDebugLibraries>
428 <PlatformToolset>v142</PlatformToolset>
429 <CharacterSet>Unicode</CharacterSet>
430 </PropertyGroup>
431 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
432 <ConfigurationType>StaticLibrary</ConfigurationType>
433 <UseDebugLibraries>false</UseDebugLibraries>
434 <PlatformToolset>v142</PlatformToolset>
435 <WholeProgramOptimization>true</WholeProgramOptimization>
436 <CharacterSet>Unicode</CharacterSet>
437 </PropertyGroup>
438 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
439 <ConfigurationType>StaticLibrary</ConfigurationType>
440 <UseDebugLibraries>true</UseDebugLibraries>
441 <PlatformToolset>v142</PlatformToolset>
442 <CharacterSet>Unicode</CharacterSet>
443 </PropertyGroup>
444 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="Configuration">
445 <ConfigurationType>StaticLibrary</ConfigurationType>
446 <UseDebugLibraries>true</UseDebugLibraries>
447 <PlatformToolset>v142</PlatformToolset>
448 <CharacterSet>Unicode</CharacterSet>
449 </PropertyGroup>
450 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
451 <ConfigurationType>StaticLibrary</ConfigurationType>
452 <UseDebugLibraries>false</UseDebugLibraries>
453 <PlatformToolset>v142</PlatformToolset>
454 <WholeProgramOptimization>true</WholeProgramOptimization>
455 <CharacterSet>Unicode</CharacterSet>
456 </PropertyGroup>
457 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
458 <ImportGroup Label="ExtensionSettings">
459 </ImportGroup>
460 <ImportGroup Label="Shared">
461 </ImportGroup>
462 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
463 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
464 </ImportGroup>
465 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="PropertySheets">
466 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
467 </ImportGroup>
468 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
469 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
470 </ImportGroup>
471 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
472 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
473 </ImportGroup>
474 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="PropertySheets">
475 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
476 </ImportGroup>
477 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
478 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
479 </ImportGroup>
480 <PropertyGroup Label="UserMacros" />
481 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
482 <LinkIncremental>true</LinkIncremental>
483 <IntDir>$(Platform)\$(ProjectName)\</IntDir>
484 </PropertyGroup>
485 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
486 <LinkIncremental>true</LinkIncremental>
487 <IntDir>$(Platform)\$(ProjectName)\</IntDir>
488 </PropertyGroup>
489 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
490 <LinkIncremental>false</LinkIncremental>
491 <IntDir>$(Platform)\$(ProjectName)\</IntDir>
492 </PropertyGroup>
493 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
494 <LinkIncremental>true</LinkIncremental>
495 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
496 </PropertyGroup>
497 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
498 <LinkIncremental>true</LinkIncremental>
499 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
500 </PropertyGroup>
501 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
502 <LinkIncremental>false</LinkIncremental>
503 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
504 </PropertyGroup>
505 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
506 <ClCompile>
507 <WarningLevel>Level2</WarningLevel>
508 <SDLCheck>false</SDLCheck>
509 <PreprocessorDefinitions>HAVE_LEPTONICA;HAVE_TESSERACT;TESSERACT_IMAGEDATA_AS_PIX;TESSERACT_DISABLE_DEBUG_FONTS;GRAPHICS_DISABLED;DISABLED_LEGACY_ENGINE;WIN32;DEBUG;HAVE_AVX;HAVE_AVX2;HAVE_SSE4_1;HAVE_FMA;__AVX__;__AVX2__;__FMA__;__SSE4_1__</PreprocessorDefinitions>
510 <ConformanceMode>
511 </ConformanceMode>
512 <PrecompiledHeader>NotUsing</PrecompiledHeader>
513 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
514 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\leptonica\src;..\..\thirdparty\tesseract\include;..\..\thirdparty\tesseract\src\api;..\..\thirdparty\tesseract\src\arch;..\..\thirdparty\tesseract\src\ccmain;..\..\thirdparty\tesseract\src\ccstruct;..\..\thirdparty\tesseract\src\ccutil;..\..\thirdparty\tesseract\src\classify;..\..\thirdparty\tesseract\src\dict;..\..\thirdparty\tesseract\src\lstm;..\..\thirdparty\tesseract\src\textord;..\..\thirdparty\tesseract\src\viewer;..\..\thirdparty\tesseract\src\wordrec;..\..\thirdparty\tesseract\src\cutil;..\..\scripts\tesseract</AdditionalIncludeDirectories>
515 <LanguageStandard>stdcpp17</LanguageStandard>
516 <UndefinePreprocessorDefinitions>
517 </UndefinePreprocessorDefinitions>
518 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
519 <SupportJustMyCode>false</SupportJustMyCode>
520 <BufferSecurityCheck>
521 </BufferSecurityCheck>
522 <TreatWChar_tAsBuiltInType>
523 </TreatWChar_tAsBuiltInType>
524 <ForceConformanceInForLoopScope>
525 </ForceConformanceInForLoopScope>
526 <RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
527 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
528 <DisableSpecificWarnings>4018;4146;4244;4267;4566</DisableSpecificWarnings>
529 </ClCompile>
530 <Link>
531 <SubSystem>
532 </SubSystem>
533 <GenerateDebugInformation>true</GenerateDebugInformation>
534 </Link>
535 </ItemDefinitionGroup>
536 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
537 <ClCompile>
538 <WarningLevel>Level3</WarningLevel>
539 <SDLCheck>false</SDLCheck>
540 <PreprocessorDefinitions>HAVE_LEPTONICA;HAVE_TESSERACT;TESSERACT_IMAGEDATA_AS_PIX;TESSERACT_DISABLE_DEBUG_FONTS;GRAPHICS_DISABLED;DISABLED_LEGACY_ENGINE;_CRT_SECURE_NO_WARNINGS;MEMENTO;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
541 <ConformanceMode>true</ConformanceMode>
542 <PrecompiledHeader>NotUsing</PrecompiledHeader>
543 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
544 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\leptonica\src;..\..\thirdparty\tesseract\include;..\..\thirdparty\tesseract\src\api;..\..\thirdparty\tesseract\src\arch;..\..\thirdparty\tesseract\src\ccmain;..\..\thirdparty\tesseract\src\ccstruct;..\..\thirdparty\tesseract\src\ccutil;..\..\thirdparty\tesseract\src\classify;..\..\thirdparty\tesseract\src\dict;..\..\thirdparty\tesseract\src\lstm;..\..\thirdparty\tesseract\src\textord;..\..\thirdparty\tesseract\src\viewer;..\..\thirdparty\tesseract\src\wordrec;..\..\thirdparty\tesseract\src\cutil;..\..\scripts\tesseract</AdditionalIncludeDirectories>
545 <LanguageStandard>stdcpp17</LanguageStandard>
546 <UndefinePreprocessorDefinitions>
547 </UndefinePreprocessorDefinitions>
548 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
549 <DisableSpecificWarnings>4018;4146;4244;4267;4566</DisableSpecificWarnings>
550 </ClCompile>
551 <Link>
552 <SubSystem>
553 </SubSystem>
554 <GenerateDebugInformation>true</GenerateDebugInformation>
555 </Link>
556 </ItemDefinitionGroup>
557 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
558 <ClCompile>
559 <WarningLevel>Level3</WarningLevel>
560 <FunctionLevelLinking>true</FunctionLevelLinking>
561 <IntrinsicFunctions>true</IntrinsicFunctions>
562 <SDLCheck>false</SDLCheck>
563 <PreprocessorDefinitions>HAVE_LEPTONICA;HAVE_TESSERACT;TESSERACT_IMAGEDATA_AS_PIX;TESSERACT_DISABLE_DEBUG_FONTS;GRAPHICS_DISABLED;DISABLED_LEGACY_ENGINE;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions>
564 <ConformanceMode>true</ConformanceMode>
565 <PrecompiledHeader>NotUsing</PrecompiledHeader>
566 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
567 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\leptonica\src;..\..\thirdparty\tesseract\include;..\..\thirdparty\tesseract\src\api;..\..\thirdparty\tesseract\src\arch;..\..\thirdparty\tesseract\src\ccmain;..\..\thirdparty\tesseract\src\ccstruct;..\..\thirdparty\tesseract\src\ccutil;..\..\thirdparty\tesseract\src\classify;..\..\thirdparty\tesseract\src\dict;..\..\thirdparty\tesseract\src\lstm;..\..\thirdparty\tesseract\src\textord;..\..\thirdparty\tesseract\src\viewer;..\..\thirdparty\tesseract\src\wordrec;..\..\thirdparty\tesseract\src\cutil;..\..\scripts\tesseract</AdditionalIncludeDirectories>
568 <LanguageStandard>stdcpp17</LanguageStandard>
569 <UndefinePreprocessorDefinitions>
570 </UndefinePreprocessorDefinitions>
571 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
572 <DisableSpecificWarnings>4018;4146;4244;4267;4566</DisableSpecificWarnings>
573 </ClCompile>
574 <Link>
575 <SubSystem>
576 </SubSystem>
577 <EnableCOMDATFolding>true</EnableCOMDATFolding>
578 <OptimizeReferences>true</OptimizeReferences>
579 <GenerateDebugInformation>true</GenerateDebugInformation>
580 </Link>
581 </ItemDefinitionGroup>
582 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
583 <ClCompile>
584 <WarningLevel>Level3</WarningLevel>
585 <SDLCheck>false</SDLCheck>
586 <PreprocessorDefinitions>HAVE_LEPTONICA;HAVE_TESSERACT;TESSERACT_IMAGEDATA_AS_PIX;TESSERACT_DISABLE_DEBUG_FONTS;GRAPHICS_DISABLED;DISABLED_LEGACY_ENGINE;WIN32;HAVE_AVX;HAVE_AVX2;HAVE_SSE4_1;HAVE_FMA;__AVX__;__AVX2__;__FMA__;__SSE4_1__;_CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB</PreprocessorDefinitions>
587 <ConformanceMode>
588 </ConformanceMode>
589 <PrecompiledHeader>NotUsing</PrecompiledHeader>
590 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
591 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\leptonica\src;..\..\thirdparty\tesseract\include;..\..\thirdparty\tesseract\src\api;..\..\thirdparty\tesseract\src\arch;..\..\thirdparty\tesseract\src\ccmain;..\..\thirdparty\tesseract\src\ccstruct;..\..\thirdparty\tesseract\src\ccutil;..\..\thirdparty\tesseract\src\classify;..\..\thirdparty\tesseract\src\dict;..\..\thirdparty\tesseract\src\lstm;..\..\thirdparty\tesseract\src\textord;..\..\thirdparty\tesseract\src\viewer;..\..\thirdparty\tesseract\src\wordrec;..\..\thirdparty\tesseract\src\cutil;..\..\scripts\tesseract</AdditionalIncludeDirectories>
592 <LanguageStandard>stdcpp17</LanguageStandard>
593 <UndefinePreprocessorDefinitions>
594 </UndefinePreprocessorDefinitions>
595 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
596 <BrowseInformation>true</BrowseInformation>
597 <DisableSpecificWarnings>4018;4146;4244;4267;4566</DisableSpecificWarnings>
598 </ClCompile>
599 <Link>
600 <SubSystem>
601 </SubSystem>
602 <GenerateDebugInformation>true</GenerateDebugInformation>
603 </Link>
604 </ItemDefinitionGroup>
605 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
606 <ClCompile>
607 <WarningLevel>Level3</WarningLevel>
608 <SDLCheck>false</SDLCheck>
609 <PreprocessorDefinitions>HAVE_LEPTONICA;HAVE_TESSERACT;TESSERACT_IMAGEDATA_AS_PIX;TESSERACT_DISABLE_DEBUG_FONTS;GRAPHICS_DISABLED;DISABLED_LEGACY_ENGINE;WIN32;HAVE_AVX;HAVE_AVX2;HAVE_SSE4_1;HAVE_FMA;__AVX__;__AVX2__;__FMA__;__SSE4_1__;_CRT_SECURE_NO_WARNINGS;MEMENTO;_DEBUG;_LIB</PreprocessorDefinitions>
610 <ConformanceMode>true</ConformanceMode>
611 <PrecompiledHeader>NotUsing</PrecompiledHeader>
612 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
613 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\leptonica\src;..\..\thirdparty\tesseract\include;..\..\thirdparty\tesseract\src\api;..\..\thirdparty\tesseract\src\arch;..\..\thirdparty\tesseract\src\ccmain;..\..\thirdparty\tesseract\src\ccstruct;..\..\thirdparty\tesseract\src\ccutil;..\..\thirdparty\tesseract\src\classify;..\..\thirdparty\tesseract\src\dict;..\..\thirdparty\tesseract\src\lstm;..\..\thirdparty\tesseract\src\textord;..\..\thirdparty\tesseract\src\viewer;..\..\thirdparty\tesseract\src\wordrec;..\..\thirdparty\tesseract\src\cutil;..\..\scripts\tesseract</AdditionalIncludeDirectories>
614 <LanguageStandard>stdcpp17</LanguageStandard>
615 <UndefinePreprocessorDefinitions>
616 </UndefinePreprocessorDefinitions>
617 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
618 <DisableSpecificWarnings>4018;4146;4244;4267;4566</DisableSpecificWarnings>
619 </ClCompile>
620 <Link>
621 <SubSystem>
622 </SubSystem>
623 <GenerateDebugInformation>true</GenerateDebugInformation>
624 </Link>
625 </ItemDefinitionGroup>
626 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
627 <ClCompile>
628 <WarningLevel>Level3</WarningLevel>
629 <FunctionLevelLinking>true</FunctionLevelLinking>
630 <IntrinsicFunctions>true</IntrinsicFunctions>
631 <SDLCheck>false</SDLCheck>
632 <PreprocessorDefinitions>HAVE_LEPTONICA;HAVE_TESSERACT;TESSERACT_IMAGEDATA_AS_PIX;TESSERACT_DISABLE_DEBUG_FONTS;GRAPHICS_DISABLED;DISABLED_LEGACY_ENGINE;WIN32;HAVE_AVX;HAVE_AVX2;HAVE_SSE4_1;HAVE_FMA;__AVX__;__AVX2__;__FMA__;__SSE4_1__;_CRT_SECURE_NO_WARNINGS;NDEBUG;_LIB</PreprocessorDefinitions>
633 <ConformanceMode>true</ConformanceMode>
634 <PrecompiledHeader>NotUsing</PrecompiledHeader>
635 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
636 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\leptonica\src;..\..\thirdparty\tesseract\include;..\..\thirdparty\tesseract\src\api;..\..\thirdparty\tesseract\src\arch;..\..\thirdparty\tesseract\src\ccmain;..\..\thirdparty\tesseract\src\ccstruct;..\..\thirdparty\tesseract\src\ccutil;..\..\thirdparty\tesseract\src\classify;..\..\thirdparty\tesseract\src\dict;..\..\thirdparty\tesseract\src\lstm;..\..\thirdparty\tesseract\src\textord;..\..\thirdparty\tesseract\src\viewer;..\..\thirdparty\tesseract\src\wordrec;..\..\thirdparty\tesseract\src\cutil;..\..\scripts\tesseract</AdditionalIncludeDirectories>
637 <LanguageStandard>stdcpp17</LanguageStandard>
638 <UndefinePreprocessorDefinitions>
639 </UndefinePreprocessorDefinitions>
640 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
641 <DisableSpecificWarnings>4018;4146;4244;4267;4566</DisableSpecificWarnings>
642 </ClCompile>
643 <Link>
644 <SubSystem>
645 </SubSystem>
646 <EnableCOMDATFolding>true</EnableCOMDATFolding>
647 <OptimizeReferences>true</OptimizeReferences>
648 <GenerateDebugInformation>true</GenerateDebugInformation>
649 </Link>
650 </ItemDefinitionGroup>
651 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
652 <ImportGroup Label="ExtensionTargets">
653 </ImportGroup>
654 </Project>