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

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="zlib"
  6. ProjectGUID="{2FCD4B66-9CF9-4C8F-BC70-37CD20002D49}"
  7. RootNamespace="zlib"
  8. Keyword="MFCProj"
  9. SignManifests="true"
  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="$(ConfigurationName)"
  22. IntermediateDirectory="$(OutDir)"
  23. ConfigurationType="4"
  24. UseOfMFC="1"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. DisableSpecificWarnings="4995;4996"
  46. Optimization="0"
  47. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  48. RuntimeLibrary="1"
  49. ForceConformanceInForLoopScope="true"
  50. PrecompiledHeaderFile=".Debug/zlib.pch"
  51. AssemblerListingLocation=".Debug/"
  52. ObjectFile=".Debug/"
  53. ProgramDataBaseFileName=".Debug/"
  54. WarningLevel="3"
  55. SuppressStartupBanner="true"
  56. DebugInformationFormat="4"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. Culture="2057"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLibrarianTool"
  70. OutputFile="../../lib/$(ProjectName)D.lib"
  71. SuppressStartupBanner="true"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCPostBuildEventTool"
  87. />
  88. </Configuration>
  89. <Configuration
  90. Name="Release|Win32"
  91. OutputDirectory="$(ConfigurationName)"
  92. IntermediateDirectory="$(OutDir)"
  93. ConfigurationType="4"
  94. UseOfMFC="2"
  95. ATLMinimizesCRunTimeLibraryUsage="false"
  96. CharacterSet="2"
  97. >
  98. <Tool
  99. Name="VCPreBuildEventTool"
  100. />
  101. <Tool
  102. Name="VCCustomBuildTool"
  103. />
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCMIDLTool"
  112. />
  113. <Tool
  114. Name="VCCLCompilerTool"
  115. DisableSpecificWarnings="4995;4996"
  116. Optimization="3"
  117. InlineFunctionExpansion="1"
  118. EnableIntrinsicFunctions="true"
  119. FavorSizeOrSpeed="1"
  120. OmitFramePointers="true"
  121. EnableFiberSafeOptimizations="true"
  122. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  123. StringPooling="true"
  124. RuntimeLibrary="0"
  125. BufferSecurityCheck="false"
  126. EnableFunctionLevelLinking="true"
  127. ForceConformanceInForLoopScope="true"
  128. PrecompiledHeaderFile=".Release/zlib.pch"
  129. AssemblerListingLocation=".Release/"
  130. ObjectFile=".Release/"
  131. ProgramDataBaseFileName=".Release/"
  132. WarningLevel="3"
  133. SuppressStartupBanner="true"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. Culture="2057"
  141. />
  142. <Tool
  143. Name="VCPreLinkEventTool"
  144. />
  145. <Tool
  146. Name="VCLibrarianTool"
  147. OutputFile="../../lib/$(ProjectName)R.lib"
  148. SuppressStartupBanner="true"
  149. />
  150. <Tool
  151. Name="VCALinkTool"
  152. />
  153. <Tool
  154. Name="VCXDCMakeTool"
  155. />
  156. <Tool
  157. Name="VCBscMakeTool"
  158. />
  159. <Tool
  160. Name="VCFxCopTool"
  161. />
  162. <Tool
  163. Name="VCPostBuildEventTool"
  164. />
  165. </Configuration>
  166. </Configurations>
  167. <References>
  168. </References>
  169. <Files>
  170. <Filter
  171. Name="Source Files"
  172. Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  173. >
  174. <File
  175. RelativePath=".Adler32.c"
  176. >
  177. </File>
  178. <File
  179. RelativePath=".Compress.c"
  180. >
  181. </File>
  182. <File
  183. RelativePath=".Crc32.c"
  184. >
  185. </File>
  186. <File
  187. RelativePath=".Deflate.c"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".Gzio.c"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".Infblock.c"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".Infcodes.c"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".Inffast.c"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".Inflate.c"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".Inftrees.c"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".Infutil.c"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".Trees.c"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".Uncompr.c"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".Zutil.c"
  228. >
  229. </File>
  230. </Filter>
  231. <Filter
  232. Name="Header Files"
  233. Filter="h;hpp;hxx;hm;inl;fi;fd"
  234. >
  235. <File
  236. RelativePath=".deflate.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".infblock.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".infcodes.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".inffast.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".inftrees.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".infutil.h"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".zconf.h"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".zlib.h"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".zutil.h"
  269. >
  270. </File>
  271. </Filter>
  272. <Filter
  273. Name="Resource Files"
  274. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  275. >
  276. </Filter>
  277. </Files>
  278. <Globals>
  279. <Global
  280. Name="DevPartner_IsInstrumented"
  281. Value="0"
  282. />
  283. </Globals>
  284. </VisualStudioProject>