zlib.vcproj
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:5k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="zlib"
  6. ProjectGUID="{2FCD4B66-9CF9-4C8F-BC70-37CD20002D49}"
  7. SccProjectName=""
  8. SccLocalPath=""
  9. Keyword="MFCProj">
  10. <Platforms>
  11. <Platform
  12. Name="Win32"/>
  13. </Platforms>
  14. <Configurations>
  15. <Configuration
  16. Name="Debug|Win32"
  17. OutputDirectory="$(ConfigurationName)"
  18. IntermediateDirectory="$(OutDir)"
  19. ConfigurationType="4"
  20. UseOfMFC="2"
  21. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  22. CharacterSet="2">
  23. <Tool
  24. Name="VCCLCompilerTool"
  25. Optimization="0"
  26. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  27. RuntimeLibrary="3"
  28. ForceConformanceInForLoopScope="TRUE"
  29. PrecompiledHeaderFile=".Debug/zlib.pch"
  30. AssemblerListingLocation=".Debug/"
  31. ObjectFile=".Debug/"
  32. ProgramDataBaseFileName=".Debug/"
  33. WarningLevel="3"
  34. SuppressStartupBanner="TRUE"
  35. DebugInformationFormat="4"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLibrarianTool"
  40. OutputFile="../../lib/$(ProjectName)D.lib"
  41. SuppressStartupBanner="TRUE"/>
  42. <Tool
  43. Name="VCMIDLTool"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"
  52. Culture="2057"/>
  53. <Tool
  54. Name="VCWebServiceProxyGeneratorTool"/>
  55. <Tool
  56. Name="VCXMLDataGeneratorTool"/>
  57. <Tool
  58. Name="VCManagedWrapperGeneratorTool"/>
  59. <Tool
  60. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  61. </Configuration>
  62. <Configuration
  63. Name="Release|Win32"
  64. OutputDirectory="$(ConfigurationName)"
  65. IntermediateDirectory="$(OutDir)"
  66. ConfigurationType="4"
  67. UseOfMFC="2"
  68. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  69. CharacterSet="2">
  70. <Tool
  71. Name="VCCLCompilerTool"
  72. Optimization="3"
  73. GlobalOptimizations="TRUE"
  74. InlineFunctionExpansion="1"
  75. EnableIntrinsicFunctions="TRUE"
  76. FavorSizeOrSpeed="1"
  77. OmitFramePointers="TRUE"
  78. EnableFiberSafeOptimizations="TRUE"
  79. OptimizeForProcessor="1"
  80. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  81. StringPooling="TRUE"
  82. RuntimeLibrary="0"
  83. BufferSecurityCheck="FALSE"
  84. EnableFunctionLevelLinking="TRUE"
  85. ForceConformanceInForLoopScope="TRUE"
  86. PrecompiledHeaderFile=".Release/zlib.pch"
  87. AssemblerListingLocation=".Release/"
  88. ObjectFile=".Release/"
  89. ProgramDataBaseFileName=".Release/"
  90. WarningLevel="3"
  91. SuppressStartupBanner="TRUE"/>
  92. <Tool
  93. Name="VCCustomBuildTool"/>
  94. <Tool
  95. Name="VCLibrarianTool"
  96. OutputFile="../../lib/$(ProjectName)R.lib"
  97. SuppressStartupBanner="TRUE"/>
  98. <Tool
  99. Name="VCMIDLTool"/>
  100. <Tool
  101. Name="VCPostBuildEventTool"/>
  102. <Tool
  103. Name="VCPreBuildEventTool"/>
  104. <Tool
  105. Name="VCPreLinkEventTool"/>
  106. <Tool
  107. Name="VCResourceCompilerTool"
  108. Culture="2057"/>
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"/>
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"/>
  113. <Tool
  114. Name="VCManagedWrapperGeneratorTool"/>
  115. <Tool
  116. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  117. </Configuration>
  118. </Configurations>
  119. <References>
  120. </References>
  121. <Files>
  122. <Filter
  123. Name="Source Files"
  124. Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90">
  125. <File
  126. RelativePath=".Adler32.c">
  127. </File>
  128. <File
  129. RelativePath=".Compress.c">
  130. </File>
  131. <File
  132. RelativePath=".Crc32.c">
  133. </File>
  134. <File
  135. RelativePath=".Deflate.c">
  136. </File>
  137. <File
  138. RelativePath=".Gzio.c">
  139. </File>
  140. <File
  141. RelativePath=".Infblock.c">
  142. </File>
  143. <File
  144. RelativePath=".Infcodes.c">
  145. </File>
  146. <File
  147. RelativePath=".Inffast.c">
  148. </File>
  149. <File
  150. RelativePath=".Inflate.c">
  151. </File>
  152. <File
  153. RelativePath=".Inftrees.c">
  154. </File>
  155. <File
  156. RelativePath=".Infutil.c">
  157. </File>
  158. <File
  159. RelativePath=".Trees.c">
  160. </File>
  161. <File
  162. RelativePath=".Uncompr.c">
  163. </File>
  164. <File
  165. RelativePath=".Zutil.c">
  166. </File>
  167. </Filter>
  168. <Filter
  169. Name="Header Files"
  170. Filter="h;hpp;hxx;hm;inl;fi;fd">
  171. <File
  172. RelativePath=".deflate.h">
  173. </File>
  174. <File
  175. RelativePath=".infblock.h">
  176. </File>
  177. <File
  178. RelativePath=".infcodes.h">
  179. </File>
  180. <File
  181. RelativePath=".inffast.h">
  182. </File>
  183. <File
  184. RelativePath=".inftrees.h">
  185. </File>
  186. <File
  187. RelativePath=".infutil.h">
  188. </File>
  189. <File
  190. RelativePath=".zconf.h">
  191. </File>
  192. <File
  193. RelativePath=".zlib.h">
  194. </File>
  195. <File
  196. RelativePath=".zutil.h">
  197. </File>
  198. </Filter>
  199. <Filter
  200. Name="Resource Files"
  201. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
  202. </Filter>
  203. </Files>
  204. <Globals>
  205. <Global
  206. Name="DevPartner_IsInstrumented"
  207. Value="0"/>
  208. </Globals>
  209. </VisualStudioProject>