libzint.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="libzint"
  6. ProjectGUID="{5C08DC40-8F7D-475E-AA3C-814DED735A4B}"
  7. RootNamespace="libzint_png_qr"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="..\..\..\lpng;..\..\..\zlib"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION=&quot;\&quot;2.13.0.9\&quot;&quot;;BUILD_ZINT_DLL;ZLIB_DLL;PNG_DLL;DEBUG"
  46. MinimalRebuild="true"
  47. ExceptionHandling="0"
  48. BasicRuntimeChecks="3"
  49. SmallerTypeCheck="true"
  50. RuntimeLibrary="3"
  51. RuntimeTypeInfo="false"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. CompileAs="0"
  56. DisableSpecificWarnings="4018;4244;4305"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkLibraryDependencies="false"
  71. AdditionalDependencies="libpng.lib zlib.lib"
  72. OutputFile="$(OutDir)\zintd.dll"
  73. LinkIncremental="2"
  74. AdditionalLibraryDirectories="..\..\..\lpng;..\..\..\zlib"
  75. IgnoreDefaultLibraryNames="libcmtd.lib"
  76. GenerateDebugInformation="true"
  77. SubSystem="2"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  105. IntermediateDirectory="$(ConfigurationName)"
  106. ConfigurationType="2"
  107. CharacterSet="2"
  108. WholeProgramOptimization="0"
  109. >
  110. <Tool
  111. Name="VCPreBuildEventTool"
  112. />
  113. <Tool
  114. Name="VCCustomBuildTool"
  115. />
  116. <Tool
  117. Name="VCXMLDataGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCMIDLTool"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. Optimization="2"
  128. EnableIntrinsicFunctions="false"
  129. AdditionalIncludeDirectories="..\..\..\lpng;..\..\..\zlib"
  130. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION=&quot;\&quot;2.13.0.9\&quot;&quot;;BUILD_ZINT_DLL;ZLIB_DLL;PNG_DLL"
  131. StringPooling="true"
  132. ExceptionHandling="0"
  133. RuntimeLibrary="2"
  134. EnableFunctionLevelLinking="false"
  135. RuntimeTypeInfo="false"
  136. UsePrecompiledHeader="0"
  137. WarningLevel="3"
  138. DebugInformationFormat="0"
  139. CompileAs="0"
  140. DisableSpecificWarnings="4018;4244;4305"
  141. />
  142. <Tool
  143. Name="VCManagedResourceCompilerTool"
  144. />
  145. <Tool
  146. Name="VCResourceCompilerTool"
  147. PreprocessorDefinitions="NDEBUG"
  148. />
  149. <Tool
  150. Name="VCPreLinkEventTool"
  151. />
  152. <Tool
  153. Name="VCLinkerTool"
  154. LinkLibraryDependencies="false"
  155. AdditionalDependencies="libpng.lib zlib.lib"
  156. OutputFile="$(OutDir)\zint.dll"
  157. LinkIncremental="1"
  158. AdditionalLibraryDirectories="..\..\..\lpng;..\..\..\zlib"
  159. GenerateDebugInformation="false"
  160. SubSystem="2"
  161. OptimizeReferences="2"
  162. EnableCOMDATFolding="2"
  163. TargetMachine="1"
  164. />
  165. <Tool
  166. Name="VCALinkTool"
  167. />
  168. <Tool
  169. Name="VCManifestTool"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. />
  177. <Tool
  178. Name="VCFxCopTool"
  179. />
  180. <Tool
  181. Name="VCAppVerifierTool"
  182. />
  183. <Tool
  184. Name="VCPostBuildEventTool"
  185. />
  186. </Configuration>
  187. </Configurations>
  188. <References>
  189. </References>
  190. <Files>
  191. <Filter
  192. Name="Source Files"
  193. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  194. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  195. >
  196. <File
  197. RelativePath="..\..\backend\2of5.c"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\..\backend\auspost.c"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\..\backend\aztec.c"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\..\backend\bc412.c"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\..\backend\bmp.c"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\..\backend\codablock.c"
  218. >
  219. </File>
  220. <File
  221. RelativePath="..\..\backend\code.c"
  222. >
  223. </File>
  224. <File
  225. RelativePath="..\..\backend\code1.c"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\..\backend\code128.c"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\..\backend\code16k.c"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..\..\backend\code49.c"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..\..\backend\common.c"
  242. >
  243. </File>
  244. <File
  245. RelativePath="..\..\backend\composite.c"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\..\backend\dllversion.c"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\..\backend\dmatrix.c"
  254. >
  255. </File>
  256. <File
  257. RelativePath="..\..\backend\dotcode.c"
  258. >
  259. </File>
  260. <File
  261. RelativePath="..\..\backend\dxfilmedge.c"
  262. >
  263. </File>
  264. <File
  265. RelativePath="..\..\backend\eci.c"
  266. >
  267. </File>
  268. <File
  269. RelativePath="..\..\backend\emf.c"
  270. >
  271. </File>
  272. <File
  273. RelativePath="..\..\backend\filemem.c"
  274. >
  275. </File>
  276. <File
  277. RelativePath="..\..\backend\general_field.c"
  278. >
  279. </File>
  280. <File
  281. RelativePath="..\..\backend\gif.c"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\..\backend\gridmtx.c"
  286. >
  287. </File>
  288. <File
  289. RelativePath="..\..\backend\gs1.c"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\..\backend\hanxin.c"
  294. >
  295. </File>
  296. <File
  297. RelativePath="..\..\backend\imail.c"
  298. >
  299. </File>
  300. <File
  301. RelativePath="..\..\backend\large.c"
  302. >
  303. </File>
  304. <File
  305. RelativePath="..\..\backend\library.c"
  306. >
  307. </File>
  308. <File
  309. RelativePath="..\..\backend\mailmark.c"
  310. >
  311. </File>
  312. <File
  313. RelativePath="..\..\backend\maxicode.c"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\..\backend\medical.c"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\..\backend\output.c"
  322. >
  323. </File>
  324. <File
  325. RelativePath="..\..\backend\pcx.c"
  326. >
  327. </File>
  328. <File
  329. RelativePath="..\..\backend\pdf417.c"
  330. >
  331. </File>
  332. <File
  333. RelativePath="..\..\backend\plessey.c"
  334. >
  335. </File>
  336. <File
  337. RelativePath="..\..\backend\png.c"
  338. >
  339. </File>
  340. <File
  341. RelativePath="..\..\backend\postal.c"
  342. >
  343. </File>
  344. <File
  345. RelativePath="..\..\backend\ps.c"
  346. >
  347. </File>
  348. <File
  349. RelativePath="..\..\backend\qr.c"
  350. >
  351. </File>
  352. <File
  353. RelativePath="..\..\backend\raster.c"
  354. >
  355. </File>
  356. <File
  357. RelativePath="..\..\backend\reedsol.c"
  358. >
  359. </File>
  360. <File
  361. RelativePath="..\..\backend\rss.c"
  362. >
  363. </File>
  364. <File
  365. RelativePath="..\..\backend\svg.c"
  366. >
  367. </File>
  368. <File
  369. RelativePath="..\..\backend\telepen.c"
  370. >
  371. </File>
  372. <File
  373. RelativePath="..\..\backend\tif.c"
  374. >
  375. </File>
  376. <File
  377. RelativePath="..\..\backend\ultra.c"
  378. >
  379. </File>
  380. <File
  381. RelativePath="..\..\backend\upcean.c"
  382. >
  383. </File>
  384. <File
  385. RelativePath="..\..\backend\vector.c"
  386. >
  387. </File>
  388. </Filter>
  389. <Filter
  390. Name="Header Files"
  391. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  392. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  393. >
  394. <File
  395. RelativePath="..\..\backend\aztec.h"
  396. >
  397. </File>
  398. <File
  399. RelativePath="..\..\backend\big5.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath="..\..\backend\bmp.h"
  404. >
  405. </File>
  406. <File
  407. RelativePath="..\..\backend\channel_precalcs.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath="..\..\backend\code1.h"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\..\backend\code128.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\..\backend\code49.h"
  420. >
  421. </File>
  422. <File
  423. RelativePath="..\..\backend\common.h"
  424. >
  425. </File>
  426. <File
  427. RelativePath="..\..\backend\composite.h"
  428. >
  429. </File>
  430. <File
  431. RelativePath="..\..\backend\dmatrix.h"
  432. >
  433. </File>
  434. <File
  435. RelativePath="..\..\backend\dmatrix_trace.h"
  436. >
  437. </File>
  438. <File
  439. RelativePath="..\..\backend\eci.h"
  440. >
  441. </File>
  442. <File
  443. RelativePath="..\..\backend\eci_sb.h"
  444. >
  445. </File>
  446. <File
  447. RelativePath="..\..\backend\emf.h"
  448. >
  449. </File>
  450. <File
  451. RelativePath="..\..\backend\raster_font.h"
  452. >
  453. </File>
  454. <File
  455. RelativePath="..\..\backend\gb18030.h"
  456. >
  457. </File>
  458. <File
  459. RelativePath="..\..\backend\gb2312.h"
  460. >
  461. </File>
  462. <File
  463. RelativePath="..\..\backend\gbk.h"
  464. >
  465. </File>
  466. <File
  467. RelativePath="..\..\backend\filemem.h"
  468. >
  469. </File>
  470. <File
  471. RelativePath="..\..\backend\general_field.h"
  472. >
  473. </File>
  474. <File
  475. RelativePath="..\..\backend\gridmtx.h"
  476. >
  477. </File>
  478. <File
  479. RelativePath="..\..\backend\gs1.h"
  480. >
  481. </File>
  482. <File
  483. RelativePath="..\..\backend\gs1_lint.h"
  484. >
  485. </File>
  486. <File
  487. RelativePath="..\..\backend\hanxin.h"
  488. >
  489. </File>
  490. <File
  491. RelativePath="..\..\backend\iso3166.h"
  492. >
  493. </File>
  494. <File
  495. RelativePath="..\..\backend\iso4217.h"
  496. >
  497. </File>
  498. <File
  499. RelativePath="..\..\backend\ksx1001.h"
  500. >
  501. </File>
  502. <File
  503. RelativePath="..\..\backend\large.h"
  504. >
  505. </File>
  506. <File
  507. RelativePath="..\..\backend\maxicode.h"
  508. >
  509. </File>
  510. <File
  511. RelativePath="..\..\backend\output.h"
  512. >
  513. </File>
  514. <File
  515. RelativePath="..\..\backend\pcx.h"
  516. >
  517. </File>
  518. <File
  519. RelativePath="..\..\backend\pdf417.h"
  520. >
  521. </File>
  522. <File
  523. RelativePath="..\..\backend\pdf417_tabs.h"
  524. >
  525. </File>
  526. <File
  527. RelativePath="..\..\backend\pdf417_trace.h"
  528. >
  529. </File>
  530. <File
  531. RelativePath="..\..\backend\qr.h"
  532. >
  533. </File>
  534. <File
  535. RelativePath="..\..\backend\reedsol.h"
  536. >
  537. </File>
  538. <File
  539. RelativePath="..\..\backend\reedsol_logs.h"
  540. >
  541. </File>
  542. <File
  543. RelativePath="..\..\backend\rss.h"
  544. >
  545. </File>
  546. <File
  547. RelativePath="..\..\backend\sjis.h"
  548. >
  549. </File>
  550. <File
  551. RelativePath="..\..\backend\tif.h"
  552. >
  553. </File>
  554. <File
  555. RelativePath="..\..\backend\tif_lzw.h"
  556. >
  557. </File>
  558. <File
  559. RelativePath="..\..\backend\zfiletypes.h"
  560. >
  561. </File>
  562. <File
  563. RelativePath="..\..\backend\zint.h"
  564. >
  565. </File>
  566. <File
  567. RelativePath="..\..\backend\zintconfig.h"
  568. >
  569. </File>
  570. </Filter>
  571. <Filter
  572. Name="Resource Files"
  573. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  574. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  575. >
  576. <File
  577. RelativePath="..\..\backend\libzint.rc"
  578. >
  579. </File>
  580. </Filter>
  581. </Files>
  582. <Globals>
  583. </Globals>
  584. </VisualStudioProject>