zlibvc.vcproj 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="zlibvc"
  6. ProjectGUID="{8FD826F8-3739-44E6-8CC8-997122E53B8D}"
  7. RootNamespace="zlibvc"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. <Platform
  18. Name="Itanium"
  19. />
  20. </Platforms>
  21. <ToolFiles>
  22. </ToolFiles>
  23. <Configurations>
  24. <Configuration
  25. Name="Debug|Win32"
  26. OutputDirectory="x86\ZlibDll$(ConfigurationName)"
  27. IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
  28. ConfigurationType="2"
  29. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  30. UseOfMFC="0"
  31. ATLMinimizesCRunTimeLibraryUsage="false"
  32. >
  33. <Tool
  34. Name="VCPreBuildEventTool"
  35. />
  36. <Tool
  37. Name="VCCustomBuildTool"
  38. />
  39. <Tool
  40. Name="VCXMLDataGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCWebServiceProxyGeneratorTool"
  44. />
  45. <Tool
  46. Name="VCMIDLTool"
  47. PreprocessorDefinitions="_DEBUG"
  48. MkTypLibCompatible="true"
  49. SuppressStartupBanner="true"
  50. TargetEnvironment="1"
  51. TypeLibraryName="$(OutDir)/zlibvc.tlb"
  52. />
  53. <Tool
  54. Name="VCCLCompilerTool"
  55. Optimization="0"
  56. AdditionalIncludeDirectories="..\..\.."
  57. PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI"
  58. ExceptionHandling="0"
  59. RuntimeLibrary="1"
  60. BufferSecurityCheck="false"
  61. PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
  62. AssemblerListingLocation="$(IntDir)\"
  63. ObjectFile="$(IntDir)\"
  64. ProgramDataBaseFileName="$(OutDir)\"
  65. BrowseInformation="0"
  66. WarningLevel="3"
  67. SuppressStartupBanner="true"
  68. DebugInformationFormat="4"
  69. />
  70. <Tool
  71. Name="VCManagedResourceCompilerTool"
  72. />
  73. <Tool
  74. Name="VCResourceCompilerTool"
  75. PreprocessorDefinitions="_DEBUG"
  76. Culture="1036"
  77. />
  78. <Tool
  79. Name="VCPreLinkEventTool"
  80. />
  81. <Tool
  82. Name="VCLinkerTool"
  83. AdditionalOptions="/MACHINE:I386"
  84. OutputFile="$(OutDir)\zlibwapi.dll"
  85. LinkIncremental="2"
  86. SuppressStartupBanner="true"
  87. GenerateManifest="false"
  88. ModuleDefinitionFile=".\zlibvc.def"
  89. GenerateDebugInformation="true"
  90. ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
  91. GenerateMapFile="true"
  92. MapFileName="$(OutDir)/zlibwapi.map"
  93. SubSystem="2"
  94. RandomizedBaseAddress="1"
  95. DataExecutionPrevention="0"
  96. ImportLibrary="$(OutDir)/zlibwapi.lib"
  97. />
  98. <Tool
  99. Name="VCALinkTool"
  100. />
  101. <Tool
  102. Name="VCManifestTool"
  103. />
  104. <Tool
  105. Name="VCXDCMakeTool"
  106. />
  107. <Tool
  108. Name="VCBscMakeTool"
  109. />
  110. <Tool
  111. Name="VCFxCopTool"
  112. />
  113. <Tool
  114. Name="VCAppVerifierTool"
  115. />
  116. <Tool
  117. Name="VCPostBuildEventTool"
  118. />
  119. </Configuration>
  120. <Configuration
  121. Name="Debug|x64"
  122. OutputDirectory="x64\ZlibDll$(ConfigurationName)"
  123. IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
  124. ConfigurationType="2"
  125. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  126. UseOfMFC="0"
  127. ATLMinimizesCRunTimeLibraryUsage="false"
  128. >
  129. <Tool
  130. Name="VCPreBuildEventTool"
  131. />
  132. <Tool
  133. Name="VCCustomBuildTool"
  134. />
  135. <Tool
  136. Name="VCXMLDataGeneratorTool"
  137. />
  138. <Tool
  139. Name="VCWebServiceProxyGeneratorTool"
  140. />
  141. <Tool
  142. Name="VCMIDLTool"
  143. PreprocessorDefinitions="_DEBUG"
  144. MkTypLibCompatible="true"
  145. SuppressStartupBanner="true"
  146. TargetEnvironment="3"
  147. TypeLibraryName="$(OutDir)/zlibvc.tlb"
  148. />
  149. <Tool
  150. Name="VCCLCompilerTool"
  151. Optimization="0"
  152. AdditionalIncludeDirectories="..\..\.."
  153. PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
  154. ExceptionHandling="0"
  155. RuntimeLibrary="3"
  156. BufferSecurityCheck="false"
  157. PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
  158. AssemblerListingLocation="$(IntDir)\"
  159. ObjectFile="$(IntDir)\"
  160. ProgramDataBaseFileName="$(OutDir)\"
  161. BrowseInformation="0"
  162. WarningLevel="3"
  163. SuppressStartupBanner="true"
  164. DebugInformationFormat="3"
  165. />
  166. <Tool
  167. Name="VCManagedResourceCompilerTool"
  168. />
  169. <Tool
  170. Name="VCResourceCompilerTool"
  171. PreprocessorDefinitions="_DEBUG"
  172. Culture="1036"
  173. />
  174. <Tool
  175. Name="VCPreLinkEventTool"
  176. />
  177. <Tool
  178. Name="VCLinkerTool"
  179. OutputFile="$(OutDir)\zlibwapi.dll"
  180. LinkIncremental="2"
  181. SuppressStartupBanner="true"
  182. GenerateManifest="false"
  183. ModuleDefinitionFile=".\zlibvc.def"
  184. GenerateDebugInformation="true"
  185. ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
  186. GenerateMapFile="true"
  187. MapFileName="$(OutDir)/zlibwapi.map"
  188. SubSystem="2"
  189. ImportLibrary="$(OutDir)/zlibwapi.lib"
  190. TargetMachine="17"
  191. />
  192. <Tool
  193. Name="VCALinkTool"
  194. />
  195. <Tool
  196. Name="VCManifestTool"
  197. />
  198. <Tool
  199. Name="VCXDCMakeTool"
  200. />
  201. <Tool
  202. Name="VCBscMakeTool"
  203. />
  204. <Tool
  205. Name="VCFxCopTool"
  206. />
  207. <Tool
  208. Name="VCAppVerifierTool"
  209. />
  210. <Tool
  211. Name="VCPostBuildEventTool"
  212. />
  213. </Configuration>
  214. <Configuration
  215. Name="Debug|Itanium"
  216. OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
  217. IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
  218. ConfigurationType="2"
  219. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  220. UseOfMFC="0"
  221. ATLMinimizesCRunTimeLibraryUsage="false"
  222. >
  223. <Tool
  224. Name="VCPreBuildEventTool"
  225. />
  226. <Tool
  227. Name="VCCustomBuildTool"
  228. />
  229. <Tool
  230. Name="VCXMLDataGeneratorTool"
  231. />
  232. <Tool
  233. Name="VCWebServiceProxyGeneratorTool"
  234. />
  235. <Tool
  236. Name="VCMIDLTool"
  237. PreprocessorDefinitions="_DEBUG"
  238. MkTypLibCompatible="true"
  239. SuppressStartupBanner="true"
  240. TargetEnvironment="2"
  241. TypeLibraryName="$(OutDir)/zlibvc.tlb"
  242. />
  243. <Tool
  244. Name="VCCLCompilerTool"
  245. Optimization="0"
  246. AdditionalIncludeDirectories="..\..\.."
  247. PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
  248. ExceptionHandling="0"
  249. RuntimeLibrary="3"
  250. BufferSecurityCheck="false"
  251. PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
  252. AssemblerListingLocation="$(IntDir)\"
  253. ObjectFile="$(IntDir)\"
  254. ProgramDataBaseFileName="$(OutDir)\"
  255. BrowseInformation="0"
  256. WarningLevel="3"
  257. SuppressStartupBanner="true"
  258. DebugInformationFormat="3"
  259. />
  260. <Tool
  261. Name="VCManagedResourceCompilerTool"
  262. />
  263. <Tool
  264. Name="VCResourceCompilerTool"
  265. PreprocessorDefinitions="_DEBUG"
  266. Culture="1036"
  267. />
  268. <Tool
  269. Name="VCPreLinkEventTool"
  270. />
  271. <Tool
  272. Name="VCLinkerTool"
  273. OutputFile="$(OutDir)\zlibwapi.dll"
  274. LinkIncremental="2"
  275. SuppressStartupBanner="true"
  276. GenerateManifest="false"
  277. ModuleDefinitionFile=".\zlibvc.def"
  278. GenerateDebugInformation="true"
  279. ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
  280. GenerateMapFile="true"
  281. MapFileName="$(OutDir)/zlibwapi.map"
  282. SubSystem="2"
  283. ImportLibrary="$(OutDir)/zlibwapi.lib"
  284. TargetMachine="5"
  285. />
  286. <Tool
  287. Name="VCALinkTool"
  288. />
  289. <Tool
  290. Name="VCManifestTool"
  291. />
  292. <Tool
  293. Name="VCXDCMakeTool"
  294. />
  295. <Tool
  296. Name="VCBscMakeTool"
  297. />
  298. <Tool
  299. Name="VCFxCopTool"
  300. />
  301. <Tool
  302. Name="VCAppVerifierTool"
  303. />
  304. <Tool
  305. Name="VCPostBuildEventTool"
  306. />
  307. </Configuration>
  308. <Configuration
  309. Name="ReleaseWithoutAsm|Win32"
  310. OutputDirectory="x86\ZlibDll$(ConfigurationName)"
  311. IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
  312. ConfigurationType="2"
  313. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  314. UseOfMFC="0"
  315. ATLMinimizesCRunTimeLibraryUsage="false"
  316. WholeProgramOptimization="1"
  317. >
  318. <Tool
  319. Name="VCPreBuildEventTool"
  320. />
  321. <Tool
  322. Name="VCCustomBuildTool"
  323. />
  324. <Tool
  325. Name="VCXMLDataGeneratorTool"
  326. />
  327. <Tool
  328. Name="VCWebServiceProxyGeneratorTool"
  329. />
  330. <Tool
  331. Name="VCMIDLTool"
  332. PreprocessorDefinitions="NDEBUG"
  333. MkTypLibCompatible="true"
  334. SuppressStartupBanner="true"
  335. TargetEnvironment="1"
  336. TypeLibraryName="$(OutDir)/zlibvc.tlb"
  337. />
  338. <Tool
  339. Name="VCCLCompilerTool"
  340. InlineFunctionExpansion="1"
  341. AdditionalIncludeDirectories="..\..\.."
  342. PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI"
  343. StringPooling="true"
  344. ExceptionHandling="0"
  345. RuntimeLibrary="2"
  346. BufferSecurityCheck="false"
  347. EnableFunctionLevelLinking="true"
  348. PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
  349. AssemblerOutput="2"
  350. AssemblerListingLocation="$(IntDir)\"
  351. ObjectFile="$(IntDir)\"
  352. ProgramDataBaseFileName="$(OutDir)\"
  353. BrowseInformation="0"
  354. WarningLevel="3"
  355. SuppressStartupBanner="true"
  356. />
  357. <Tool
  358. Name="VCManagedResourceCompilerTool"
  359. />
  360. <Tool
  361. Name="VCResourceCompilerTool"
  362. PreprocessorDefinitions="NDEBUG"
  363. Culture="1036"
  364. />
  365. <Tool
  366. Name="VCPreLinkEventTool"
  367. />
  368. <Tool
  369. Name="VCLinkerTool"
  370. AdditionalOptions="/MACHINE:I386"
  371. OutputFile="$(OutDir)\zlibwapi.dll"
  372. LinkIncremental="1"
  373. SuppressStartupBanner="true"
  374. GenerateManifest="false"
  375. IgnoreAllDefaultLibraries="false"
  376. ModuleDefinitionFile=".\zlibvc.def"
  377. ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
  378. GenerateMapFile="true"
  379. MapFileName="$(OutDir)/zlibwapi.map"
  380. SubSystem="2"
  381. OptimizeForWindows98="1"
  382. RandomizedBaseAddress="1"
  383. DataExecutionPrevention="0"
  384. ImportLibrary="$(OutDir)/zlibwapi.lib"
  385. />
  386. <Tool
  387. Name="VCALinkTool"
  388. />
  389. <Tool
  390. Name="VCManifestTool"
  391. />
  392. <Tool
  393. Name="VCXDCMakeTool"
  394. />
  395. <Tool
  396. Name="VCBscMakeTool"
  397. />
  398. <Tool
  399. Name="VCFxCopTool"
  400. />
  401. <Tool
  402. Name="VCAppVerifierTool"
  403. />
  404. <Tool
  405. Name="VCPostBuildEventTool"
  406. />
  407. </Configuration>
  408. <Configuration
  409. Name="ReleaseWithoutAsm|x64"
  410. OutputDirectory="x64\ZlibDll$(ConfigurationName)"
  411. IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
  412. ConfigurationType="2"
  413. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  414. UseOfMFC="0"
  415. ATLMinimizesCRunTimeLibraryUsage="false"
  416. WholeProgramOptimization="1"
  417. >
  418. <Tool
  419. Name="VCPreBuildEventTool"
  420. />
  421. <Tool
  422. Name="VCCustomBuildTool"
  423. />
  424. <Tool
  425. Name="VCXMLDataGeneratorTool"
  426. />
  427. <Tool
  428. Name="VCWebServiceProxyGeneratorTool"
  429. />
  430. <Tool
  431. Name="VCMIDLTool"
  432. PreprocessorDefinitions="NDEBUG"
  433. MkTypLibCompatible="true"
  434. SuppressStartupBanner="true"
  435. TargetEnvironment="3"
  436. TypeLibraryName="$(OutDir)/zlibvc.tlb"
  437. />
  438. <Tool
  439. Name="VCCLCompilerTool"
  440. InlineFunctionExpansion="1"
  441. AdditionalIncludeDirectories="..\..\.."
  442. PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
  443. StringPooling="true"
  444. ExceptionHandling="0"
  445. RuntimeLibrary="2"
  446. BufferSecurityCheck="false"
  447. EnableFunctionLevelLinking="true"
  448. PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
  449. AssemblerOutput="2"
  450. AssemblerListingLocation="$(IntDir)\"
  451. ObjectFile="$(IntDir)\"
  452. ProgramDataBaseFileName="$(OutDir)\"
  453. BrowseInformation="0"
  454. WarningLevel="3"
  455. SuppressStartupBanner="true"
  456. />
  457. <Tool
  458. Name="VCManagedResourceCompilerTool"
  459. />
  460. <Tool
  461. Name="VCResourceCompilerTool"
  462. PreprocessorDefinitions="NDEBUG"
  463. Culture="1036"
  464. />
  465. <Tool
  466. Name="VCPreLinkEventTool"
  467. />
  468. <Tool
  469. Name="VCLinkerTool"
  470. OutputFile="$(OutDir)\zlibwapi.dll"
  471. LinkIncremental="1"
  472. SuppressStartupBanner="true"
  473. GenerateManifest="false"
  474. IgnoreAllDefaultLibraries="false"
  475. ModuleDefinitionFile=".\zlibvc.def"
  476. ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
  477. GenerateMapFile="true"
  478. MapFileName="$(OutDir)/zlibwapi.map"
  479. SubSystem="2"
  480. OptimizeForWindows98="1"
  481. ImportLibrary="$(OutDir)/zlibwapi.lib"
  482. TargetMachine="17"
  483. />
  484. <Tool
  485. Name="VCALinkTool"
  486. />
  487. <Tool
  488. Name="VCManifestTool"
  489. />
  490. <Tool
  491. Name="VCXDCMakeTool"
  492. />
  493. <Tool
  494. Name="VCBscMakeTool"
  495. />
  496. <Tool
  497. Name="VCFxCopTool"
  498. />
  499. <Tool
  500. Name="VCAppVerifierTool"
  501. />
  502. <Tool
  503. Name="VCPostBuildEventTool"
  504. />
  505. </Configuration>
  506. <Configuration
  507. Name="ReleaseWithoutAsm|Itanium"
  508. OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
  509. IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
  510. ConfigurationType="2"
  511. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  512. UseOfMFC="0"
  513. ATLMinimizesCRunTimeLibraryUsage="false"
  514. WholeProgramOptimization="1"
  515. >
  516. <Tool
  517. Name="VCPreBuildEventTool"
  518. />
  519. <Tool
  520. Name="VCCustomBuildTool"
  521. />
  522. <Tool
  523. Name="VCXMLDataGeneratorTool"
  524. />
  525. <Tool
  526. Name="VCWebServiceProxyGeneratorTool"
  527. />
  528. <Tool
  529. Name="VCMIDLTool"
  530. PreprocessorDefinitions="NDEBUG"
  531. MkTypLibCompatible="true"
  532. SuppressStartupBanner="true"
  533. TargetEnvironment="2"
  534. TypeLibraryName="$(OutDir)/zlibvc.tlb"
  535. />
  536. <Tool
  537. Name="VCCLCompilerTool"
  538. InlineFunctionExpansion="1"
  539. AdditionalIncludeDirectories="..\..\.."
  540. PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
  541. StringPooling="true"
  542. ExceptionHandling="0"
  543. RuntimeLibrary="2"
  544. BufferSecurityCheck="false"
  545. EnableFunctionLevelLinking="true"
  546. PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
  547. AssemblerOutput="2"
  548. AssemblerListingLocation="$(IntDir)\"
  549. ObjectFile="$(IntDir)\"
  550. ProgramDataBaseFileName="$(OutDir)\"
  551. BrowseInformation="0"
  552. WarningLevel="3"
  553. SuppressStartupBanner="true"
  554. />
  555. <Tool
  556. Name="VCManagedResourceCompilerTool"
  557. />
  558. <Tool
  559. Name="VCResourceCompilerTool"
  560. PreprocessorDefinitions="NDEBUG"
  561. Culture="1036"
  562. />
  563. <Tool
  564. Name="VCPreLinkEventTool"
  565. />
  566. <Tool
  567. Name="VCLinkerTool"
  568. OutputFile="$(OutDir)\zlibwapi.dll"
  569. LinkIncremental="1"
  570. SuppressStartupBanner="true"
  571. GenerateManifest="false"
  572. IgnoreAllDefaultLibraries="false"
  573. ModuleDefinitionFile=".\zlibvc.def"
  574. ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
  575. GenerateMapFile="true"
  576. MapFileName="$(OutDir)/zlibwapi.map"
  577. SubSystem="2"
  578. OptimizeForWindows98="1"
  579. ImportLibrary="$(OutDir)/zlibwapi.lib"
  580. TargetMachine="5"
  581. />
  582. <Tool
  583. Name="VCALinkTool"
  584. />
  585. <Tool
  586. Name="VCManifestTool"
  587. />
  588. <Tool
  589. Name="VCXDCMakeTool"
  590. />
  591. <Tool
  592. Name="VCBscMakeTool"
  593. />
  594. <Tool
  595. Name="VCFxCopTool"
  596. />
  597. <Tool
  598. Name="VCAppVerifierTool"
  599. />
  600. <Tool
  601. Name="VCPostBuildEventTool"
  602. />
  603. </Configuration>
  604. <Configuration
  605. Name="Release|Win32"
  606. OutputDirectory="x86\ZlibDll$(ConfigurationName)"
  607. IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
  608. ConfigurationType="2"
  609. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  610. UseOfMFC="0"
  611. ATLMinimizesCRunTimeLibraryUsage="false"
  612. WholeProgramOptimization="1"
  613. >
  614. <Tool
  615. Name="VCPreBuildEventTool"
  616. />
  617. <Tool
  618. Name="VCCustomBuildTool"
  619. />
  620. <Tool
  621. Name="VCXMLDataGeneratorTool"
  622. />
  623. <Tool
  624. Name="VCWebServiceProxyGeneratorTool"
  625. />
  626. <Tool
  627. Name="VCMIDLTool"
  628. PreprocessorDefinitions="NDEBUG"
  629. MkTypLibCompatible="true"
  630. SuppressStartupBanner="true"
  631. TargetEnvironment="1"
  632. TypeLibraryName="$(OutDir)/zlibvc.tlb"
  633. />
  634. <Tool
  635. Name="VCCLCompilerTool"
  636. InlineFunctionExpansion="1"
  637. AdditionalIncludeDirectories="..\..\.."
  638. PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI"
  639. StringPooling="true"
  640. ExceptionHandling="0"
  641. RuntimeLibrary="0"
  642. BufferSecurityCheck="false"
  643. EnableFunctionLevelLinking="true"
  644. PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
  645. AssemblerOutput="2"
  646. AssemblerListingLocation="$(IntDir)\"
  647. ObjectFile="$(IntDir)\"
  648. ProgramDataBaseFileName="$(OutDir)\"
  649. BrowseInformation="0"
  650. WarningLevel="3"
  651. SuppressStartupBanner="true"
  652. />
  653. <Tool
  654. Name="VCManagedResourceCompilerTool"
  655. />
  656. <Tool
  657. Name="VCResourceCompilerTool"
  658. PreprocessorDefinitions="NDEBUG"
  659. Culture="1036"
  660. />
  661. <Tool
  662. Name="VCPreLinkEventTool"
  663. />
  664. <Tool
  665. Name="VCLinkerTool"
  666. AdditionalOptions="/MACHINE:I386"
  667. OutputFile="$(OutDir)\zlibwapi.dll"
  668. LinkIncremental="1"
  669. SuppressStartupBanner="true"
  670. GenerateManifest="false"
  671. IgnoreAllDefaultLibraries="false"
  672. ModuleDefinitionFile=".\zlibvc.def"
  673. ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
  674. GenerateMapFile="true"
  675. MapFileName="$(OutDir)/zlibwapi.map"
  676. SubSystem="2"
  677. OptimizeForWindows98="1"
  678. RandomizedBaseAddress="1"
  679. DataExecutionPrevention="0"
  680. ImportLibrary="$(OutDir)/zlibwapi.lib"
  681. />
  682. <Tool
  683. Name="VCALinkTool"
  684. />
  685. <Tool
  686. Name="VCManifestTool"
  687. />
  688. <Tool
  689. Name="VCXDCMakeTool"
  690. />
  691. <Tool
  692. Name="VCBscMakeTool"
  693. />
  694. <Tool
  695. Name="VCFxCopTool"
  696. />
  697. <Tool
  698. Name="VCAppVerifierTool"
  699. />
  700. <Tool
  701. Name="VCPostBuildEventTool"
  702. />
  703. </Configuration>
  704. <Configuration
  705. Name="Release|x64"
  706. OutputDirectory="x64\ZlibDll$(ConfigurationName)"
  707. IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
  708. ConfigurationType="2"
  709. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  710. UseOfMFC="0"
  711. ATLMinimizesCRunTimeLibraryUsage="false"
  712. WholeProgramOptimization="1"
  713. >
  714. <Tool
  715. Name="VCPreBuildEventTool"
  716. />
  717. <Tool
  718. Name="VCCustomBuildTool"
  719. />
  720. <Tool
  721. Name="VCXMLDataGeneratorTool"
  722. />
  723. <Tool
  724. Name="VCWebServiceProxyGeneratorTool"
  725. />
  726. <Tool
  727. Name="VCMIDLTool"
  728. PreprocessorDefinitions="NDEBUG"
  729. MkTypLibCompatible="true"
  730. SuppressStartupBanner="true"
  731. TargetEnvironment="3"
  732. TypeLibraryName="$(OutDir)/zlibvc.tlb"
  733. />
  734. <Tool
  735. Name="VCCLCompilerTool"
  736. InlineFunctionExpansion="1"
  737. AdditionalIncludeDirectories="..\..\.."
  738. PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
  739. StringPooling="true"
  740. ExceptionHandling="0"
  741. RuntimeLibrary="2"
  742. BufferSecurityCheck="false"
  743. EnableFunctionLevelLinking="true"
  744. PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
  745. AssemblerOutput="2"
  746. AssemblerListingLocation="$(IntDir)\"
  747. ObjectFile="$(IntDir)\"
  748. ProgramDataBaseFileName="$(OutDir)\"
  749. BrowseInformation="0"
  750. WarningLevel="3"
  751. SuppressStartupBanner="true"
  752. />
  753. <Tool
  754. Name="VCManagedResourceCompilerTool"
  755. />
  756. <Tool
  757. Name="VCResourceCompilerTool"
  758. PreprocessorDefinitions="NDEBUG"
  759. Culture="1036"
  760. />
  761. <Tool
  762. Name="VCPreLinkEventTool"
  763. />
  764. <Tool
  765. Name="VCLinkerTool"
  766. OutputFile="$(OutDir)\zlibwapi.dll"
  767. LinkIncremental="1"
  768. SuppressStartupBanner="true"
  769. GenerateManifest="false"
  770. IgnoreAllDefaultLibraries="false"
  771. ModuleDefinitionFile=".\zlibvc.def"
  772. ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
  773. GenerateMapFile="true"
  774. MapFileName="$(OutDir)/zlibwapi.map"
  775. SubSystem="2"
  776. OptimizeForWindows98="1"
  777. ImportLibrary="$(OutDir)/zlibwapi.lib"
  778. TargetMachine="17"
  779. />
  780. <Tool
  781. Name="VCALinkTool"
  782. />
  783. <Tool
  784. Name="VCManifestTool"
  785. />
  786. <Tool
  787. Name="VCXDCMakeTool"
  788. />
  789. <Tool
  790. Name="VCBscMakeTool"
  791. />
  792. <Tool
  793. Name="VCFxCopTool"
  794. />
  795. <Tool
  796. Name="VCAppVerifierTool"
  797. />
  798. <Tool
  799. Name="VCPostBuildEventTool"
  800. />
  801. </Configuration>
  802. <Configuration
  803. Name="Release|Itanium"
  804. OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
  805. IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
  806. ConfigurationType="2"
  807. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  808. UseOfMFC="0"
  809. ATLMinimizesCRunTimeLibraryUsage="false"
  810. WholeProgramOptimization="1"
  811. >
  812. <Tool
  813. Name="VCPreBuildEventTool"
  814. />
  815. <Tool
  816. Name="VCCustomBuildTool"
  817. />
  818. <Tool
  819. Name="VCXMLDataGeneratorTool"
  820. />
  821. <Tool
  822. Name="VCWebServiceProxyGeneratorTool"
  823. />
  824. <Tool
  825. Name="VCMIDLTool"
  826. PreprocessorDefinitions="NDEBUG"
  827. MkTypLibCompatible="true"
  828. SuppressStartupBanner="true"
  829. TargetEnvironment="2"
  830. TypeLibraryName="$(OutDir)/zlibvc.tlb"
  831. />
  832. <Tool
  833. Name="VCCLCompilerTool"
  834. InlineFunctionExpansion="1"
  835. AdditionalIncludeDirectories="..\..\.."
  836. PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
  837. StringPooling="true"
  838. ExceptionHandling="0"
  839. RuntimeLibrary="2"
  840. BufferSecurityCheck="false"
  841. EnableFunctionLevelLinking="true"
  842. PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
  843. AssemblerOutput="2"
  844. AssemblerListingLocation="$(IntDir)\"
  845. ObjectFile="$(IntDir)\"
  846. ProgramDataBaseFileName="$(OutDir)\"
  847. BrowseInformation="0"
  848. WarningLevel="3"
  849. SuppressStartupBanner="true"
  850. />
  851. <Tool
  852. Name="VCManagedResourceCompilerTool"
  853. />
  854. <Tool
  855. Name="VCResourceCompilerTool"
  856. PreprocessorDefinitions="NDEBUG"
  857. Culture="1036"
  858. />
  859. <Tool
  860. Name="VCPreLinkEventTool"
  861. />
  862. <Tool
  863. Name="VCLinkerTool"
  864. OutputFile="$(OutDir)\zlibwapi.dll"
  865. LinkIncremental="1"
  866. SuppressStartupBanner="true"
  867. GenerateManifest="false"
  868. IgnoreAllDefaultLibraries="false"
  869. ModuleDefinitionFile=".\zlibvc.def"
  870. ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
  871. GenerateMapFile="true"
  872. MapFileName="$(OutDir)/zlibwapi.map"
  873. SubSystem="2"
  874. OptimizeForWindows98="1"
  875. ImportLibrary="$(OutDir)/zlibwapi.lib"
  876. TargetMachine="5"
  877. />
  878. <Tool
  879. Name="VCALinkTool"
  880. />
  881. <Tool
  882. Name="VCManifestTool"
  883. />
  884. <Tool
  885. Name="VCXDCMakeTool"
  886. />
  887. <Tool
  888. Name="VCBscMakeTool"
  889. />
  890. <Tool
  891. Name="VCFxCopTool"
  892. />
  893. <Tool
  894. Name="VCAppVerifierTool"
  895. />
  896. <Tool
  897. Name="VCPostBuildEventTool"
  898. />
  899. </Configuration>
  900. </Configurations>
  901. <References>
  902. </References>
  903. <Files>
  904. <Filter
  905. Name="Source Files"
  906. Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  907. >
  908. <File
  909. RelativePath="..\..\..\adler32.c"
  910. >
  911. </File>
  912. <File
  913. RelativePath="..\..\..\compress.c"
  914. >
  915. </File>
  916. <File
  917. RelativePath="..\..\..\crc32.c"
  918. >
  919. </File>
  920. <File
  921. RelativePath="..\..\..\deflate.c"
  922. >
  923. </File>
  924. <File
  925. RelativePath="..\..\..\gzclose.c"
  926. >
  927. </File>
  928. <File
  929. RelativePath="..\..\..\gzguts.h"
  930. >
  931. </File>
  932. <File
  933. RelativePath="..\..\..\gzlib.c"
  934. >
  935. </File>
  936. <File
  937. RelativePath="..\..\..\gzread.c"
  938. >
  939. </File>
  940. <File
  941. RelativePath="..\..\..\gzwrite.c"
  942. >
  943. </File>
  944. <File
  945. RelativePath="..\..\..\infback.c"
  946. >
  947. </File>
  948. <File
  949. RelativePath="..\..\..\inffast.c"
  950. >
  951. </File>
  952. <File
  953. RelativePath="..\..\..\inflate.c"
  954. >
  955. </File>
  956. <File
  957. RelativePath="..\..\..\inftrees.c"
  958. >
  959. </File>
  960. <File
  961. RelativePath="..\..\minizip\ioapi.c"
  962. >
  963. </File>
  964. <File
  965. RelativePath="..\..\minizip\iowin32.c"
  966. >
  967. </File>
  968. <File
  969. RelativePath="..\..\..\trees.c"
  970. >
  971. </File>
  972. <File
  973. RelativePath="..\..\..\uncompr.c"
  974. >
  975. </File>
  976. <File
  977. RelativePath="..\..\minizip\unzip.c"
  978. >
  979. <FileConfiguration
  980. Name="Release|Win32"
  981. >
  982. <Tool
  983. Name="VCCLCompilerTool"
  984. AdditionalIncludeDirectories=""
  985. PreprocessorDefinitions="ZLIB_INTERNAL"
  986. />
  987. </FileConfiguration>
  988. <FileConfiguration
  989. Name="Release|x64"
  990. >
  991. <Tool
  992. Name="VCCLCompilerTool"
  993. AdditionalIncludeDirectories=""
  994. PreprocessorDefinitions="ZLIB_INTERNAL"
  995. />
  996. </FileConfiguration>
  997. <FileConfiguration
  998. Name="Release|Itanium"
  999. >
  1000. <Tool
  1001. Name="VCCLCompilerTool"
  1002. AdditionalIncludeDirectories=""
  1003. PreprocessorDefinitions="ZLIB_INTERNAL"
  1004. />
  1005. </FileConfiguration>
  1006. </File>
  1007. <File
  1008. RelativePath="..\..\minizip\zip.c"
  1009. >
  1010. <FileConfiguration
  1011. Name="Release|Win32"
  1012. >
  1013. <Tool
  1014. Name="VCCLCompilerTool"
  1015. AdditionalIncludeDirectories=""
  1016. PreprocessorDefinitions="ZLIB_INTERNAL"
  1017. />
  1018. </FileConfiguration>
  1019. <FileConfiguration
  1020. Name="Release|x64"
  1021. >
  1022. <Tool
  1023. Name="VCCLCompilerTool"
  1024. AdditionalIncludeDirectories=""
  1025. PreprocessorDefinitions="ZLIB_INTERNAL"
  1026. />
  1027. </FileConfiguration>
  1028. <FileConfiguration
  1029. Name="Release|Itanium"
  1030. >
  1031. <Tool
  1032. Name="VCCLCompilerTool"
  1033. AdditionalIncludeDirectories=""
  1034. PreprocessorDefinitions="ZLIB_INTERNAL"
  1035. />
  1036. </FileConfiguration>
  1037. </File>
  1038. <File
  1039. RelativePath=".\zlib.rc"
  1040. >
  1041. </File>
  1042. <File
  1043. RelativePath=".\zlibvc.def"
  1044. >
  1045. </File>
  1046. <File
  1047. RelativePath="..\..\..\zutil.c"
  1048. >
  1049. </File>
  1050. </Filter>
  1051. <Filter
  1052. Name="Header Files"
  1053. Filter="h;hpp;hxx;hm;inl;fi;fd"
  1054. >
  1055. <File
  1056. RelativePath="..\..\..\deflate.h"
  1057. >
  1058. </File>
  1059. <File
  1060. RelativePath="..\..\..\infblock.h"
  1061. >
  1062. </File>
  1063. <File
  1064. RelativePath="..\..\..\infcodes.h"
  1065. >
  1066. </File>
  1067. <File
  1068. RelativePath="..\..\..\inffast.h"
  1069. >
  1070. </File>
  1071. <File
  1072. RelativePath="..\..\..\inftrees.h"
  1073. >
  1074. </File>
  1075. <File
  1076. RelativePath="..\..\..\infutil.h"
  1077. >
  1078. </File>
  1079. <File
  1080. RelativePath="..\..\..\zconf.h"
  1081. >
  1082. </File>
  1083. <File
  1084. RelativePath="..\..\..\zlib.h"
  1085. >
  1086. </File>
  1087. <File
  1088. RelativePath="..\..\..\zutil.h"
  1089. >
  1090. </File>
  1091. </Filter>
  1092. <Filter
  1093. Name="Resource Files"
  1094. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  1095. >
  1096. </Filter>
  1097. </Files>
  1098. <Globals>
  1099. </Globals>
  1100. </VisualStudioProject>