libmubarcode.vcxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  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="..\..\source\fitz\barcode.cpp" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. </ItemGroup>
  46. <ItemGroup>
  47. </ItemGroup>
  48. <PropertyGroup Label="Globals">
  49. <VCProjectVersion>16.0</VCProjectVersion>
  50. <Keyword>Win32Proj</Keyword>
  51. <ProjectGuid>{20257483-89b9-4703-a77d-8049ac3a0d04}</ProjectGuid>
  52. <RootNamespace>libmubarcode</RootNamespace>
  53. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  57. <ConfigurationType>StaticLibrary</ConfigurationType>
  58. <UseDebugLibraries>true</UseDebugLibraries>
  59. <PlatformToolset>v142</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="Configuration">
  63. <ConfigurationType>StaticLibrary</ConfigurationType>
  64. <UseDebugLibraries>true</UseDebugLibraries>
  65. <PlatformToolset>v142</PlatformToolset>
  66. <CharacterSet>Unicode</CharacterSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  69. <ConfigurationType>StaticLibrary</ConfigurationType>
  70. <UseDebugLibraries>false</UseDebugLibraries>
  71. <PlatformToolset>v142</PlatformToolset>
  72. <WholeProgramOptimization>true</WholeProgramOptimization>
  73. <CharacterSet>Unicode</CharacterSet>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  76. <ConfigurationType>StaticLibrary</ConfigurationType>
  77. <UseDebugLibraries>true</UseDebugLibraries>
  78. <PlatformToolset>v142</PlatformToolset>
  79. <CharacterSet>Unicode</CharacterSet>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  82. <ConfigurationType>StaticLibrary</ConfigurationType>
  83. <UseDebugLibraries>true</UseDebugLibraries>
  84. <PlatformToolset>v142</PlatformToolset>
  85. <CharacterSet>Unicode</CharacterSet>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="Configuration">
  88. <ConfigurationType>StaticLibrary</ConfigurationType>
  89. <UseDebugLibraries>true</UseDebugLibraries>
  90. <PlatformToolset>v142</PlatformToolset>
  91. <CharacterSet>Unicode</CharacterSet>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'" Label="Configuration">
  94. <ConfigurationType>StaticLibrary</ConfigurationType>
  95. <UseDebugLibraries>true</UseDebugLibraries>
  96. <PlatformToolset>v142</PlatformToolset>
  97. <CharacterSet>Unicode</CharacterSet>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  100. <ConfigurationType>StaticLibrary</ConfigurationType>
  101. <UseDebugLibraries>false</UseDebugLibraries>
  102. <PlatformToolset>v142</PlatformToolset>
  103. <WholeProgramOptimization>true</WholeProgramOptimization>
  104. <CharacterSet>Unicode</CharacterSet>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  107. <ConfigurationType>StaticLibrary</ConfigurationType>
  108. <UseDebugLibraries>false</UseDebugLibraries>
  109. <PlatformToolset>v142</PlatformToolset>
  110. <WholeProgramOptimization>true</WholeProgramOptimization>
  111. <CharacterSet>Unicode</CharacterSet>
  112. </PropertyGroup>
  113. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  114. <ImportGroup Label="ExtensionSettings">
  115. </ImportGroup>
  116. <ImportGroup Label="Shared">
  117. </ImportGroup>
  118. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  119. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  120. </ImportGroup>
  121. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="PropertySheets">
  122. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  123. </ImportGroup>
  124. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  125. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  126. </ImportGroup>
  127. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  128. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  129. </ImportGroup>
  130. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  131. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  132. </ImportGroup>
  133. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="PropertySheets">
  134. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  135. </ImportGroup>
  136. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'" Label="PropertySheets">
  137. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  138. </ImportGroup>
  139. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  140. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  141. </ImportGroup>
  142. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  143. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  144. </ImportGroup>
  145. <PropertyGroup Label="UserMacros" />
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  147. <LinkIncremental>true</LinkIncremental>
  148. <IntDir>$(Platform)\$(ProjectName)\</IntDir>
  149. </PropertyGroup>
  150. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
  151. <LinkIncremental>true</LinkIncremental>
  152. <IntDir>$(Platform)\$(ProjectName)\</IntDir>
  153. </PropertyGroup>
  154. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  155. <LinkIncremental>false</LinkIncremental>
  156. <IntDir>$(Platform)\$(ProjectName)\</IntDir>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  159. <LinkIncremental>true</LinkIncremental>
  160. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  161. </PropertyGroup>
  162. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  163. <LinkIncremental>true</LinkIncremental>
  164. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  165. </PropertyGroup>
  166. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
  167. <LinkIncremental>true</LinkIncremental>
  168. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  169. </PropertyGroup>
  170. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'">
  171. <LinkIncremental>true</LinkIncremental>
  172. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  175. <LinkIncremental>false</LinkIncremental>
  176. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  177. </PropertyGroup>
  178. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  179. <LinkIncremental>false</LinkIncremental>
  180. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  181. </PropertyGroup>
  182. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  183. <ClCompile>
  184. <WarningLevel>Level2</WarningLevel>
  185. <SDLCheck>false</SDLCheck>
  186. <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  187. <ConformanceMode>
  188. </ConformanceMode>
  189. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  190. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  191. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories>
  192. <LanguageStandard>stdcpp20</LanguageStandard>
  193. <UndefinePreprocessorDefinitions>
  194. </UndefinePreprocessorDefinitions>
  195. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  196. <SupportJustMyCode>false</SupportJustMyCode>
  197. <BufferSecurityCheck>
  198. </BufferSecurityCheck>
  199. <TreatWChar_tAsBuiltInType>
  200. </TreatWChar_tAsBuiltInType>
  201. <ForceConformanceInForLoopScope>
  202. </ForceConformanceInForLoopScope>
  203. <RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
  204. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  205. <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings>
  206. </ClCompile>
  207. <Link>
  208. <SubSystem>
  209. </SubSystem>
  210. <GenerateDebugInformation>true</GenerateDebugInformation>
  211. </Link>
  212. </ItemDefinitionGroup>
  213. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
  214. <ClCompile>
  215. <WarningLevel>Level4</WarningLevel>
  216. <SDLCheck>false</SDLCheck>
  217. <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;MEMENTO;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  218. <ConformanceMode>true</ConformanceMode>
  219. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  220. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  221. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories>
  222. <LanguageStandard>stdcpp20</LanguageStandard>
  223. <UndefinePreprocessorDefinitions>
  224. </UndefinePreprocessorDefinitions>
  225. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  226. <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings>
  227. </ClCompile>
  228. <Link>
  229. <SubSystem>
  230. </SubSystem>
  231. <GenerateDebugInformation>true</GenerateDebugInformation>
  232. </Link>
  233. </ItemDefinitionGroup>
  234. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  235. <ClCompile>
  236. <WarningLevel>Level4</WarningLevel>
  237. <FunctionLevelLinking>true</FunctionLevelLinking>
  238. <IntrinsicFunctions>true</IntrinsicFunctions>
  239. <SDLCheck>false</SDLCheck>
  240. <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions>
  241. <ConformanceMode>true</ConformanceMode>
  242. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  243. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  244. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories>
  245. <LanguageStandard>stdcpp20</LanguageStandard>
  246. <UndefinePreprocessorDefinitions>
  247. </UndefinePreprocessorDefinitions>
  248. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  249. <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings>
  250. </ClCompile>
  251. <Link>
  252. <SubSystem>
  253. </SubSystem>
  254. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  255. <OptimizeReferences>true</OptimizeReferences>
  256. <GenerateDebugInformation>true</GenerateDebugInformation>
  257. </Link>
  258. </ItemDefinitionGroup>
  259. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  260. <ClCompile>
  261. <WarningLevel>Level4</WarningLevel>
  262. <SDLCheck>false</SDLCheck>
  263. <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  264. <ConformanceMode>
  265. </ConformanceMode>
  266. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  267. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  268. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories>
  269. <LanguageStandard>stdcpp20</LanguageStandard>
  270. <UndefinePreprocessorDefinitions>
  271. </UndefinePreprocessorDefinitions>
  272. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  273. <BrowseInformation>true</BrowseInformation>
  274. <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings>
  275. </ClCompile>
  276. <Link>
  277. <SubSystem>
  278. </SubSystem>
  279. <GenerateDebugInformation>true</GenerateDebugInformation>
  280. </Link>
  281. </ItemDefinitionGroup>
  282. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  283. <ClCompile>
  284. <WarningLevel>Level4</WarningLevel>
  285. <SDLCheck>false</SDLCheck>
  286. <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  287. <ConformanceMode>
  288. </ConformanceMode>
  289. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  290. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  291. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories>
  292. <LanguageStandard>stdcpp20</LanguageStandard>
  293. <UndefinePreprocessorDefinitions>
  294. </UndefinePreprocessorDefinitions>
  295. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  296. <BrowseInformation>true</BrowseInformation>
  297. <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings>
  298. </ClCompile>
  299. <Link>
  300. <SubSystem>
  301. </SubSystem>
  302. <GenerateDebugInformation>true</GenerateDebugInformation>
  303. </Link>
  304. </ItemDefinitionGroup>
  305. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
  306. <ClCompile>
  307. <WarningLevel>Level4</WarningLevel>
  308. <SDLCheck>false</SDLCheck>
  309. <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;MEMENTO;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  310. <ConformanceMode>true</ConformanceMode>
  311. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  312. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  313. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories>
  314. <LanguageStandard>stdcpp20</LanguageStandard>
  315. <UndefinePreprocessorDefinitions>
  316. </UndefinePreprocessorDefinitions>
  317. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  318. <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings>
  319. </ClCompile>
  320. <Link>
  321. <SubSystem>
  322. </SubSystem>
  323. <GenerateDebugInformation>true</GenerateDebugInformation>
  324. </Link>
  325. </ItemDefinitionGroup>
  326. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|ARM64'">
  327. <ClCompile>
  328. <WarningLevel>Level4</WarningLevel>
  329. <SDLCheck>false</SDLCheck>
  330. <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;MEMENTO;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions>
  331. <ConformanceMode>true</ConformanceMode>
  332. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  333. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  334. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories>
  335. <LanguageStandard>stdcpp20</LanguageStandard>
  336. <UndefinePreprocessorDefinitions>
  337. </UndefinePreprocessorDefinitions>
  338. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  339. <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings>
  340. </ClCompile>
  341. <Link>
  342. <SubSystem>
  343. </SubSystem>
  344. <GenerateDebugInformation>true</GenerateDebugInformation>
  345. </Link>
  346. </ItemDefinitionGroup>
  347. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  348. <ClCompile>
  349. <WarningLevel>Level4</WarningLevel>
  350. <FunctionLevelLinking>true</FunctionLevelLinking>
  351. <IntrinsicFunctions>true</IntrinsicFunctions>
  352. <SDLCheck>false</SDLCheck>
  353. <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions>
  354. <ConformanceMode>true</ConformanceMode>
  355. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  356. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  357. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories>
  358. <LanguageStandard>stdcpp20</LanguageStandard>
  359. <UndefinePreprocessorDefinitions>
  360. </UndefinePreprocessorDefinitions>
  361. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  362. <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings>
  363. </ClCompile>
  364. <Link>
  365. <SubSystem>
  366. </SubSystem>
  367. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  368. <OptimizeReferences>true</OptimizeReferences>
  369. <GenerateDebugInformation>true</GenerateDebugInformation>
  370. </Link>
  371. </ItemDefinitionGroup>
  372. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  373. <ClCompile>
  374. <WarningLevel>Level4</WarningLevel>
  375. <FunctionLevelLinking>true</FunctionLevelLinking>
  376. <IntrinsicFunctions>true</IntrinsicFunctions>
  377. <SDLCheck>false</SDLCheck>
  378. <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions>
  379. <ConformanceMode>true</ConformanceMode>
  380. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  381. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  382. <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories>
  383. <LanguageStandard>stdcpp20</LanguageStandard>
  384. <UndefinePreprocessorDefinitions>
  385. </UndefinePreprocessorDefinitions>
  386. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  387. <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings>
  388. </ClCompile>
  389. <Link>
  390. <SubSystem>
  391. </SubSystem>
  392. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  393. <OptimizeReferences>true</OptimizeReferences>
  394. <GenerateDebugInformation>true</GenerateDebugInformation>
  395. </Link>
  396. </ItemDefinitionGroup>
  397. <ItemGroup>
  398. <ProjectReference Include="libzxing.vcxproj">
  399. <Project>{74832025-89b9-4703-a77d-8049ac3a0d04}</Project>
  400. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  401. </ProjectReference>
  402. </ItemGroup>
  403. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  404. <ImportGroup Label="ExtensionTargets">
  405. </ImportGroup>
  406. </Project>