libtesseract.vcxproj 54 KB

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