libpng.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="libpng"
  6. RootNamespace="libpng">
  7. <Platforms>
  8. <Platform
  9. Name="Win32"/>
  10. </Platforms>
  11. <Configurations>
  12. <Configuration
  13. Name="DLL Release|Win32"
  14. OutputDirectory=".\Win32_DLL_Release"
  15. IntermediateDirectory=".\Win32_DLL_Release"
  16. ConfigurationType="2">
  17. <Tool
  18. Name="VCCLCompilerTool"
  19. InlineFunctionExpansion="1"
  20. AdditionalIncludeDirectories="..\..;..\..\..\zlib"
  21. PreprocessorDefinitions="WIN32;NDEBUG;PNG_BUILD_DLL;ZLIB_DLL;_CRT_SECURE_NO_WARNINGS"
  22. StringPooling="TRUE"
  23. RuntimeLibrary="2"
  24. EnableFunctionLevelLinking="TRUE"
  25. UsePrecompiledHeader="3"
  26. PrecompiledHeaderThrough="pngpriv.h"
  27. WarningLevel="3"
  28. CompileAs="0"/>
  29. <Tool
  30. Name="VCCustomBuildTool"/>
  31. <Tool
  32. Name="VCLinkerTool"
  33. OutputFile="$(OutDir)/libpng16.dll"
  34. LinkIncremental="1"/>
  35. <Tool
  36. Name="VCMIDLTool"/>
  37. <Tool
  38. Name="VCPostBuildEventTool"/>
  39. <Tool
  40. Name="VCPreBuildEventTool"
  41. CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
  42. <Tool
  43. Name="VCPreLinkEventTool"/>
  44. <Tool
  45. Name="VCResourceCompilerTool"
  46. PreprocessorDefinitions="NDEBUG"
  47. Culture="1033"
  48. AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
  49. <Tool
  50. Name="VCWebServiceProxyGeneratorTool"/>
  51. <Tool
  52. Name="VCXMLDataGeneratorTool"/>
  53. <Tool
  54. Name="VCWebDeploymentTool"/>
  55. <Tool
  56. Name="VCManagedWrapperGeneratorTool"/>
  57. <Tool
  58. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  59. </Configuration>
  60. <Configuration
  61. Name="DLL Debug|Win32"
  62. OutputDirectory=".\Win32_DLL_Debug"
  63. IntermediateDirectory=".\Win32_DLL_Debug"
  64. ConfigurationType="2">
  65. <Tool
  66. Name="VCCLCompilerTool"
  67. Optimization="0"
  68. AdditionalIncludeDirectories="..\..;..\..\..\zlib"
  69. PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_DEBUG=1;PNG_BUILD_DLL;ZLIB_DLL;_CRT_SECURE_NO_WARNINGS"
  70. BasicRuntimeChecks="3"
  71. RuntimeLibrary="3"
  72. UsePrecompiledHeader="3"
  73. PrecompiledHeaderThrough="pngpriv.h"
  74. WarningLevel="3"
  75. DebugInformationFormat="4"
  76. CompileAs="0"/>
  77. <Tool
  78. Name="VCCustomBuildTool"/>
  79. <Tool
  80. Name="VCLinkerTool"
  81. OutputFile="$(OutDir)/libpng16d.dll"
  82. GenerateDebugInformation="TRUE"/>
  83. <Tool
  84. Name="VCMIDLTool"/>
  85. <Tool
  86. Name="VCPostBuildEventTool"/>
  87. <Tool
  88. Name="VCPreBuildEventTool"
  89. CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
  90. <Tool
  91. Name="VCPreLinkEventTool"/>
  92. <Tool
  93. Name="VCResourceCompilerTool"
  94. PreprocessorDefinitions="_DEBUG,PNG_DEBUG=1"
  95. Culture="1033"
  96. AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"/>
  99. <Tool
  100. Name="VCXMLDataGeneratorTool"/>
  101. <Tool
  102. Name="VCWebDeploymentTool"/>
  103. <Tool
  104. Name="VCManagedWrapperGeneratorTool"/>
  105. <Tool
  106. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  107. </Configuration>
  108. <Configuration
  109. Name="DLL VB|Win32"
  110. OutputDirectory=".\Win32_DLL_VB"
  111. IntermediateDirectory=".\Win32_DLL_VB"
  112. ConfigurationType="2">
  113. <Tool
  114. Name="VCCLCompilerTool"
  115. InlineFunctionExpansion="1"
  116. AdditionalIncludeDirectories="..\..;..\..\..\zlib"
  117. PreprocessorDefinitions="WIN32;NDEBUG;PNG_BUILD_DLL;ZLIB_DLL;PNGAPI=__stdcall;PNG_NO_MODULEDEF;PNG_LIBPNG_SPECIALBUILD;PNG_USER_PRIVATEBUILD;_CRT_SECURE_NO_WARNINGS"
  118. StringPooling="TRUE"
  119. RuntimeLibrary="2"
  120. EnableFunctionLevelLinking="TRUE"
  121. UsePrecompiledHeader="3"
  122. PrecompiledHeaderThrough="pngpriv.h"
  123. WarningLevel="3"
  124. CompileAs="0"/>
  125. <Tool
  126. Name="VCCustomBuildTool"/>
  127. <Tool
  128. Name="VCLinkerTool"
  129. OutputFile="$(OutDir)/libpng16vb.dll"
  130. LinkIncremental="1"/>
  131. <Tool
  132. Name="VCMIDLTool"/>
  133. <Tool
  134. Name="VCPostBuildEventTool"/>
  135. <Tool
  136. Name="VCPreBuildEventTool"
  137. CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
  138. <Tool
  139. Name="VCPreLinkEventTool"/>
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. AdditionalOptions="/d PNG_NO_PEDANTIC_WARNINGS /d PNG_LIBPNG_DLLFNAME_POSTFIX=&quot;&quot;&quot;&quot;VB&quot;&quot;&quot;&quot; /d PNG_LIBPNG_SPECIALBUILD=&quot;&quot;&quot;&quot;__stdcall calling convention used for exported functions&quot;&quot;&quot;&quot;"
  143. PreprocessorDefinitions="NDEBUG"
  144. Culture="1033"
  145. AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
  146. <Tool
  147. Name="VCWebServiceProxyGeneratorTool"/>
  148. <Tool
  149. Name="VCXMLDataGeneratorTool"/>
  150. <Tool
  151. Name="VCWebDeploymentTool"/>
  152. <Tool
  153. Name="VCManagedWrapperGeneratorTool"/>
  154. <Tool
  155. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  156. </Configuration>
  157. <Configuration
  158. Name="LIB Release|Win32"
  159. OutputDirectory=".\Win32_LIB_Release"
  160. IntermediateDirectory=".\Win32_LIB_Release"
  161. ConfigurationType="4">
  162. <Tool
  163. Name="VCCLCompilerTool"
  164. InlineFunctionExpansion="1"
  165. AdditionalIncludeDirectories="..\..;..\..\..\zlib"
  166. PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  167. StringPooling="TRUE"
  168. RuntimeLibrary="0"
  169. EnableFunctionLevelLinking="TRUE"
  170. UsePrecompiledHeader="3"
  171. PrecompiledHeaderThrough="pngpriv.h"
  172. WarningLevel="3"
  173. CompileAs="0"/>
  174. <Tool
  175. Name="VCCustomBuildTool"/>
  176. <Tool
  177. Name="VCLibrarianTool"
  178. OutputFile="$(OutDir)/libpng.lib"/>
  179. <Tool
  180. Name="VCMIDLTool"/>
  181. <Tool
  182. Name="VCPostBuildEventTool"/>
  183. <Tool
  184. Name="VCPreBuildEventTool"
  185. CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
  186. <Tool
  187. Name="VCPreLinkEventTool"/>
  188. <Tool
  189. Name="VCResourceCompilerTool"/>
  190. <Tool
  191. Name="VCWebServiceProxyGeneratorTool"/>
  192. <Tool
  193. Name="VCXMLDataGeneratorTool"/>
  194. <Tool
  195. Name="VCManagedWrapperGeneratorTool"/>
  196. <Tool
  197. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  198. </Configuration>
  199. <Configuration
  200. Name="LIB Debug|Win32"
  201. OutputDirectory=".\Win32_LIB_Debug"
  202. IntermediateDirectory=".\Win32_LIB_Debug"
  203. ConfigurationType="4">
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. Optimization="0"
  207. AdditionalIncludeDirectories="..\..;..\..\..\zlib"
  208. PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_DEBUG=1;_CRT_SECURE_NO_WARNINGS"
  209. BasicRuntimeChecks="3"
  210. RuntimeLibrary="1"
  211. UsePrecompiledHeader="3"
  212. PrecompiledHeaderThrough="pngpriv.h"
  213. WarningLevel="3"
  214. DebugInformationFormat="4"
  215. CompileAs="0"/>
  216. <Tool
  217. Name="VCCustomBuildTool"/>
  218. <Tool
  219. Name="VCLibrarianTool"
  220. OutputFile="$(OutDir)/libpngd.lib"/>
  221. <Tool
  222. Name="VCMIDLTool"/>
  223. <Tool
  224. Name="VCPostBuildEventTool"/>
  225. <Tool
  226. Name="VCPreBuildEventTool"
  227. CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
  228. <Tool
  229. Name="VCPreLinkEventTool"/>
  230. <Tool
  231. Name="VCResourceCompilerTool"/>
  232. <Tool
  233. Name="VCWebServiceProxyGeneratorTool"/>
  234. <Tool
  235. Name="VCXMLDataGeneratorTool"/>
  236. <Tool
  237. Name="VCManagedWrapperGeneratorTool"/>
  238. <Tool
  239. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  240. </Configuration>
  241. </Configurations>
  242. <References>
  243. </References>
  244. <Files>
  245. <Filter
  246. Name="Source Files"
  247. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  248. <File
  249. RelativePath="..\..\png.c">
  250. <FileConfiguration
  251. Name="DLL Release|Win32">
  252. <Tool
  253. Name="VCCLCompilerTool"
  254. UsePrecompiledHeader="0"/>
  255. </FileConfiguration>
  256. <FileConfiguration
  257. Name="DLL Debug|Win32">
  258. <Tool
  259. Name="VCCLCompilerTool"
  260. UsePrecompiledHeader="0"/>
  261. </FileConfiguration>
  262. <FileConfiguration
  263. Name="DLL VB|Win32">
  264. <Tool
  265. Name="VCCLCompilerTool"
  266. UsePrecompiledHeader="0"/>
  267. </FileConfiguration>
  268. <FileConfiguration
  269. Name="LIB Release|Win32">
  270. <Tool
  271. Name="VCCLCompilerTool"
  272. UsePrecompiledHeader="0"/>
  273. </FileConfiguration>
  274. <FileConfiguration
  275. Name="LIB Debug|Win32">
  276. <Tool
  277. Name="VCCLCompilerTool"
  278. UsePrecompiledHeader="0"/>
  279. </FileConfiguration>
  280. </File>
  281. <File
  282. RelativePath="..\..\pngerror.c">
  283. <FileConfiguration
  284. Name="DLL Release|Win32">
  285. <Tool
  286. Name="VCCLCompilerTool"
  287. UsePrecompiledHeader="1"/>
  288. </FileConfiguration>
  289. <FileConfiguration
  290. Name="DLL Debug|Win32">
  291. <Tool
  292. Name="VCCLCompilerTool"
  293. UsePrecompiledHeader="1"/>
  294. </FileConfiguration>
  295. <FileConfiguration
  296. Name="DLL VB|Win32">
  297. <Tool
  298. Name="VCCLCompilerTool"
  299. UsePrecompiledHeader="1"/>
  300. </FileConfiguration>
  301. <FileConfiguration
  302. Name="LIB Release|Win32">
  303. <Tool
  304. Name="VCCLCompilerTool"
  305. UsePrecompiledHeader="1"/>
  306. </FileConfiguration>
  307. <FileConfiguration
  308. Name="LIB Debug|Win32">
  309. <Tool
  310. Name="VCCLCompilerTool"
  311. UsePrecompiledHeader="1"/>
  312. </FileConfiguration>
  313. </File>
  314. <File
  315. RelativePath="..\..\pngget.c">
  316. </File>
  317. <File
  318. RelativePath="..\..\pngmem.c">
  319. </File>
  320. <File
  321. RelativePath="..\..\pngpread.c">
  322. </File>
  323. <File
  324. RelativePath="..\..\pngread.c">
  325. </File>
  326. <File
  327. RelativePath="..\..\pngrio.c">
  328. </File>
  329. <File
  330. RelativePath="..\..\pngrtran.c">
  331. </File>
  332. <File
  333. RelativePath="..\..\pngrutil.c">
  334. </File>
  335. <File
  336. RelativePath="..\..\pngset.c">
  337. </File>
  338. <File
  339. RelativePath="..\..\pngtrans.c">
  340. </File>
  341. <File
  342. RelativePath="..\..\pngwio.c">
  343. </File>
  344. <File
  345. RelativePath="..\..\pngwrite.c">
  346. </File>
  347. <File
  348. RelativePath="..\..\pngwtran.c">
  349. </File>
  350. <File
  351. RelativePath="..\..\pngwutil.c">
  352. </File>
  353. </Filter>
  354. <Filter
  355. Name="Header Files"
  356. Filter="h;hpp;hxx;hm;inl">
  357. <File
  358. RelativePath="..\..\png.h">
  359. </File>
  360. <File
  361. RelativePath="..\..\pngconf.h">
  362. </File>
  363. <File
  364. RelativePath="..\..\pngpriv.h">
  365. </File>
  366. </Filter>
  367. <Filter
  368. Name="Resource Files"
  369. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  370. <File
  371. RelativePath="..\..\scripts\pngwin.rc">
  372. <FileConfiguration
  373. Name="LIB Release|Win32"
  374. ExcludedFromBuild="TRUE">
  375. <Tool
  376. Name="VCResourceCompilerTool"/>
  377. </FileConfiguration>
  378. <FileConfiguration
  379. Name="LIB Debug|Win32"
  380. ExcludedFromBuild="TRUE">
  381. <Tool
  382. Name="VCResourceCompilerTool"/>
  383. </FileConfiguration>
  384. </File>
  385. </Filter>
  386. <File
  387. RelativePath=".\PRJ0041.mak">
  388. <FileConfiguration
  389. Name="DLL Release|Win32">
  390. <Tool
  391. Name="VCCustomBuildTool"
  392. Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
  393. CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
  394. Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
  395. </FileConfiguration>
  396. <FileConfiguration
  397. Name="DLL Debug|Win32">
  398. <Tool
  399. Name="VCCustomBuildTool"
  400. Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
  401. CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
  402. Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
  403. </FileConfiguration>
  404. <FileConfiguration
  405. Name="DLL VB|Win32">
  406. <Tool
  407. Name="VCCustomBuildTool"
  408. Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
  409. CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
  410. Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
  411. </FileConfiguration>
  412. </File>
  413. <File
  414. RelativePath="README.txt">
  415. </File>
  416. </Files>
  417. <Globals>
  418. </Globals>
  419. </VisualStudioProject>