libzxing.vcxproj 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758
  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. <ClCompile Include="..\..\scripts\zxing-cpp\eci_dedup.cpp" />
  43. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZDecoder.cpp" />
  44. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZDetector.cpp" />
  45. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZEncoder.cpp" />
  46. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZHighLevelEncoder.cpp" />
  47. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZReader.cpp" />
  48. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZToken.cpp" />
  49. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZWriter.cpp" />
  50. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\Barcode.cpp" />
  51. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\BarcodeFormat.cpp" />
  52. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\BinaryBitmap.cpp" />
  53. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\BitArray.cpp" />
  54. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\BitMatrix.cpp" />
  55. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\BitMatrixIO.cpp" />
  56. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\BitSource.cpp" />
  57. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\CharacterSet.cpp" />
  58. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\ConcentricFinder.cpp" />
  59. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\Content.cpp" />
  60. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMBitLayout.cpp" />
  61. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMDataBlock.cpp" />
  62. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMDecoder.cpp" />
  63. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMDetector.cpp" />
  64. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMECEncoder.cpp" />
  65. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMHighLevelEncoder.cpp" />
  66. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMReader.cpp" />
  67. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMSymbolInfo.cpp" />
  68. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMVersion.cpp" />
  69. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMWriter.cpp" />
  70. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\DecodeHints.cpp" />
  71. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\Error.cpp" />
  72. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\GenericGF.cpp" />
  73. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\GenericGFPoly.cpp" />
  74. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\GlobalHistogramBinarizer.cpp" />
  75. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\GridSampler.cpp" />
  76. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\GTIN.cpp" />
  77. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\HRI.cpp" />
  78. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\HybridBinarizer.cpp" />
  79. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\libzueci\zueci.c" />
  80. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\maxicode\MCBitMatrixParser.cpp" />
  81. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\maxicode\MCDecoder.cpp" />
  82. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\maxicode\MCReader.cpp" />
  83. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\MultiFormatReader.cpp" />
  84. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\MultiFormatWriter.cpp" />
  85. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCodabarReader.cpp" />
  86. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCodabarWriter.cpp" />
  87. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode128Patterns.cpp" />
  88. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode128Reader.cpp" />
  89. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode128Writer.cpp" />
  90. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode39Reader.cpp" />
  91. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode39Writer.cpp" />
  92. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode93Reader.cpp" />
  93. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode93Writer.cpp" />
  94. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDataBarCommon.cpp" />
  95. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDataBarExpandedBitDecoder.cpp" />
  96. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDataBarExpandedReader.cpp" />
  97. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDataBarLimitedReader.cpp" />
  98. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDataBarReader.cpp" />
  99. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDXFilmEdgeReader.cpp" />
  100. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODEAN13Writer.cpp" />
  101. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODEAN8Writer.cpp" />
  102. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODITFReader.cpp" />
  103. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODITFWriter.cpp" />
  104. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODMultiUPCEANReader.cpp" />
  105. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODReader.cpp" />
  106. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODUPCAWriter.cpp" />
  107. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODUPCEANCommon.cpp" />
  108. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODUPCEWriter.cpp" />
  109. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODWriterHelper.cpp" />
  110. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFBarcodeValue.cpp" />
  111. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFBoundingBox.cpp" />
  112. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFCodewordDecoder.cpp" />
  113. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFDecoder.cpp" />
  114. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFDetectionResult.cpp" />
  115. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFDetectionResultColumn.cpp" />
  116. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFDetector.cpp" />
  117. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFEncoder.cpp" />
  118. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFHighLevelEncoder.cpp" />
  119. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFModulusGF.cpp" />
  120. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFModulusPoly.cpp" />
  121. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFReader.cpp" />
  122. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFScanningDecoder.cpp" />
  123. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFWriter.cpp" />
  124. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\ZXBigInteger.cpp" />
  125. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\PerspectiveTransform.cpp" />
  126. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRBitMatrixParser.cpp" />
  127. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRCodecMode.cpp" />
  128. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRDataBlock.cpp" />
  129. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRDecoder.cpp" />
  130. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRDetector.cpp" />
  131. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QREncoder.cpp" />
  132. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRErrorCorrectionLevel.cpp" />
  133. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRFormatInformation.cpp" />
  134. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRMaskUtil.cpp" />
  135. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRMatrixUtil.cpp" />
  136. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRReader.cpp" />
  137. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRVersion.cpp" />
  138. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRWriter.cpp" />
  139. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\ReadBarcode.cpp" />
  140. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\ReedSolomonDecoder.cpp" />
  141. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\ReedSolomonEncoder.cpp" />
  142. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\ResultPoint.cpp" />
  143. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\TextDecoder.cpp" />
  144. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\TextEncoder.cpp" />
  145. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\TextUtfEncoding.cpp" />
  146. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\Utf.cpp" />
  147. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\WhiteRectDetector.cpp" />
  148. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\WriteBarcode.cpp" />
  149. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\ZXingC.cpp" />
  150. <ClCompile Include="..\..\thirdparty\zxing-cpp\core\src\ZXingCpp.cpp" />
  151. <ClCompile Include="..\..\thirdparty\zint\backend\2of5.c" />
  152. <ClCompile Include="..\..\thirdparty\zint\backend\auspost.c" />
  153. <ClCompile Include="..\..\thirdparty\zint\backend\aztec.c" />
  154. <ClCompile Include="..\..\thirdparty\zint\backend\bc412.c" />
  155. <ClCompile Include="..\..\thirdparty\zint\backend\bmp.c" />
  156. <ClCompile Include="..\..\thirdparty\zint\backend\codablock.c" />
  157. <ClCompile Include="..\..\thirdparty\zint\backend\code.c" />
  158. <ClCompile Include="..\..\thirdparty\zint\backend\code1.c" />
  159. <ClCompile Include="..\..\thirdparty\zint\backend\code128.c" />
  160. <ClCompile Include="..\..\thirdparty\zint\backend\code16k.c" />
  161. <ClCompile Include="..\..\thirdparty\zint\backend\code49.c" />
  162. <ClCompile Include="..\..\thirdparty\zint\backend\common.c" />
  163. <ClCompile Include="..\..\thirdparty\zint\backend\composite.c" />
  164. <ClCompile Include="..\..\thirdparty\zint\backend\dllversion.c" />
  165. <ClCompile Include="..\..\thirdparty\zint\backend\dmatrix.c" />
  166. <ClCompile Include="..\..\thirdparty\zint\backend\dotcode.c" />
  167. <ClCompile Include="..\..\thirdparty\zint\backend\dxfilmedge.c" />
  168. <ClCompile Include="..\..\thirdparty\zint\backend\eci.c" />
  169. <ClCompile Include="..\..\thirdparty\zint\backend\emf.c" />
  170. <ClCompile Include="..\..\thirdparty\zint\backend\filemem.c" />
  171. <ClCompile Include="..\..\thirdparty\zint\backend\general_field.c" />
  172. <ClCompile Include="..\..\thirdparty\zint\backend\gif.c" />
  173. <ClCompile Include="..\..\thirdparty\zint\backend\gridmtx.c" />
  174. <ClCompile Include="..\..\thirdparty\zint\backend\gs1.c" />
  175. <ClCompile Include="..\..\thirdparty\zint\backend\hanxin.c" />
  176. <ClCompile Include="..\..\thirdparty\zint\backend\imail.c" />
  177. <ClCompile Include="..\..\thirdparty\zint\backend\large.c" />
  178. <ClCompile Include="..\..\thirdparty\zint\backend\library.c" />
  179. <ClCompile Include="..\..\thirdparty\zint\backend\mailmark.c" />
  180. <ClCompile Include="..\..\thirdparty\zint\backend\maxicode.c" />
  181. <ClCompile Include="..\..\thirdparty\zint\backend\medical.c" />
  182. <ClCompile Include="..\..\thirdparty\zint\backend\output.c" />
  183. <ClCompile Include="..\..\thirdparty\zint\backend\pcx.c" />
  184. <ClCompile Include="..\..\thirdparty\zint\backend\pdf417.c" />
  185. <ClCompile Include="..\..\thirdparty\zint\backend\plessey.c" />
  186. <ClCompile Include="..\..\thirdparty\zint\backend\png.c" />
  187. <ClCompile Include="..\..\thirdparty\zint\backend\postal.c" />
  188. <ClCompile Include="..\..\thirdparty\zint\backend\ps.c" />
  189. <ClCompile Include="..\..\thirdparty\zint\backend\qr.c" />
  190. <ClCompile Include="..\..\thirdparty\zint\backend\raster.c" />
  191. <ClCompile Include="..\..\thirdparty\zint\backend\reedsol.c" />
  192. <ClCompile Include="..\..\thirdparty\zint\backend\rss.c" />
  193. <ClCompile Include="..\..\thirdparty\zint\backend\svg.c" />
  194. <ClCompile Include="..\..\thirdparty\zint\backend\telepen.c" />
  195. <ClCompile Include="..\..\thirdparty\zint\backend\tif.c" />
  196. <ClCompile Include="..\..\thirdparty\zint\backend\ultra.c" />
  197. <ClCompile Include="..\..\thirdparty\zint\backend\upcean.c" />
  198. <ClCompile Include="..\..\thirdparty\zint\backend\vector.c" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZDecoder.h" />
  202. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZDetector.h" />
  203. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZDetectorResult.h" />
  204. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZEncoder.h" />
  205. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZEncodingState.h" />
  206. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZHighLevelEncoder.h" />
  207. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZReader.h" />
  208. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZToken.h" />
  209. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\aztec\AZWriter.h" />
  210. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Barcode.h" />
  211. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\BarcodeFormat.h" />
  212. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\BinaryBitmap.h" />
  213. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\BitArray.h" />
  214. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\BitHacks.h" />
  215. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\BitMatrix.h" />
  216. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\BitMatrixCursor.h" />
  217. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\BitMatrixIO.h" />
  218. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\BitSource.h" />
  219. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ByteArray.h" />
  220. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ByteMatrix.h" />
  221. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\CharacterSet.h" />
  222. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ConcentricFinder.h" />
  223. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Content.h" />
  224. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMBitLayout.h" />
  225. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMDataBlock.h" />
  226. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMDecoder.h" />
  227. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMDetector.h" />
  228. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMECEncoder.h" />
  229. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMEncoderContext.h" />
  230. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMHighLevelEncoder.h" />
  231. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMReader.h" />
  232. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMSymbolInfo.h" />
  233. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMSymbolShape.h" />
  234. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMVersion.h" />
  235. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\datamatrix\DMWriter.h" />
  236. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\DecodeHints.h" />
  237. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\DecoderResult.h" />
  238. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\DetectorResult.h" />
  239. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ECI.h" />
  240. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Error.h" />
  241. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Flags.h" />
  242. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Generator.h" />
  243. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\GenericGF.h" />
  244. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\GenericGFPoly.h" />
  245. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\GlobalHistogramBinarizer.h" />
  246. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\GridSampler.h" />
  247. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\GTIN.h" />
  248. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\HRI.h" />
  249. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\HybridBinarizer.h" />
  250. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ImageView.h" />
  251. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\libzueci\zueci.h" />
  252. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\libzueci\zueci_big5.h" />
  253. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\libzueci\zueci_common.h" />
  254. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\libzueci\zueci_gb18030.h" />
  255. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\libzueci\zueci_gb2312.h" />
  256. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\libzueci\zueci_gbk.h" />
  257. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\libzueci\zueci_ksx1001.h" />
  258. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\libzueci\zueci_sb.h" />
  259. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\libzueci\zueci_sjis.h" />
  260. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\LogMatrix.h" />
  261. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Matrix.h" />
  262. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\maxicode\MCBitMatrixParser.h" />
  263. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\maxicode\MCDecoder.h" />
  264. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\maxicode\MCReader.h" />
  265. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\MultiFormatReader.h" />
  266. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\MultiFormatWriter.h" />
  267. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCodabarReader.h" />
  268. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCodabarWriter.h" />
  269. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode128Patterns.h" />
  270. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode128Reader.h" />
  271. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode128Writer.h" />
  272. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode39Reader.h" />
  273. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode39Writer.h" />
  274. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode93Reader.h" />
  275. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODCode93Writer.h" />
  276. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDataBarCommon.h" />
  277. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDataBarExpandedBitDecoder.h" />
  278. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDataBarExpandedReader.h" />
  279. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDataBarLimitedReader.h" />
  280. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDataBarReader.h" />
  281. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODDXFilmEdgeReader.h" />
  282. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODEAN13Writer.h" />
  283. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODEAN8Writer.h" />
  284. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODITFReader.h" />
  285. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODITFWriter.h" />
  286. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODMultiUPCEANReader.h" />
  287. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODReader.h" />
  288. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODRowReader.h" />
  289. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODUPCAWriter.h" />
  290. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODUPCEANCommon.h" />
  291. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODUPCEWriter.h" />
  292. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\oned\ODWriterHelper.h" />
  293. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Pattern.h" />
  294. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\CustomData.h" />
  295. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFBarcodeMetadata.h" />
  296. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFBarcodeValue.h" />
  297. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFBoundingBox.h" />
  298. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFCodeword.h" />
  299. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFCodewordDecoder.h" />
  300. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFCompaction.h" />
  301. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFDecoder.h" />
  302. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFDecoderResultExtra.h" />
  303. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFDetectionResult.h" />
  304. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFDetectionResultColumn.h" />
  305. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFDetector.h" />
  306. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFEncoder.h" />
  307. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFHighLevelEncoder.h" />
  308. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFModulusGF.h" />
  309. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFModulusPoly.h" />
  310. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFReader.h" />
  311. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFScanningDecoder.h" />
  312. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\PDFWriter.h" />
  313. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\ZXBigInteger.h" />
  314. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\pdf417\ZXNullable.h" />
  315. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\PerspectiveTransform.h" />
  316. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Point.h" />
  317. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRBitMatrixParser.h" />
  318. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRCodecMode.h" />
  319. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRDataBlock.h" />
  320. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRDataMask.h" />
  321. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRDecoder.h" />
  322. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRDetector.h" />
  323. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRECB.h" />
  324. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QREncoder.h" />
  325. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QREncodeResult.h" />
  326. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRErrorCorrectionLevel.h" />
  327. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRFormatInformation.h" />
  328. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRMaskUtil.h" />
  329. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRMatrixUtil.h" />
  330. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRReader.h" />
  331. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRVersion.h" />
  332. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\qrcode\QRWriter.h" />
  333. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Quadrilateral.h" />
  334. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Range.h" />
  335. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ReadBarcode.h" />
  336. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Reader.h" />
  337. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ReaderOptions.h" />
  338. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ReedSolomonDecoder.h" />
  339. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ReedSolomonEncoder.h" />
  340. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\RegressionLine.h" />
  341. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Result.h" />
  342. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ResultPoint.h" />
  343. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Scope.h" />
  344. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\StructuredAppend.h" />
  345. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\TextDecoder.h" />
  346. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\TextEncoder.h" />
  347. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\TextUtfEncoding.h" />
  348. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ThresholdBinarizer.h" />
  349. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\TritMatrix.h" />
  350. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\Utf.h" />
  351. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\WhiteRectDetector.h" />
  352. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\WriteBarcode.h" />
  353. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ZXAlgorithms.h" />
  354. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ZXConfig.h" />
  355. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ZXingC.h" />
  356. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ZXingCpp.h" />
  357. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ZXTestSupport.h" />
  358. <ClInclude Include="..\..\thirdparty\zxing-cpp\core\src\ZXVersion.h" />
  359. <ClInclude Include="..\..\thirdparty\zint\backend\aztec.h" />
  360. <ClInclude Include="..\..\thirdparty\zint\backend\big5.h" />
  361. <ClInclude Include="..\..\thirdparty\zint\backend\bmp.h" />
  362. <ClInclude Include="..\..\thirdparty\zint\backend\channel_precalcs.h" />
  363. <ClInclude Include="..\..\thirdparty\zint\backend\code1.h" />
  364. <ClInclude Include="..\..\thirdparty\zint\backend\code128.h" />
  365. <ClInclude Include="..\..\thirdparty\zint\backend\code49.h" />
  366. <ClInclude Include="..\..\thirdparty\zint\backend\common.h" />
  367. <ClInclude Include="..\..\thirdparty\zint\backend\composite.h" />
  368. <ClInclude Include="..\..\thirdparty\zint\backend\dmatrix.h" />
  369. <ClInclude Include="..\..\thirdparty\zint\backend\dmatrix_trace.h" />
  370. <ClInclude Include="..\..\thirdparty\zint\backend\eci.h" />
  371. <ClInclude Include="..\..\thirdparty\zint\backend\eci_sb.h" />
  372. <ClInclude Include="..\..\thirdparty\zint\backend\emf.h" />
  373. <ClInclude Include="..\..\thirdparty\zint\backend\filemem.h" />
  374. <ClInclude Include="..\..\thirdparty\zint\backend\gb18030.h" />
  375. <ClInclude Include="..\..\thirdparty\zint\backend\gb2312.h" />
  376. <ClInclude Include="..\..\thirdparty\zint\backend\gbk.h" />
  377. <ClInclude Include="..\..\thirdparty\zint\backend\general_field.h" />
  378. <ClInclude Include="..\..\thirdparty\zint\backend\gridmtx.h" />
  379. <ClInclude Include="..\..\thirdparty\zint\backend\gs1.h" />
  380. <ClInclude Include="..\..\thirdparty\zint\backend\gs1_lint.h" />
  381. <ClInclude Include="..\..\thirdparty\zint\backend\hanxin.h" />
  382. <ClInclude Include="..\..\thirdparty\zint\backend\iso3166.h" />
  383. <ClInclude Include="..\..\thirdparty\zint\backend\iso4217.h" />
  384. <ClInclude Include="..\..\thirdparty\zint\backend\ksx1001.h" />
  385. <ClInclude Include="..\..\thirdparty\zint\backend\large.h" />
  386. <ClInclude Include="..\..\thirdparty\zint\backend\maxicode.h" />
  387. <ClInclude Include="..\..\thirdparty\zint\backend\output.h" />
  388. <ClInclude Include="..\..\thirdparty\zint\backend\pcx.h" />
  389. <ClInclude Include="..\..\thirdparty\zint\backend\pdf417.h" />
  390. <ClInclude Include="..\..\thirdparty\zint\backend\pdf417_tabs.h" />
  391. <ClInclude Include="..\..\thirdparty\zint\backend\pdf417_trace.h" />
  392. <ClInclude Include="..\..\thirdparty\zint\backend\qr.h" />
  393. <ClInclude Include="..\..\thirdparty\zint\backend\raster_font.h" />
  394. <ClInclude Include="..\..\thirdparty\zint\backend\reedsol.h" />
  395. <ClInclude Include="..\..\thirdparty\zint\backend\reedsol_logs.h" />
  396. <ClInclude Include="..\..\thirdparty\zint\backend\rss.h" />
  397. <ClInclude Include="..\..\thirdparty\zint\backend\sjis.h" />
  398. <ClInclude Include="..\..\thirdparty\zint\backend\tif.h" />
  399. <ClInclude Include="..\..\thirdparty\zint\backend\tif_lzw.h" />
  400. <ClInclude Include="..\..\thirdparty\zint\backend\zfiletypes.h" />
  401. <ClInclude Include="..\..\thirdparty\zint\backend\zint.h" />
  402. <ClInclude Include="..\..\thirdparty\zint\backend\zintconfig.h" />
  403. </ItemGroup>
  404. <ItemGroup>
  405. </ItemGroup>
  406. <PropertyGroup Label="Globals">
  407. <VCProjectVersion>16.0</VCProjectVersion>
  408. <Keyword>Win32Proj</Keyword>
  409. <ProjectGuid>{74832025-89b9-4703-a77d-8049ac3a0d04}</ProjectGuid>
  410. <RootNamespace>libzxing</RootNamespace>
  411. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  412. </PropertyGroup>
  413. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  414. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  415. <ConfigurationType>StaticLibrary</ConfigurationType>
  416. <UseDebugLibraries>true</UseDebugLibraries>
  417. <PlatformToolset>v142</PlatformToolset>
  418. <CharacterSet>Unicode</CharacterSet>
  419. </PropertyGroup>
  420. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="Configuration">
  421. <ConfigurationType>StaticLibrary</ConfigurationType>
  422. <UseDebugLibraries>true</UseDebugLibraries>
  423. <PlatformToolset>v142</PlatformToolset>
  424. <CharacterSet>Unicode</CharacterSet>
  425. </PropertyGroup>
  426. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  427. <ConfigurationType>StaticLibrary</ConfigurationType>
  428. <UseDebugLibraries>false</UseDebugLibraries>
  429. <PlatformToolset>v142</PlatformToolset>
  430. <WholeProgramOptimization>true</WholeProgramOptimization>
  431. <CharacterSet>Unicode</CharacterSet>
  432. </PropertyGroup>
  433. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  434. <ConfigurationType>StaticLibrary</ConfigurationType>
  435. <UseDebugLibraries>true</UseDebugLibraries>
  436. <PlatformToolset>v142</PlatformToolset>
  437. <CharacterSet>Unicode</CharacterSet>
  438. </PropertyGroup>
  439. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  440. <ConfigurationType>StaticLibrary</ConfigurationType>
  441. <UseDebugLibraries>true</UseDebugLibraries>
  442. <PlatformToolset>v142</PlatformToolset>
  443. <CharacterSet>Unicode</CharacterSet>
  444. </PropertyGroup>
  445. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="Configuration">
  446. <ConfigurationType>StaticLibrary</ConfigurationType>
  447. <UseDebugLibraries>true</UseDebugLibraries>
  448. <PlatformToolset>v142</PlatformToolset>
  449. <CharacterSet>Unicode</CharacterSet>
  450. </PropertyGroup>
  451. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'" Label="Configuration">
  452. <ConfigurationType>StaticLibrary</ConfigurationType>
  453. <UseDebugLibraries>true</UseDebugLibraries>
  454. <PlatformToolset>v142</PlatformToolset>
  455. <CharacterSet>Unicode</CharacterSet>
  456. </PropertyGroup>
  457. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  458. <ConfigurationType>StaticLibrary</ConfigurationType>
  459. <UseDebugLibraries>false</UseDebugLibraries>
  460. <PlatformToolset>v142</PlatformToolset>
  461. <WholeProgramOptimization>true</WholeProgramOptimization>
  462. <CharacterSet>Unicode</CharacterSet>
  463. </PropertyGroup>
  464. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  465. <ConfigurationType>StaticLibrary</ConfigurationType>
  466. <UseDebugLibraries>false</UseDebugLibraries>
  467. <PlatformToolset>v142</PlatformToolset>
  468. <WholeProgramOptimization>true</WholeProgramOptimization>
  469. <CharacterSet>Unicode</CharacterSet>
  470. </PropertyGroup>
  471. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  472. <ImportGroup Label="ExtensionSettings">
  473. </ImportGroup>
  474. <ImportGroup Label="Shared">
  475. </ImportGroup>
  476. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  477. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  478. </ImportGroup>
  479. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="PropertySheets">
  480. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  481. </ImportGroup>
  482. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  483. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  484. </ImportGroup>
  485. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  486. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  487. </ImportGroup>
  488. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  489. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  490. </ImportGroup>
  491. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="PropertySheets">
  492. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  493. </ImportGroup>
  494. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'" Label="PropertySheets">
  495. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  496. </ImportGroup>
  497. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  498. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  499. </ImportGroup>
  500. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  501. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  502. </ImportGroup>
  503. <PropertyGroup Label="UserMacros" />
  504. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  505. <LinkIncremental>true</LinkIncremental>
  506. <IntDir>$(Platform)\$(ProjectName)\</IntDir>
  507. </PropertyGroup>
  508. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
  509. <LinkIncremental>true</LinkIncremental>
  510. <IntDir>$(Platform)\$(ProjectName)\</IntDir>
  511. </PropertyGroup>
  512. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  513. <LinkIncremental>false</LinkIncremental>
  514. <IntDir>$(Platform)\$(ProjectName)\</IntDir>
  515. </PropertyGroup>
  516. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  517. <LinkIncremental>true</LinkIncremental>
  518. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  519. </PropertyGroup>
  520. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  521. <LinkIncremental>true</LinkIncremental>
  522. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  523. </PropertyGroup>
  524. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
  525. <LinkIncremental>true</LinkIncremental>
  526. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  527. </PropertyGroup>
  528. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'">
  529. <LinkIncremental>true</LinkIncremental>
  530. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  531. </PropertyGroup>
  532. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  533. <LinkIncremental>false</LinkIncremental>
  534. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  535. </PropertyGroup>
  536. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  537. <LinkIncremental>false</LinkIncremental>
  538. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  539. </PropertyGroup>
  540. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  541. <ClCompile>
  542. <WarningLevel>Level2</WarningLevel>
  543. <SDLCheck>false</SDLCheck>
  544. <PreprocessorDefinitions>ZXING_HAS_CHAR8;ZXING_USE_ZINT;ZXING_EXPERIMENTAL_API;ZINT_NO_PNG;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  545. <ConformanceMode>
  546. </ConformanceMode>
  547. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  548. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  549. <AdditionalIncludeDirectories>..\..\thirdparty\zxing-cpp\core\src;..\..\scripts\zxing-cpp\;..\..\thirdparty\zint\backend</AdditionalIncludeDirectories>
  550. <LanguageStandard>stdcpp20</LanguageStandard>
  551. <UndefinePreprocessorDefinitions>
  552. </UndefinePreprocessorDefinitions>
  553. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  554. <SupportJustMyCode>false</SupportJustMyCode>
  555. <BufferSecurityCheck>
  556. </BufferSecurityCheck>
  557. <TreatWChar_tAsBuiltInType>
  558. </TreatWChar_tAsBuiltInType>
  559. <ForceConformanceInForLoopScope>
  560. </ForceConformanceInForLoopScope>
  561. <RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
  562. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  563. <DisableSpecificWarnings>4244;4267;4566;4018</DisableSpecificWarnings>
  564. </ClCompile>
  565. <Link>
  566. <SubSystem>
  567. </SubSystem>
  568. <GenerateDebugInformation>true</GenerateDebugInformation>
  569. </Link>
  570. </ItemDefinitionGroup>
  571. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
  572. <ClCompile>
  573. <WarningLevel>Level3</WarningLevel>
  574. <SDLCheck>false</SDLCheck>
  575. <PreprocessorDefinitions>ZXING_HAS_CHAR8;ZXING_USE_ZINT;ZXING_EXPERIMENTAL_API;ZINT_NO_PNG;_CRT_SECURE_NO_WARNINGS;MEMENTO;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  576. <ConformanceMode>true</ConformanceMode>
  577. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  578. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  579. <AdditionalIncludeDirectories>..\..\thirdparty\zxing-cpp\core\src;..\..\scripts\zxing-cpp\;..\..\thirdparty\zint\backend</AdditionalIncludeDirectories>
  580. <LanguageStandard>stdcpp20</LanguageStandard>
  581. <UndefinePreprocessorDefinitions>
  582. </UndefinePreprocessorDefinitions>
  583. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  584. <DisableSpecificWarnings>4244;4267;4566;4018</DisableSpecificWarnings>
  585. </ClCompile>
  586. <Link>
  587. <SubSystem>
  588. </SubSystem>
  589. <GenerateDebugInformation>true</GenerateDebugInformation>
  590. </Link>
  591. </ItemDefinitionGroup>
  592. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  593. <ClCompile>
  594. <WarningLevel>Level3</WarningLevel>
  595. <FunctionLevelLinking>true</FunctionLevelLinking>
  596. <IntrinsicFunctions>true</IntrinsicFunctions>
  597. <SDLCheck>false</SDLCheck>
  598. <PreprocessorDefinitions>ZXING_HAS_CHAR8;ZXING_USE_ZINT;ZXING_EXPERIMENTAL_API;ZINT_NO_PNG;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions>
  599. <ConformanceMode>true</ConformanceMode>
  600. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  601. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  602. <AdditionalIncludeDirectories>..\..\thirdparty\zxing-cpp\core\src;..\..\scripts\zxing-cpp\;..\..\thirdparty\zint\backend</AdditionalIncludeDirectories>
  603. <LanguageStandard>stdcpp20</LanguageStandard>
  604. <UndefinePreprocessorDefinitions>
  605. </UndefinePreprocessorDefinitions>
  606. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  607. <DisableSpecificWarnings>4244;4267;4566;4018</DisableSpecificWarnings>
  608. </ClCompile>
  609. <Link>
  610. <SubSystem>
  611. </SubSystem>
  612. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  613. <OptimizeReferences>true</OptimizeReferences>
  614. <GenerateDebugInformation>true</GenerateDebugInformation>
  615. </Link>
  616. </ItemDefinitionGroup>
  617. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  618. <ClCompile>
  619. <WarningLevel>Level3</WarningLevel>
  620. <SDLCheck>false</SDLCheck>
  621. <PreprocessorDefinitions>ZXING_HAS_CHAR8;ZXING_USE_ZINT;ZXING_EXPERIMENTAL_API;ZINT_NO_PNG;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  622. <ConformanceMode>
  623. </ConformanceMode>
  624. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  625. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  626. <AdditionalIncludeDirectories>..\..\thirdparty\zxing-cpp\core\src;..\..\scripts\zxing-cpp\;..\..\thirdparty\zint\backend</AdditionalIncludeDirectories>
  627. <LanguageStandard>stdcpp20</LanguageStandard>
  628. <UndefinePreprocessorDefinitions>
  629. </UndefinePreprocessorDefinitions>
  630. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  631. <BrowseInformation>true</BrowseInformation>
  632. <DisableSpecificWarnings>4244;4267;4566;4018</DisableSpecificWarnings>
  633. </ClCompile>
  634. <Link>
  635. <SubSystem>
  636. </SubSystem>
  637. <GenerateDebugInformation>true</GenerateDebugInformation>
  638. </Link>
  639. </ItemDefinitionGroup>
  640. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  641. <ClCompile>
  642. <WarningLevel>Level3</WarningLevel>
  643. <SDLCheck>false</SDLCheck>
  644. <PreprocessorDefinitions>ZXING_HAS_CHAR8;ZXING_USE_ZINT;ZXING_EXPERIMENTAL_API;ZINT_NO_PNG;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  645. <ConformanceMode>
  646. </ConformanceMode>
  647. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  648. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  649. <AdditionalIncludeDirectories>..\..\thirdparty\zxing-cpp\core\src;..\..\scripts\zxing-cpp\;..\..\thirdparty\zint\backend</AdditionalIncludeDirectories>
  650. <LanguageStandard>stdcpp20</LanguageStandard>
  651. <UndefinePreprocessorDefinitions>
  652. </UndefinePreprocessorDefinitions>
  653. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  654. <BrowseInformation>true</BrowseInformation>
  655. <DisableSpecificWarnings>4244;4267;4566;4018</DisableSpecificWarnings>
  656. </ClCompile>
  657. <Link>
  658. <SubSystem>
  659. </SubSystem>
  660. <GenerateDebugInformation>true</GenerateDebugInformation>
  661. </Link>
  662. </ItemDefinitionGroup>
  663. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
  664. <ClCompile>
  665. <WarningLevel>Level3</WarningLevel>
  666. <SDLCheck>false</SDLCheck>
  667. <PreprocessorDefinitions>ZXING_HAS_CHAR8;ZXING_USE_ZINT;ZXING_EXPERIMENTAL_API;ZINT_NO_PNG;MEMENTO;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  668. <ConformanceMode>true</ConformanceMode>
  669. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  670. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  671. <AdditionalIncludeDirectories>..\..\thirdparty\zxing-cpp\core\src;..\..\scripts\zxing-cpp\;..\..\thirdparty\zint\backend</AdditionalIncludeDirectories>
  672. <LanguageStandard>stdcpp20</LanguageStandard>
  673. <UndefinePreprocessorDefinitions>
  674. </UndefinePreprocessorDefinitions>
  675. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  676. <DisableSpecificWarnings>4244;4267;4566;4018</DisableSpecificWarnings>
  677. </ClCompile>
  678. <Link>
  679. <SubSystem>
  680. </SubSystem>
  681. <GenerateDebugInformation>true</GenerateDebugInformation>
  682. </Link>
  683. </ItemDefinitionGroup>
  684. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'">
  685. <ClCompile>
  686. <WarningLevel>Level3</WarningLevel>
  687. <SDLCheck>false</SDLCheck>
  688. <PreprocessorDefinitions>ZXING_HAS_CHAR8;ZXING_USE_ZINT;ZXING_EXPERIMENTAL_API;ZINT_NO_PNG;MEMENTO;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  689. <ConformanceMode>true</ConformanceMode>
  690. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  691. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  692. <AdditionalIncludeDirectories>..\..\thirdparty\zxing-cpp\core\src;..\..\scripts\zxing-cpp\;..\..\thirdparty\zint\backend</AdditionalIncludeDirectories>
  693. <LanguageStandard>stdcpp20</LanguageStandard>
  694. <UndefinePreprocessorDefinitions>
  695. </UndefinePreprocessorDefinitions>
  696. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  697. <DisableSpecificWarnings>4244;4267;4566;4018</DisableSpecificWarnings>
  698. </ClCompile>
  699. <Link>
  700. <SubSystem>
  701. </SubSystem>
  702. <GenerateDebugInformation>true</GenerateDebugInformation>
  703. </Link>
  704. </ItemDefinitionGroup>
  705. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  706. <ClCompile>
  707. <WarningLevel>Level3</WarningLevel>
  708. <FunctionLevelLinking>true</FunctionLevelLinking>
  709. <IntrinsicFunctions>true</IntrinsicFunctions>
  710. <SDLCheck>false</SDLCheck>
  711. <PreprocessorDefinitions>ZXING_HAS_CHAR8;ZXING_USE_ZINT;ZXING_EXPERIMENTAL_API;ZINT_NO_PNG;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions>
  712. <ConformanceMode>true</ConformanceMode>
  713. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  714. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  715. <AdditionalIncludeDirectories>..\..\thirdparty\zxing-cpp\core\src;..\..\scripts\zxing-cpp\;..\..\thirdparty\zint\backend</AdditionalIncludeDirectories>
  716. <LanguageStandard>stdcpp20</LanguageStandard>
  717. <UndefinePreprocessorDefinitions>
  718. </UndefinePreprocessorDefinitions>
  719. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  720. <DisableSpecificWarnings>4244;4267;4566;4018</DisableSpecificWarnings>
  721. </ClCompile>
  722. <Link>
  723. <SubSystem>
  724. </SubSystem>
  725. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  726. <OptimizeReferences>true</OptimizeReferences>
  727. <GenerateDebugInformation>true</GenerateDebugInformation>
  728. </Link>
  729. </ItemDefinitionGroup>
  730. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  731. <ClCompile>
  732. <WarningLevel>Level3</WarningLevel>
  733. <FunctionLevelLinking>true</FunctionLevelLinking>
  734. <IntrinsicFunctions>true</IntrinsicFunctions>
  735. <SDLCheck>false</SDLCheck>
  736. <PreprocessorDefinitions>ZXING_HAS_CHAR8;ZXING_USE_ZINT;ZXING_EXPERIMENTAL_API;ZINT_NO_PNG;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions>
  737. <ConformanceMode>true</ConformanceMode>
  738. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  739. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  740. <AdditionalIncludeDirectories>..\..\thirdparty\zxing-cpp\core\src;..\..\scripts\zxing-cpp\;..\..\thirdparty\zint\backend</AdditionalIncludeDirectories>
  741. <LanguageStandard>stdcpp20</LanguageStandard>
  742. <UndefinePreprocessorDefinitions>
  743. </UndefinePreprocessorDefinitions>
  744. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  745. <DisableSpecificWarnings>4244;4267;4566;4018</DisableSpecificWarnings>
  746. </ClCompile>
  747. <Link>
  748. <SubSystem>
  749. </SubSystem>
  750. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  751. <OptimizeReferences>true</OptimizeReferences>
  752. <GenerateDebugInformation>true</GenerateDebugInformation>
  753. </Link>
  754. </ItemDefinitionGroup>
  755. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  756. <ImportGroup Label="ExtensionTargets">
  757. </ImportGroup>
  758. </Project>