2
0

zlib.vcxproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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. <ItemGroup>
  22. <ClCompile Include="..\..\zlib\adler32.c" />
  23. <ClCompile Include="..\..\zlib\compress.c" />
  24. <ClCompile Include="..\..\zlib\crc32.c" />
  25. <ClCompile Include="..\..\zlib\deflate.c" />
  26. <ClCompile Include="..\..\zlib\infback.c" />
  27. <ClCompile Include="..\..\zlib\inffast.c" />
  28. <ClCompile Include="..\..\zlib\inflate.c" />
  29. <ClCompile Include="..\..\zlib\inftrees.c" />
  30. <ClCompile Include="..\..\zlib\trees.c" />
  31. <ClCompile Include="..\..\zlib\uncompr.c" />
  32. <ClCompile Include="..\..\zlib\zutil.c" />
  33. </ItemGroup>
  34. <ItemGroup>
  35. <ProjectReference Include="..\Download zlib.2015.vcxproj">
  36. <Project>{cdcec78e-d445-47ac-a2ae-debe2ce3a311}</Project>
  37. </ProjectReference>
  38. </ItemGroup>
  39. <PropertyGroup Label="Globals">
  40. <ProjectGuid>{60F89955-91C6-3A36-8000-13C592FEC2DF}</ProjectGuid>
  41. <Keyword>Win32Proj</Keyword>
  42. <RootNamespace>zlib</RootNamespace>
  43. </PropertyGroup>
  44. <Import Project="$(ProjectDir)..\..\..\w32\zlib.props" />
  45. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  47. <ConfigurationType>StaticLibrary</ConfigurationType>
  48. <PlatformToolset>v140</PlatformToolset>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  51. <ConfigurationType>StaticLibrary</ConfigurationType>
  52. <PlatformToolset>v140</PlatformToolset>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration">
  55. <ConfigurationType>StaticLibrary</ConfigurationType>
  56. <PlatformToolset>v140</PlatformToolset>
  57. <WholeProgramOptimization>false</WholeProgramOptimization>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
  60. <ConfigurationType>StaticLibrary</ConfigurationType>
  61. <PlatformToolset>v140</PlatformToolset>
  62. </PropertyGroup>
  63. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  64. <ImportGroup Label="ExtensionSettings">
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" 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. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. <Import Project="..\..\..\w32\extdll.props" />
  73. </ImportGroup>
  74. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="PropertySheets">
  75. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  76. <Import Project="..\..\..\w32\extdll.props" />
  77. </ImportGroup>
  78. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="PropertySheets">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. <Import Project="..\..\..\w32\extdll.props" />
  81. </ImportGroup>
  82. <PropertyGroup Label="UserMacros" />
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  84. <LinkIncremental>true</LinkIncremental>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  87. <LinkIncremental>true</LinkIncremental>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  90. <LinkIncremental>true</LinkIncremental>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  93. <LinkIncremental>true</LinkIncremental>
  94. </PropertyGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  96. <ClCompile>
  97. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. <WarningLevel>$(WarningLevel)</WarningLevel>
  99. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  100. <Optimization>Disabled</Optimization>
  101. <BrowseInformation>true</BrowseInformation>
  102. <FunctionLevelLinking>true</FunctionLevelLinking>
  103. <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
  104. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  105. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  106. </ClCompile>
  107. <Link>
  108. <TargetMachine>MachineX86</TargetMachine>
  109. <GenerateDebugInformation>true</GenerateDebugInformation>
  110. <SubSystem>Windows</SubSystem>
  111. </Link>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114. <ClCompile>
  115. <WarningLevel>$(WarningLevel)</WarningLevel>
  116. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  117. <Optimization>Full</Optimization>
  118. <IntrinsicFunctions>true</IntrinsicFunctions>
  119. <WholeProgramOptimization>true</WholeProgramOptimization>
  120. <BufferSecurityCheck>false</BufferSecurityCheck>
  121. <BrowseInformation>true</BrowseInformation>
  122. <FunctionLevelLinking>true</FunctionLevelLinking>
  123. <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
  124. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  125. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. </ClCompile>
  127. <Link>
  128. <TargetMachine>MachineX86</TargetMachine>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. <SubSystem>Windows</SubSystem>
  131. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  132. <OptimizeReferences>true</OptimizeReferences>
  133. </Link>
  134. <Lib>
  135. <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
  136. </Lib>
  137. </ItemDefinitionGroup>
  138. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  139. <Midl>
  140. <TargetEnvironment>X64</TargetEnvironment>
  141. </Midl>
  142. <ClCompile>
  143. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. <WarningLevel>$(WarningLevel)</WarningLevel>
  145. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  146. <Optimization>Disabled</Optimization>
  147. <BrowseInformation>true</BrowseInformation>
  148. <FunctionLevelLinking>true</FunctionLevelLinking>
  149. <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
  150. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  151. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  152. </ClCompile>
  153. <Link>
  154. <GenerateDebugInformation>true</GenerateDebugInformation>
  155. <SubSystem>Windows</SubSystem>
  156. </Link>
  157. </ItemDefinitionGroup>
  158. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  159. <Midl>
  160. <TargetEnvironment>X64</TargetEnvironment>
  161. </Midl>
  162. <ClCompile>
  163. <WarningLevel>$(WarningLevel)</WarningLevel>
  164. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  165. <Optimization>Full</Optimization>
  166. <IntrinsicFunctions>true</IntrinsicFunctions>
  167. <WholeProgramOptimization>true</WholeProgramOptimization>
  168. <BufferSecurityCheck>false</BufferSecurityCheck>
  169. <BrowseInformation>true</BrowseInformation>
  170. <FunctionLevelLinking>true</FunctionLevelLinking>
  171. <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
  172. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  173. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  174. </ClCompile>
  175. <Link>
  176. <GenerateDebugInformation>true</GenerateDebugInformation>
  177. <SubSystem>Windows</SubSystem>
  178. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  179. <OptimizeReferences>true</OptimizeReferences>
  180. </Link>
  181. <Lib>
  182. <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
  183. </Lib>
  184. </ItemDefinitionGroup>
  185. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  186. <ImportGroup Label="ExtensionTargets">
  187. </ImportGroup>
  188. </Project>