zlibstat.vcproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="zlibstat"
  6. ProjectGUID="{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}"
  7. TargetFrameworkVersion="131072"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. <Platform
  14. Name="x64"
  15. />
  16. <Platform
  17. Name="Itanium"
  18. />
  19. </Platforms>
  20. <ToolFiles>
  21. </ToolFiles>
  22. <Configurations>
  23. <Configuration
  24. Name="Debug|Win32"
  25. OutputDirectory="x86\ZlibStat$(ConfigurationName)"
  26. IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp"
  27. ConfigurationType="4"
  28. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  29. UseOfMFC="0"
  30. ATLMinimizesCRunTimeLibraryUsage="false"
  31. >
  32. <Tool
  33. Name="VCPreBuildEventTool"
  34. />
  35. <Tool
  36. Name="VCCustomBuildTool"
  37. />
  38. <Tool
  39. Name="VCXMLDataGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCWebServiceProxyGeneratorTool"
  43. />
  44. <Tool
  45. Name="VCMIDLTool"
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="0"
  50. AdditionalIncludeDirectories="..\..\.."
  51. PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
  52. ExceptionHandling="0"
  53. RuntimeLibrary="1"
  54. BufferSecurityCheck="false"
  55. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  56. AssemblerListingLocation="$(IntDir)\"
  57. ObjectFile="$(IntDir)\"
  58. ProgramDataBaseFileName="$(OutDir)\"
  59. WarningLevel="3"
  60. SuppressStartupBanner="true"
  61. Detect64BitPortabilityProblems="true"
  62. DebugInformationFormat="1"
  63. />
  64. <Tool
  65. Name="VCManagedResourceCompilerTool"
  66. />
  67. <Tool
  68. Name="VCResourceCompilerTool"
  69. Culture="1036"
  70. />
  71. <Tool
  72. Name="VCPreLinkEventTool"
  73. />
  74. <Tool
  75. Name="VCLibrarianTool"
  76. AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB"
  77. OutputFile="$(OutDir)\zlibstat.lib"
  78. SuppressStartupBanner="true"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCXDCMakeTool"
  85. />
  86. <Tool
  87. Name="VCBscMakeTool"
  88. />
  89. <Tool
  90. Name="VCFxCopTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Debug|x64"
  98. OutputDirectory="x64\ZlibStat$(ConfigurationName)"
  99. IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp"
  100. ConfigurationType="4"
  101. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  102. UseOfMFC="0"
  103. ATLMinimizesCRunTimeLibraryUsage="false"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. TargetEnvironment="3"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. Optimization="0"
  124. AdditionalIncludeDirectories="..\..\.."
  125. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
  126. ExceptionHandling="0"
  127. RuntimeLibrary="3"
  128. BufferSecurityCheck="false"
  129. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  130. AssemblerListingLocation="$(IntDir)\"
  131. ObjectFile="$(IntDir)\"
  132. ProgramDataBaseFileName="$(OutDir)\"
  133. WarningLevel="3"
  134. SuppressStartupBanner="true"
  135. Detect64BitPortabilityProblems="true"
  136. DebugInformationFormat="1"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. Culture="1036"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. />
  148. <Tool
  149. Name="VCLibrarianTool"
  150. AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB"
  151. OutputFile="$(OutDir)\zlibstat.lib"
  152. SuppressStartupBanner="true"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCPostBuildEventTool"
  168. />
  169. </Configuration>
  170. <Configuration
  171. Name="Debug|Itanium"
  172. OutputDirectory="ia64\ZlibStat$(ConfigurationName)"
  173. IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp"
  174. ConfigurationType="4"
  175. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  176. UseOfMFC="0"
  177. ATLMinimizesCRunTimeLibraryUsage="false"
  178. >
  179. <Tool
  180. Name="VCPreBuildEventTool"
  181. />
  182. <Tool
  183. Name="VCCustomBuildTool"
  184. />
  185. <Tool
  186. Name="VCXMLDataGeneratorTool"
  187. />
  188. <Tool
  189. Name="VCWebServiceProxyGeneratorTool"
  190. />
  191. <Tool
  192. Name="VCMIDLTool"
  193. TargetEnvironment="2"
  194. />
  195. <Tool
  196. Name="VCCLCompilerTool"
  197. Optimization="0"
  198. AdditionalIncludeDirectories="..\..\.."
  199. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
  200. ExceptionHandling="0"
  201. RuntimeLibrary="3"
  202. BufferSecurityCheck="false"
  203. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  204. AssemblerListingLocation="$(IntDir)\"
  205. ObjectFile="$(IntDir)\"
  206. ProgramDataBaseFileName="$(OutDir)\"
  207. WarningLevel="3"
  208. SuppressStartupBanner="true"
  209. Detect64BitPortabilityProblems="true"
  210. DebugInformationFormat="1"
  211. />
  212. <Tool
  213. Name="VCManagedResourceCompilerTool"
  214. />
  215. <Tool
  216. Name="VCResourceCompilerTool"
  217. Culture="1036"
  218. />
  219. <Tool
  220. Name="VCPreLinkEventTool"
  221. />
  222. <Tool
  223. Name="VCLibrarianTool"
  224. AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB"
  225. OutputFile="$(OutDir)\zlibstat.lib"
  226. SuppressStartupBanner="true"
  227. />
  228. <Tool
  229. Name="VCALinkTool"
  230. />
  231. <Tool
  232. Name="VCXDCMakeTool"
  233. />
  234. <Tool
  235. Name="VCBscMakeTool"
  236. />
  237. <Tool
  238. Name="VCFxCopTool"
  239. />
  240. <Tool
  241. Name="VCPostBuildEventTool"
  242. />
  243. </Configuration>
  244. <Configuration
  245. Name="Release|Win32"
  246. OutputDirectory="x86\ZlibStat$(ConfigurationName)"
  247. IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp"
  248. ConfigurationType="4"
  249. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  250. UseOfMFC="0"
  251. ATLMinimizesCRunTimeLibraryUsage="false"
  252. >
  253. <Tool
  254. Name="VCPreBuildEventTool"
  255. />
  256. <Tool
  257. Name="VCCustomBuildTool"
  258. />
  259. <Tool
  260. Name="VCXMLDataGeneratorTool"
  261. />
  262. <Tool
  263. Name="VCWebServiceProxyGeneratorTool"
  264. />
  265. <Tool
  266. Name="VCMIDLTool"
  267. />
  268. <Tool
  269. Name="VCCLCompilerTool"
  270. InlineFunctionExpansion="1"
  271. AdditionalIncludeDirectories="..\..\.."
  272. PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
  273. StringPooling="true"
  274. ExceptionHandling="0"
  275. RuntimeLibrary="0"
  276. BufferSecurityCheck="false"
  277. EnableFunctionLevelLinking="true"
  278. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  279. AssemblerListingLocation="$(IntDir)\"
  280. ObjectFile="$(IntDir)\"
  281. ProgramDataBaseFileName="$(OutDir)\"
  282. WarningLevel="3"
  283. SuppressStartupBanner="true"
  284. />
  285. <Tool
  286. Name="VCManagedResourceCompilerTool"
  287. />
  288. <Tool
  289. Name="VCResourceCompilerTool"
  290. Culture="1036"
  291. />
  292. <Tool
  293. Name="VCPreLinkEventTool"
  294. />
  295. <Tool
  296. Name="VCLibrarianTool"
  297. AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB"
  298. OutputFile="$(OutDir)\zlibstat.lib"
  299. SuppressStartupBanner="true"
  300. />
  301. <Tool
  302. Name="VCALinkTool"
  303. />
  304. <Tool
  305. Name="VCXDCMakeTool"
  306. />
  307. <Tool
  308. Name="VCBscMakeTool"
  309. />
  310. <Tool
  311. Name="VCFxCopTool"
  312. />
  313. <Tool
  314. Name="VCPostBuildEventTool"
  315. />
  316. </Configuration>
  317. <Configuration
  318. Name="Release|x64"
  319. OutputDirectory="x64\ZlibStat$(ConfigurationName)"
  320. IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp"
  321. ConfigurationType="4"
  322. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  323. UseOfMFC="0"
  324. ATLMinimizesCRunTimeLibraryUsage="false"
  325. >
  326. <Tool
  327. Name="VCPreBuildEventTool"
  328. />
  329. <Tool
  330. Name="VCCustomBuildTool"
  331. />
  332. <Tool
  333. Name="VCXMLDataGeneratorTool"
  334. />
  335. <Tool
  336. Name="VCWebServiceProxyGeneratorTool"
  337. />
  338. <Tool
  339. Name="VCMIDLTool"
  340. TargetEnvironment="3"
  341. />
  342. <Tool
  343. Name="VCCLCompilerTool"
  344. InlineFunctionExpansion="1"
  345. AdditionalIncludeDirectories="..\..\.."
  346. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
  347. StringPooling="true"
  348. ExceptionHandling="0"
  349. RuntimeLibrary="2"
  350. BufferSecurityCheck="false"
  351. EnableFunctionLevelLinking="true"
  352. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  353. AssemblerListingLocation="$(IntDir)\"
  354. ObjectFile="$(IntDir)\"
  355. ProgramDataBaseFileName="$(OutDir)\"
  356. WarningLevel="3"
  357. SuppressStartupBanner="true"
  358. />
  359. <Tool
  360. Name="VCManagedResourceCompilerTool"
  361. />
  362. <Tool
  363. Name="VCResourceCompilerTool"
  364. Culture="1036"
  365. />
  366. <Tool
  367. Name="VCPreLinkEventTool"
  368. />
  369. <Tool
  370. Name="VCLibrarianTool"
  371. AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB"
  372. OutputFile="$(OutDir)\zlibstat.lib"
  373. SuppressStartupBanner="true"
  374. />
  375. <Tool
  376. Name="VCALinkTool"
  377. />
  378. <Tool
  379. Name="VCXDCMakeTool"
  380. />
  381. <Tool
  382. Name="VCBscMakeTool"
  383. />
  384. <Tool
  385. Name="VCFxCopTool"
  386. />
  387. <Tool
  388. Name="VCPostBuildEventTool"
  389. />
  390. </Configuration>
  391. <Configuration
  392. Name="Release|Itanium"
  393. OutputDirectory="ia64\ZlibStat$(ConfigurationName)"
  394. IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp"
  395. ConfigurationType="4"
  396. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  397. UseOfMFC="0"
  398. ATLMinimizesCRunTimeLibraryUsage="false"
  399. >
  400. <Tool
  401. Name="VCPreBuildEventTool"
  402. />
  403. <Tool
  404. Name="VCCustomBuildTool"
  405. />
  406. <Tool
  407. Name="VCXMLDataGeneratorTool"
  408. />
  409. <Tool
  410. Name="VCWebServiceProxyGeneratorTool"
  411. />
  412. <Tool
  413. Name="VCMIDLTool"
  414. TargetEnvironment="2"
  415. />
  416. <Tool
  417. Name="VCCLCompilerTool"
  418. InlineFunctionExpansion="1"
  419. AdditionalIncludeDirectories="..\..\.."
  420. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
  421. StringPooling="true"
  422. ExceptionHandling="0"
  423. RuntimeLibrary="2"
  424. BufferSecurityCheck="false"
  425. EnableFunctionLevelLinking="true"
  426. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  427. AssemblerListingLocation="$(IntDir)\"
  428. ObjectFile="$(IntDir)\"
  429. ProgramDataBaseFileName="$(OutDir)\"
  430. WarningLevel="3"
  431. SuppressStartupBanner="true"
  432. />
  433. <Tool
  434. Name="VCManagedResourceCompilerTool"
  435. />
  436. <Tool
  437. Name="VCResourceCompilerTool"
  438. Culture="1036"
  439. />
  440. <Tool
  441. Name="VCPreLinkEventTool"
  442. />
  443. <Tool
  444. Name="VCLibrarianTool"
  445. AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB"
  446. OutputFile="$(OutDir)\zlibstat.lib"
  447. SuppressStartupBanner="true"
  448. />
  449. <Tool
  450. Name="VCALinkTool"
  451. />
  452. <Tool
  453. Name="VCXDCMakeTool"
  454. />
  455. <Tool
  456. Name="VCBscMakeTool"
  457. />
  458. <Tool
  459. Name="VCFxCopTool"
  460. />
  461. <Tool
  462. Name="VCPostBuildEventTool"
  463. />
  464. </Configuration>
  465. <Configuration
  466. Name="ReleaseWithoutAsm|Win32"
  467. OutputDirectory="x86\ZlibStat$(ConfigurationName)"
  468. IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp"
  469. ConfigurationType="4"
  470. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  471. UseOfMFC="0"
  472. ATLMinimizesCRunTimeLibraryUsage="false"
  473. >
  474. <Tool
  475. Name="VCPreBuildEventTool"
  476. />
  477. <Tool
  478. Name="VCCustomBuildTool"
  479. />
  480. <Tool
  481. Name="VCXMLDataGeneratorTool"
  482. />
  483. <Tool
  484. Name="VCWebServiceProxyGeneratorTool"
  485. />
  486. <Tool
  487. Name="VCMIDLTool"
  488. />
  489. <Tool
  490. Name="VCCLCompilerTool"
  491. InlineFunctionExpansion="1"
  492. AdditionalIncludeDirectories="..\..\.."
  493. PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
  494. StringPooling="true"
  495. ExceptionHandling="0"
  496. RuntimeLibrary="0"
  497. BufferSecurityCheck="false"
  498. EnableFunctionLevelLinking="true"
  499. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  500. AssemblerListingLocation="$(IntDir)\"
  501. ObjectFile="$(IntDir)\"
  502. ProgramDataBaseFileName="$(OutDir)\"
  503. WarningLevel="3"
  504. SuppressStartupBanner="true"
  505. />
  506. <Tool
  507. Name="VCManagedResourceCompilerTool"
  508. />
  509. <Tool
  510. Name="VCResourceCompilerTool"
  511. Culture="1036"
  512. />
  513. <Tool
  514. Name="VCPreLinkEventTool"
  515. />
  516. <Tool
  517. Name="VCLibrarianTool"
  518. AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB"
  519. OutputFile="$(OutDir)\zlibstat.lib"
  520. SuppressStartupBanner="true"
  521. />
  522. <Tool
  523. Name="VCALinkTool"
  524. />
  525. <Tool
  526. Name="VCXDCMakeTool"
  527. />
  528. <Tool
  529. Name="VCBscMakeTool"
  530. />
  531. <Tool
  532. Name="VCFxCopTool"
  533. />
  534. <Tool
  535. Name="VCPostBuildEventTool"
  536. />
  537. </Configuration>
  538. <Configuration
  539. Name="ReleaseWithoutAsm|x64"
  540. OutputDirectory="x64\ZlibStat$(ConfigurationName)"
  541. IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp"
  542. ConfigurationType="4"
  543. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  544. UseOfMFC="0"
  545. ATLMinimizesCRunTimeLibraryUsage="false"
  546. >
  547. <Tool
  548. Name="VCPreBuildEventTool"
  549. />
  550. <Tool
  551. Name="VCCustomBuildTool"
  552. />
  553. <Tool
  554. Name="VCXMLDataGeneratorTool"
  555. />
  556. <Tool
  557. Name="VCWebServiceProxyGeneratorTool"
  558. />
  559. <Tool
  560. Name="VCMIDLTool"
  561. TargetEnvironment="3"
  562. />
  563. <Tool
  564. Name="VCCLCompilerTool"
  565. InlineFunctionExpansion="1"
  566. AdditionalIncludeDirectories="..\..\.."
  567. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
  568. StringPooling="true"
  569. ExceptionHandling="0"
  570. RuntimeLibrary="2"
  571. BufferSecurityCheck="false"
  572. EnableFunctionLevelLinking="true"
  573. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  574. AssemblerListingLocation="$(IntDir)\"
  575. ObjectFile="$(IntDir)\"
  576. ProgramDataBaseFileName="$(OutDir)\"
  577. WarningLevel="3"
  578. SuppressStartupBanner="true"
  579. />
  580. <Tool
  581. Name="VCManagedResourceCompilerTool"
  582. />
  583. <Tool
  584. Name="VCResourceCompilerTool"
  585. Culture="1036"
  586. />
  587. <Tool
  588. Name="VCPreLinkEventTool"
  589. />
  590. <Tool
  591. Name="VCLibrarianTool"
  592. AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB"
  593. OutputFile="$(OutDir)\zlibstat.lib"
  594. SuppressStartupBanner="true"
  595. />
  596. <Tool
  597. Name="VCALinkTool"
  598. />
  599. <Tool
  600. Name="VCXDCMakeTool"
  601. />
  602. <Tool
  603. Name="VCBscMakeTool"
  604. />
  605. <Tool
  606. Name="VCFxCopTool"
  607. />
  608. <Tool
  609. Name="VCPostBuildEventTool"
  610. />
  611. </Configuration>
  612. <Configuration
  613. Name="ReleaseWithoutAsm|Itanium"
  614. OutputDirectory="ia64\ZlibStat$(ConfigurationName)"
  615. IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp"
  616. ConfigurationType="4"
  617. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  618. UseOfMFC="0"
  619. ATLMinimizesCRunTimeLibraryUsage="false"
  620. >
  621. <Tool
  622. Name="VCPreBuildEventTool"
  623. />
  624. <Tool
  625. Name="VCCustomBuildTool"
  626. />
  627. <Tool
  628. Name="VCXMLDataGeneratorTool"
  629. />
  630. <Tool
  631. Name="VCWebServiceProxyGeneratorTool"
  632. />
  633. <Tool
  634. Name="VCMIDLTool"
  635. TargetEnvironment="2"
  636. />
  637. <Tool
  638. Name="VCCLCompilerTool"
  639. InlineFunctionExpansion="1"
  640. AdditionalIncludeDirectories="..\..\.."
  641. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
  642. StringPooling="true"
  643. ExceptionHandling="0"
  644. RuntimeLibrary="2"
  645. BufferSecurityCheck="false"
  646. EnableFunctionLevelLinking="true"
  647. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  648. AssemblerListingLocation="$(IntDir)\"
  649. ObjectFile="$(IntDir)\"
  650. ProgramDataBaseFileName="$(OutDir)\"
  651. WarningLevel="3"
  652. SuppressStartupBanner="true"
  653. />
  654. <Tool
  655. Name="VCManagedResourceCompilerTool"
  656. />
  657. <Tool
  658. Name="VCResourceCompilerTool"
  659. Culture="1036"
  660. />
  661. <Tool
  662. Name="VCPreLinkEventTool"
  663. />
  664. <Tool
  665. Name="VCLibrarianTool"
  666. AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB"
  667. OutputFile="$(OutDir)\zlibstat.lib"
  668. SuppressStartupBanner="true"
  669. />
  670. <Tool
  671. Name="VCALinkTool"
  672. />
  673. <Tool
  674. Name="VCXDCMakeTool"
  675. />
  676. <Tool
  677. Name="VCBscMakeTool"
  678. />
  679. <Tool
  680. Name="VCFxCopTool"
  681. />
  682. <Tool
  683. Name="VCPostBuildEventTool"
  684. />
  685. </Configuration>
  686. </Configurations>
  687. <References>
  688. </References>
  689. <Files>
  690. <Filter
  691. Name="Source Files"
  692. >
  693. <File
  694. RelativePath="..\..\..\adler32.c"
  695. >
  696. </File>
  697. <File
  698. RelativePath="..\..\..\compress.c"
  699. >
  700. </File>
  701. <File
  702. RelativePath="..\..\..\crc32.c"
  703. >
  704. </File>
  705. <File
  706. RelativePath="..\..\..\deflate.c"
  707. >
  708. </File>
  709. <File
  710. RelativePath="..\..\..\gzclose.c"
  711. >
  712. </File>
  713. <File
  714. RelativePath="..\..\..\gzguts.h"
  715. >
  716. </File>
  717. <File
  718. RelativePath="..\..\..\gzlib.c"
  719. >
  720. </File>
  721. <File
  722. RelativePath="..\..\..\gzread.c"
  723. >
  724. </File>
  725. <File
  726. RelativePath="..\..\..\gzwrite.c"
  727. >
  728. </File>
  729. <File
  730. RelativePath="..\..\..\infback.c"
  731. >
  732. </File>
  733. <File
  734. RelativePath="..\..\..\inffast.c"
  735. >
  736. </File>
  737. <File
  738. RelativePath="..\..\..\inflate.c"
  739. >
  740. </File>
  741. <File
  742. RelativePath="..\..\..\inftrees.c"
  743. >
  744. </File>
  745. <File
  746. RelativePath="..\..\minizip\ioapi.c"
  747. >
  748. </File>
  749. <File
  750. RelativePath="..\..\..\trees.c"
  751. >
  752. </File>
  753. <File
  754. RelativePath="..\..\..\uncompr.c"
  755. >
  756. </File>
  757. <File
  758. RelativePath="..\..\minizip\unzip.c"
  759. >
  760. </File>
  761. <File
  762. RelativePath="..\..\minizip\zip.c"
  763. >
  764. </File>
  765. <File
  766. RelativePath=".\zlib.rc"
  767. >
  768. </File>
  769. <File
  770. RelativePath=".\zlibvc.def"
  771. >
  772. </File>
  773. <File
  774. RelativePath="..\..\..\zutil.c"
  775. >
  776. </File>
  777. </Filter>
  778. </Files>
  779. <Globals>
  780. </Globals>
  781. </VisualStudioProject>