2
0

libpng.2017.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>libpng</ProjectName>
  23. <ProjectGuid>{D6973076-9317-4EF2-A0B8-B7A18AC0713E}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>libpng</RootNamespace>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <Import Project="$(SolutionDir)w32\zlib.props" Condition=" '$(zlibImported)' == '' " />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. <WholeProgramOptimization>true</WholeProgramOptimization>
  33. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  44. <WholeProgramOptimization>false</WholeProgramOptimization>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
  47. <ConfigurationType>DynamicLibrary</ConfigurationType>
  48. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <Import Project="$(SolutionDir)\w32\download_libpng.props" Condition=" '$(downloadlibpngPropsImported)' == '' " />
  52. <ImportGroup Label="ExtensionSettings">
  53. </ImportGroup>
  54. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="PropertySheets">
  55. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  56. <Import Project="..\..\..\w32\extdll.props" />
  57. </ImportGroup>
  58. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. <Import Project="..\..\..\w32\extdll.props" />
  61. </ImportGroup>
  62. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="PropertySheets">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. <Import Project="..\..\..\w32\extdll.props" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. <Import Project="..\..\..\w32\extdll.props" />
  69. </ImportGroup>
  70. <PropertyGroup Label="UserMacros" />
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  72. <LinkIncremental>false</LinkIncremental>
  73. <TargetName>$(ProjectName)16</TargetName>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  76. <LinkIncremental>false</LinkIncremental>
  77. <TargetName>$(ProjectName)16</TargetName>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <LinkIncremental>false</LinkIncremental>
  81. <TargetName>$(ProjectName)16</TargetName>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. <TargetName>$(ProjectName)16</TargetName>
  86. </PropertyGroup>
  87. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  88. <ClCompile>
  89. <PrecompiledHeader>Use</PrecompiledHeader>
  90. <WarningLevel>$(WarningLevel)</WarningLevel>
  91. <MinimalRebuild>false</MinimalRebuild>
  92. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  93. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  94. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <IntrinsicFunctions>true</IntrinsicFunctions>
  96. <FunctionLevelLinking>true</FunctionLevelLinking>
  97. <FloatingPointExceptions>false</FloatingPointExceptions>
  98. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  99. <PrecompiledHeaderFile>pngpriv.h</PrecompiledHeaderFile>
  100. <BrowseInformation>true</BrowseInformation>
  101. <CompileAs>CompileAsC</CompileAs>
  102. <StringPooling>true</StringPooling>
  103. <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
  104. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  105. <Optimization>Disabled</Optimization>
  106. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  107. </ClCompile>
  108. <Link>
  109. <SubSystem>Windows</SubSystem>
  110. <GenerateDebugInformation>true</GenerateDebugInformation>
  111. <Version>16</Version>
  112. </Link>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  115. <ClCompile>
  116. <WarningLevel>$(WarningLevel)</WarningLevel>
  117. <PrecompiledHeader>Use</PrecompiledHeader>
  118. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  119. <FunctionLevelLinking>true</FunctionLevelLinking>
  120. <IntrinsicFunctions>true</IntrinsicFunctions>
  121. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. <FloatingPointExceptions>false</FloatingPointExceptions>
  123. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  124. <PrecompiledHeaderFile>pngpriv.h</PrecompiledHeaderFile>
  125. <BrowseInformation>true</BrowseInformation>
  126. <CompileAs>CompileAsC</CompileAs>
  127. <StringPooling>true</StringPooling>
  128. <MinimalRebuild>false</MinimalRebuild>
  129. <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
  130. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  131. <Optimization>Full</Optimization>
  132. </ClCompile>
  133. <Link>
  134. <SubSystem>Windows</SubSystem>
  135. <GenerateDebugInformation>false</GenerateDebugInformation>
  136. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  137. <OptimizeReferences>true</OptimizeReferences>
  138. <Version>16</Version>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  142. <Midl>
  143. <TargetEnvironment>X64</TargetEnvironment>
  144. </Midl>
  145. <ClCompile>
  146. <PrecompiledHeader>Use</PrecompiledHeader>
  147. <WarningLevel>$(WarningLevel)</WarningLevel>
  148. <MinimalRebuild>false</MinimalRebuild>
  149. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  150. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  151. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. <IntrinsicFunctions>true</IntrinsicFunctions>
  153. <FunctionLevelLinking>true</FunctionLevelLinking>
  154. <FloatingPointExceptions>false</FloatingPointExceptions>
  155. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  156. <PrecompiledHeaderFile>pngpriv.h</PrecompiledHeaderFile>
  157. <BrowseInformation>true</BrowseInformation>
  158. <CompileAs>CompileAsC</CompileAs>
  159. <StringPooling>true</StringPooling>
  160. <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
  161. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  162. <Optimization>Disabled</Optimization>
  163. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  164. </ClCompile>
  165. <Link>
  166. <SubSystem>Windows</SubSystem>
  167. <GenerateDebugInformation>true</GenerateDebugInformation>
  168. <Version>16</Version>
  169. </Link>
  170. </ItemDefinitionGroup>
  171. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  172. <Midl>
  173. <TargetEnvironment>X64</TargetEnvironment>
  174. </Midl>
  175. <ClCompile>
  176. <WarningLevel>$(WarningLevel)</WarningLevel>
  177. <PrecompiledHeader>Use</PrecompiledHeader>
  178. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  179. <FunctionLevelLinking>true</FunctionLevelLinking>
  180. <IntrinsicFunctions>true</IntrinsicFunctions>
  181. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  182. <FloatingPointExceptions>false</FloatingPointExceptions>
  183. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  184. <PrecompiledHeaderFile>pngpriv.h</PrecompiledHeaderFile>
  185. <BrowseInformation>true</BrowseInformation>
  186. <CompileAs>CompileAsC</CompileAs>
  187. <StringPooling>true</StringPooling>
  188. <MinimalRebuild>false</MinimalRebuild>
  189. <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
  190. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  191. <Optimization>Full</Optimization>
  192. </ClCompile>
  193. <Link>
  194. <SubSystem>Windows</SubSystem>
  195. <GenerateDebugInformation>false</GenerateDebugInformation>
  196. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  197. <OptimizeReferences>true</OptimizeReferences>
  198. <Version>16</Version>
  199. </Link>
  200. </ItemDefinitionGroup>
  201. <ItemGroup>
  202. <CustomBuild Include="cleancount">
  203. <FileType>Document</FileType>
  204. <Message>Generating pnglibconf.h</Message>
  205. <Command>copy $(ProjectDir)..\..\libpng\scripts\pnglibconf.h.prebuilt $(ProjectDir)..\..\libpng\pnglibconf.h</Command>
  206. <Outputs>$(ProjectDir)..\..\libpng\pnglibconf.h;%(Outputs)</Outputs>
  207. </CustomBuild>
  208. <ClCompile Include="..\..\libpng\png.c">
  209. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  210. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  211. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  212. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  213. </ClCompile>
  214. <ClCompile Include="..\..\libpng\pngerror.c" />
  215. <ClCompile Include="..\..\libpng\pngget.c" />
  216. <ClCompile Include="..\..\libpng\pngmem.c" />
  217. <ClCompile Include="..\..\libpng\pngpread.c" />
  218. <ClCompile Include="..\..\libpng\pngread.c" />
  219. <ClCompile Include="..\..\libpng\pngrio.c" />
  220. <ClCompile Include="..\..\libpng\pngrtran.c" />
  221. <ClCompile Include="..\..\libpng\pngrutil.c" />
  222. <ClCompile Include="..\..\libpng\pngset.c" />
  223. <ClCompile Include="..\..\libpng\pngtrans.c" />
  224. <ClCompile Include="..\..\libpng\pngwio.c" />
  225. <ClCompile Include="..\..\libpng\pngwrite.c" />
  226. <ClCompile Include="..\..\libpng\pngwtran.c" />
  227. <ClCompile Include="..\..\libpng\pngwutil.c" />
  228. </ItemGroup>
  229. <ItemGroup>
  230. <ResourceCompile Include="..\..\libpng\scripts\pngwin.rc">
  231. </ResourceCompile>
  232. </ItemGroup>
  233. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  234. <ImportGroup Label="ExtensionTargets">
  235. </ImportGroup>
  236. </Project>