Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

834 lines
19 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="zlibstat"
  6. ProjectGUID="{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}"
  7. >
  8. <Platforms>
  9. <Platform
  10. Name="Win32"
  11. />
  12. <Platform
  13. Name="x64"
  14. />
  15. <Platform
  16. Name="Itanium"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="x86\ZlibStat$(ConfigurationName)"
  25. IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp"
  26. ConfigurationType="4"
  27. InheritedPropertySheets="C:\Program Files (x86)\Microsoft Visual Studio 8\VC\VCProjectDefaults\UpgradeFromVC70.vsprops"
  28. UseOfMFC="0"
  29. ATLMinimizesCRunTimeLibraryUsage="false"
  30. >
  31. <Tool
  32. Name="VCPreBuildEventTool"
  33. />
  34. <Tool
  35. Name="VCCustomBuildTool"
  36. />
  37. <Tool
  38. Name="VCXMLDataGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCWebServiceProxyGeneratorTool"
  42. />
  43. <Tool
  44. Name="VCMIDLTool"
  45. />
  46. <Tool
  47. Name="VCCLCompilerTool"
  48. Optimization="0"
  49. AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
  50. PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
  51. ExceptionHandling="0"
  52. RuntimeLibrary="1"
  53. BufferSecurityCheck="false"
  54. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  55. AssemblerListingLocation="$(IntDir)\"
  56. ObjectFile="$(IntDir)\"
  57. ProgramDataBaseFileName="$(OutDir)\"
  58. WarningLevel="3"
  59. SuppressStartupBanner="true"
  60. Detect64BitPortabilityProblems="true"
  61. DebugInformationFormat="1"
  62. />
  63. <Tool
  64. Name="VCManagedResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. Culture="1036"
  69. />
  70. <Tool
  71. Name="VCPreLinkEventTool"
  72. />
  73. <Tool
  74. Name="VCLibrarianTool"
  75. AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB"
  76. OutputFile="$(OutDir)\zlibstat.lib"
  77. SuppressStartupBanner="true"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Debug|x64"
  97. OutputDirectory="x64\ZlibStat$(ConfigurationName)"
  98. IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp"
  99. ConfigurationType="4"
  100. InheritedPropertySheets="C:\Program Files (x86)\Microsoft Visual Studio 8\VC\VCProjectDefaults\UpgradeFromVC70.vsprops"
  101. UseOfMFC="0"
  102. ATLMinimizesCRunTimeLibraryUsage="false"
  103. >
  104. <Tool
  105. Name="VCPreBuildEventTool"
  106. />
  107. <Tool
  108. Name="VCCustomBuildTool"
  109. />
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCMIDLTool"
  118. TargetEnvironment="3"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. Optimization="0"
  123. AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
  124. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
  125. ExceptionHandling="0"
  126. RuntimeLibrary="3"
  127. BufferSecurityCheck="false"
  128. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  129. AssemblerListingLocation="$(IntDir)\"
  130. ObjectFile="$(IntDir)\"
  131. ProgramDataBaseFileName="$(OutDir)\"
  132. WarningLevel="3"
  133. SuppressStartupBanner="true"
  134. Detect64BitPortabilityProblems="true"
  135. DebugInformationFormat="1"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. Culture="1036"
  143. />
  144. <Tool
  145. Name="VCPreLinkEventTool"
  146. />
  147. <Tool
  148. Name="VCLibrarianTool"
  149. AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB"
  150. OutputFile="$(OutDir)\zlibstat.lib"
  151. SuppressStartupBanner="true"
  152. />
  153. <Tool
  154. Name="VCALinkTool"
  155. />
  156. <Tool
  157. Name="VCXDCMakeTool"
  158. />
  159. <Tool
  160. Name="VCBscMakeTool"
  161. />
  162. <Tool
  163. Name="VCFxCopTool"
  164. />
  165. <Tool
  166. Name="VCPostBuildEventTool"
  167. />
  168. </Configuration>
  169. <Configuration
  170. Name="Release|Win32"
  171. OutputDirectory="x86\ZlibStat$(ConfigurationName)"
  172. IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp"
  173. ConfigurationType="4"
  174. InheritedPropertySheets="C:\Program Files (x86)\Microsoft Visual Studio 8\VC\VCProjectDefaults\UpgradeFromVC70.vsprops"
  175. UseOfMFC="0"
  176. ATLMinimizesCRunTimeLibraryUsage="false"
  177. >
  178. <Tool
  179. Name="VCPreBuildEventTool"
  180. />
  181. <Tool
  182. Name="VCCustomBuildTool"
  183. />
  184. <Tool
  185. Name="VCXMLDataGeneratorTool"
  186. />
  187. <Tool
  188. Name="VCWebServiceProxyGeneratorTool"
  189. />
  190. <Tool
  191. Name="VCMIDLTool"
  192. />
  193. <Tool
  194. Name="VCCLCompilerTool"
  195. InlineFunctionExpansion="1"
  196. AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
  197. PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF"
  198. StringPooling="true"
  199. ExceptionHandling="0"
  200. RuntimeLibrary="0"
  201. BufferSecurityCheck="false"
  202. EnableFunctionLevelLinking="true"
  203. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  204. AssemblerListingLocation="$(IntDir)\"
  205. ObjectFile="$(IntDir)\"
  206. ProgramDataBaseFileName="$(OutDir)\"
  207. WarningLevel="3"
  208. SuppressStartupBanner="true"
  209. />
  210. <Tool
  211. Name="VCManagedResourceCompilerTool"
  212. />
  213. <Tool
  214. Name="VCResourceCompilerTool"
  215. Culture="1036"
  216. />
  217. <Tool
  218. Name="VCPreLinkEventTool"
  219. />
  220. <Tool
  221. Name="VCLibrarianTool"
  222. AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB"
  223. AdditionalDependencies="..\..\masmx86\match686.obj ..\..\masmx86\inffas32.obj "
  224. OutputFile="$(OutDir)\zlibstat.lib"
  225. SuppressStartupBanner="true"
  226. />
  227. <Tool
  228. Name="VCALinkTool"
  229. />
  230. <Tool
  231. Name="VCXDCMakeTool"
  232. />
  233. <Tool
  234. Name="VCBscMakeTool"
  235. />
  236. <Tool
  237. Name="VCFxCopTool"
  238. />
  239. <Tool
  240. Name="VCPostBuildEventTool"
  241. />
  242. </Configuration>
  243. <Configuration
  244. Name="Release|x64"
  245. OutputDirectory="x64\ZlibStat$(ConfigurationName)"
  246. IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp"
  247. ConfigurationType="4"
  248. InheritedPropertySheets="C:\Program Files (x86)\Microsoft Visual Studio 8\VC\VCProjectDefaults\UpgradeFromVC70.vsprops"
  249. UseOfMFC="0"
  250. ATLMinimizesCRunTimeLibraryUsage="false"
  251. >
  252. <Tool
  253. Name="VCPreBuildEventTool"
  254. />
  255. <Tool
  256. Name="VCCustomBuildTool"
  257. />
  258. <Tool
  259. Name="VCXMLDataGeneratorTool"
  260. />
  261. <Tool
  262. Name="VCWebServiceProxyGeneratorTool"
  263. />
  264. <Tool
  265. Name="VCMIDLTool"
  266. TargetEnvironment="3"
  267. />
  268. <Tool
  269. Name="VCCLCompilerTool"
  270. InlineFunctionExpansion="1"
  271. AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
  272. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;WIN64"
  273. StringPooling="true"
  274. ExceptionHandling="0"
  275. RuntimeLibrary="2"
  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:AMD64 /NODEFAULTLIB"
  298. AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj "
  299. OutputFile="$(OutDir)\zlibstat.lib"
  300. SuppressStartupBanner="true"
  301. />
  302. <Tool
  303. Name="VCALinkTool"
  304. />
  305. <Tool
  306. Name="VCXDCMakeTool"
  307. />
  308. <Tool
  309. Name="VCBscMakeTool"
  310. />
  311. <Tool
  312. Name="VCFxCopTool"
  313. />
  314. <Tool
  315. Name="VCPostBuildEventTool"
  316. />
  317. </Configuration>
  318. <Configuration
  319. Name="ReleaseWithoutAsm|Win32"
  320. OutputDirectory="x86\ZlibStat$(ConfigurationName)"
  321. IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp"
  322. ConfigurationType="4"
  323. InheritedPropertySheets="C:\Program Files (x86)\Microsoft Visual Studio 8\VC\VCProjectDefaults\UpgradeFromVC70.vsprops"
  324. UseOfMFC="0"
  325. ATLMinimizesCRunTimeLibraryUsage="false"
  326. >
  327. <Tool
  328. Name="VCPreBuildEventTool"
  329. />
  330. <Tool
  331. Name="VCCustomBuildTool"
  332. />
  333. <Tool
  334. Name="VCXMLDataGeneratorTool"
  335. />
  336. <Tool
  337. Name="VCWebServiceProxyGeneratorTool"
  338. />
  339. <Tool
  340. Name="VCMIDLTool"
  341. />
  342. <Tool
  343. Name="VCCLCompilerTool"
  344. InlineFunctionExpansion="1"
  345. AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
  346. PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
  347. StringPooling="true"
  348. ExceptionHandling="0"
  349. RuntimeLibrary="0"
  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:X86 /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="ReleaseWithoutAsm|x64"
  393. OutputDirectory="x64\ZlibStat$(ConfigurationName)"
  394. IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp"
  395. ConfigurationType="4"
  396. InheritedPropertySheets="C:\Program Files (x86)\Microsoft Visual Studio 8\VC\VCProjectDefaults\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="3"
  415. />
  416. <Tool
  417. Name="VCCLCompilerTool"
  418. InlineFunctionExpansion="1"
  419. AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
  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="0"
  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:AMD64 /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="Debug|Itanium"
  467. OutputDirectory="ia64\ZlibStat$(ConfigurationName)"
  468. IntermediateDirectory="ia64\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. TargetEnvironment="2"
  489. />
  490. <Tool
  491. Name="VCCLCompilerTool"
  492. Optimization="0"
  493. AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
  494. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
  495. ExceptionHandling="0"
  496. RuntimeLibrary="3"
  497. BufferSecurityCheck="false"
  498. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  499. AssemblerListingLocation="$(IntDir)\"
  500. ObjectFile="$(IntDir)\"
  501. ProgramDataBaseFileName="$(OutDir)\"
  502. WarningLevel="3"
  503. SuppressStartupBanner="true"
  504. Detect64BitPortabilityProblems="true"
  505. DebugInformationFormat="1"
  506. />
  507. <Tool
  508. Name="VCManagedResourceCompilerTool"
  509. />
  510. <Tool
  511. Name="VCResourceCompilerTool"
  512. Culture="1036"
  513. />
  514. <Tool
  515. Name="VCPreLinkEventTool"
  516. />
  517. <Tool
  518. Name="VCLibrarianTool"
  519. AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB"
  520. OutputFile="$(OutDir)\zlibstat.lib"
  521. SuppressStartupBanner="true"
  522. />
  523. <Tool
  524. Name="VCALinkTool"
  525. />
  526. <Tool
  527. Name="VCXDCMakeTool"
  528. />
  529. <Tool
  530. Name="VCBscMakeTool"
  531. />
  532. <Tool
  533. Name="VCFxCopTool"
  534. />
  535. <Tool
  536. Name="VCPostBuildEventTool"
  537. />
  538. </Configuration>
  539. <Configuration
  540. Name="Release|Itanium"
  541. OutputDirectory="ia64\ZlibStat$(ConfigurationName)"
  542. IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp"
  543. ConfigurationType="4"
  544. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  545. UseOfMFC="0"
  546. ATLMinimizesCRunTimeLibraryUsage="false"
  547. >
  548. <Tool
  549. Name="VCPreBuildEventTool"
  550. />
  551. <Tool
  552. Name="VCCustomBuildTool"
  553. />
  554. <Tool
  555. Name="VCXMLDataGeneratorTool"
  556. />
  557. <Tool
  558. Name="VCWebServiceProxyGeneratorTool"
  559. />
  560. <Tool
  561. Name="VCMIDLTool"
  562. TargetEnvironment="2"
  563. />
  564. <Tool
  565. Name="VCCLCompilerTool"
  566. InlineFunctionExpansion="1"
  567. AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
  568. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
  569. StringPooling="true"
  570. ExceptionHandling="0"
  571. RuntimeLibrary="2"
  572. BufferSecurityCheck="false"
  573. EnableFunctionLevelLinking="true"
  574. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  575. AssemblerListingLocation="$(IntDir)\"
  576. ObjectFile="$(IntDir)\"
  577. ProgramDataBaseFileName="$(OutDir)\"
  578. WarningLevel="3"
  579. SuppressStartupBanner="true"
  580. />
  581. <Tool
  582. Name="VCManagedResourceCompilerTool"
  583. />
  584. <Tool
  585. Name="VCResourceCompilerTool"
  586. Culture="1036"
  587. />
  588. <Tool
  589. Name="VCPreLinkEventTool"
  590. />
  591. <Tool
  592. Name="VCLibrarianTool"
  593. AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB"
  594. OutputFile="$(OutDir)\zlibstat.lib"
  595. SuppressStartupBanner="true"
  596. />
  597. <Tool
  598. Name="VCALinkTool"
  599. />
  600. <Tool
  601. Name="VCXDCMakeTool"
  602. />
  603. <Tool
  604. Name="VCBscMakeTool"
  605. />
  606. <Tool
  607. Name="VCFxCopTool"
  608. />
  609. <Tool
  610. Name="VCPostBuildEventTool"
  611. />
  612. </Configuration>
  613. <Configuration
  614. Name="ReleaseWithoutAsm|Itanium"
  615. OutputDirectory="ia64\ZlibStat$(ConfigurationName)"
  616. IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp"
  617. ConfigurationType="4"
  618. InheritedPropertySheets="UpgradeFromVC70.vsprops"
  619. UseOfMFC="0"
  620. ATLMinimizesCRunTimeLibraryUsage="false"
  621. >
  622. <Tool
  623. Name="VCPreBuildEventTool"
  624. />
  625. <Tool
  626. Name="VCCustomBuildTool"
  627. />
  628. <Tool
  629. Name="VCXMLDataGeneratorTool"
  630. />
  631. <Tool
  632. Name="VCWebServiceProxyGeneratorTool"
  633. />
  634. <Tool
  635. Name="VCMIDLTool"
  636. TargetEnvironment="2"
  637. />
  638. <Tool
  639. Name="VCCLCompilerTool"
  640. InlineFunctionExpansion="1"
  641. AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
  642. PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64"
  643. StringPooling="true"
  644. ExceptionHandling="0"
  645. RuntimeLibrary="2"
  646. BufferSecurityCheck="false"
  647. EnableFunctionLevelLinking="true"
  648. PrecompiledHeaderFile="$(IntDir)/zlibstat.pch"
  649. AssemblerListingLocation="$(IntDir)\"
  650. ObjectFile="$(IntDir)\"
  651. ProgramDataBaseFileName="$(OutDir)\"
  652. WarningLevel="3"
  653. SuppressStartupBanner="true"
  654. />
  655. <Tool
  656. Name="VCManagedResourceCompilerTool"
  657. />
  658. <Tool
  659. Name="VCResourceCompilerTool"
  660. Culture="1036"
  661. />
  662. <Tool
  663. Name="VCPreLinkEventTool"
  664. />
  665. <Tool
  666. Name="VCLibrarianTool"
  667. AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB"
  668. OutputFile="$(OutDir)\zlibstat.lib"
  669. SuppressStartupBanner="true"
  670. />
  671. <Tool
  672. Name="VCALinkTool"
  673. />
  674. <Tool
  675. Name="VCXDCMakeTool"
  676. />
  677. <Tool
  678. Name="VCBscMakeTool"
  679. />
  680. <Tool
  681. Name="VCFxCopTool"
  682. />
  683. <Tool
  684. Name="VCPostBuildEventTool"
  685. />
  686. </Configuration>
  687. </Configurations>
  688. <References>
  689. </References>
  690. <Files>
  691. <Filter
  692. Name="Source Files"
  693. >
  694. <File
  695. RelativePath="..\..\..\adler32.c"
  696. >
  697. </File>
  698. <File
  699. RelativePath="..\..\..\compress.c"
  700. >
  701. </File>
  702. <File
  703. RelativePath="..\..\..\crc32.c"
  704. >
  705. </File>
  706. <File
  707. RelativePath="..\..\..\deflate.c"
  708. >
  709. </File>
  710. <File
  711. RelativePath="..\..\..\gzclose.c"
  712. >
  713. </File>
  714. <File
  715. RelativePath="..\..\..\gzguts.h"
  716. >
  717. </File>
  718. <File
  719. RelativePath="..\..\..\gzlib.c"
  720. >
  721. </File>
  722. <File
  723. RelativePath="..\..\..\gzread.c"
  724. >
  725. </File>
  726. <File
  727. RelativePath="..\..\..\gzwrite.c"
  728. >
  729. </File>
  730. <File
  731. RelativePath="..\..\..\infback.c"
  732. >
  733. </File>
  734. <File
  735. RelativePath="..\..\masmx64\inffas8664.c"
  736. >
  737. <FileConfiguration
  738. Name="Debug|Win32"
  739. ExcludedFromBuild="true"
  740. >
  741. <Tool
  742. Name="VCCLCompilerTool"
  743. />
  744. </FileConfiguration>
  745. <FileConfiguration
  746. Name="Release|Win32"
  747. ExcludedFromBuild="true"
  748. >
  749. <Tool
  750. Name="VCCLCompilerTool"
  751. />
  752. </FileConfiguration>
  753. <FileConfiguration
  754. Name="ReleaseWithoutAsm|Win32"
  755. ExcludedFromBuild="true"
  756. >
  757. <Tool
  758. Name="VCCLCompilerTool"
  759. />
  760. </FileConfiguration>
  761. <FileConfiguration
  762. Name="Debug|Itanium"
  763. ExcludedFromBuild="true"
  764. >
  765. <Tool
  766. Name="VCCLCompilerTool"
  767. />
  768. </FileConfiguration>
  769. <FileConfiguration
  770. Name="Release|Itanium"
  771. ExcludedFromBuild="true"
  772. >
  773. <Tool
  774. Name="VCCLCompilerTool"
  775. />
  776. </FileConfiguration>
  777. <FileConfiguration
  778. Name="ReleaseWithoutAsm|Itanium"
  779. ExcludedFromBuild="true"
  780. >
  781. <Tool
  782. Name="VCCLCompilerTool"
  783. />
  784. </FileConfiguration>
  785. </File>
  786. <File
  787. RelativePath="..\..\..\inffast.c"
  788. >
  789. </File>
  790. <File
  791. RelativePath="..\..\..\inflate.c"
  792. >
  793. </File>
  794. <File
  795. RelativePath="..\..\..\inftrees.c"
  796. >
  797. </File>
  798. <File
  799. RelativePath="..\..\minizip\ioapi.c"
  800. >
  801. </File>
  802. <File
  803. RelativePath="..\..\..\trees.c"
  804. >
  805. </File>
  806. <File
  807. RelativePath="..\..\..\uncompr.c"
  808. >
  809. </File>
  810. <File
  811. RelativePath="..\..\minizip\unzip.c"
  812. >
  813. </File>
  814. <File
  815. RelativePath="..\..\minizip\zip.c"
  816. >
  817. </File>
  818. <File
  819. RelativePath=".\zlib.rc"
  820. >
  821. </File>
  822. <File
  823. RelativePath=".\zlibvc.def"
  824. >
  825. </File>
  826. <File
  827. RelativePath="..\..\..\zutil.c"
  828. >
  829. </File>
  830. </Filter>
  831. </Files>
  832. <Globals>
  833. </Globals>
  834. </VisualStudioProject>