zlib.vcxproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug Library|Win32">
  5. <Configuration>Debug Library</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release Library|Win32">
  13. <Configuration>Release Library</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="$(ZLibSrcDir)\adler32.c" />
  23. <ClCompile Include="$(ZLibSrcDir)\compress.c" />
  24. <ClCompile Include="$(ZLibSrcDir)\crc32.c" />
  25. <ClCompile Include="$(ZLibSrcDir)\deflate.c" />
  26. <ClCompile Include="$(ZLibSrcDir)\infback.c" />
  27. <ClCompile Include="$(ZLibSrcDir)\inffast.c" />
  28. <ClCompile Include="$(ZLibSrcDir)\inflate.c" />
  29. <ClCompile Include="$(ZLibSrcDir)\inftrees.c" />
  30. <ClCompile Include="$(ZLibSrcDir)\trees.c" />
  31. <ClCompile Include="$(ZLibSrcDir)\uncompr.c" />
  32. <ClCompile Include="$(ZLibSrcDir)\zutil.c" />
  33. </ItemGroup>
  34. <PropertyGroup Label="Globals">
  35. <ProjectGuid>{60F89955-91C6-3A36-8000-13C592FEC2DF}</ProjectGuid>
  36. <Keyword>Win32Proj</Keyword>
  37. <RootNamespace>zlib</RootNamespace>
  38. </PropertyGroup>
  39. <Import Project="$(SolutionDir)\zlib.props" />
  40. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration">
  42. <ConfigurationType>StaticLibrary</ConfigurationType>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="Configuration">
  48. <ConfigurationType>StaticLibrary</ConfigurationType>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  51. <ConfigurationType>StaticLibrary</ConfigurationType>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  54. <ConfigurationType>StaticLibrary</ConfigurationType>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  61. </ImportGroup>
  62. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  67. </ImportGroup>
  68. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
  73. <LinkIncremental>true</LinkIncremental>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  76. <LinkIncremental>true</LinkIncremental>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
  79. <LinkIncremental>true</LinkIncremental>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  82. <LinkIncremental>true</LinkIncremental>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <LinkIncremental>true</LinkIncremental>
  86. </PropertyGroup>
  87. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
  88. <ClCompile>
  89. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  90. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  91. <WarningLevel>$(WarningLevel)</WarningLevel>
  92. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  93. <Optimization>Disabled</Optimization>
  94. <BrowseInformation>true</BrowseInformation>
  95. <FunctionLevelLinking>true</FunctionLevelLinking>
  96. <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
  97. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  98. </ClCompile>
  99. <Link>
  100. <TargetMachine>MachineX86</TargetMachine>
  101. <GenerateDebugInformation>true</GenerateDebugInformation>
  102. <SubSystem>Windows</SubSystem>
  103. </Link>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  106. <ClCompile>
  107. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. <WarningLevel>$(WarningLevel)</WarningLevel>
  109. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  110. <Optimization>Disabled</Optimization>
  111. <BrowseInformation>true</BrowseInformation>
  112. <FunctionLevelLinking>true</FunctionLevelLinking>
  113. <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
  114. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  115. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  116. </ClCompile>
  117. <Link>
  118. <TargetMachine>MachineX86</TargetMachine>
  119. <GenerateDebugInformation>true</GenerateDebugInformation>
  120. <SubSystem>Windows</SubSystem>
  121. </Link>
  122. </ItemDefinitionGroup>
  123. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
  124. <ClCompile>
  125. <WarningLevel>$(WarningLevel)</WarningLevel>
  126. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  127. <Optimization>Full</Optimization>
  128. <IntrinsicFunctions>true</IntrinsicFunctions>
  129. <WholeProgramOptimization>true</WholeProgramOptimization>
  130. <BufferSecurityCheck>false</BufferSecurityCheck>
  131. <BrowseInformation>true</BrowseInformation>
  132. <FunctionLevelLinking>true</FunctionLevelLinking>
  133. <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
  134. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  135. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  136. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. </ClCompile>
  138. <Link>
  139. <TargetMachine>MachineX86</TargetMachine>
  140. <GenerateDebugInformation>true</GenerateDebugInformation>
  141. <SubSystem>Windows</SubSystem>
  142. </Link>
  143. <Lib>
  144. <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
  145. </Lib>
  146. </ItemDefinitionGroup>
  147. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  148. <ClCompile>
  149. <WarningLevel>$(WarningLevel)</WarningLevel>
  150. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  151. <Optimization>Full</Optimization>
  152. <IntrinsicFunctions>true</IntrinsicFunctions>
  153. <WholeProgramOptimization>true</WholeProgramOptimization>
  154. <BufferSecurityCheck>false</BufferSecurityCheck>
  155. <BrowseInformation>true</BrowseInformation>
  156. <FunctionLevelLinking>true</FunctionLevelLinking>
  157. <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
  158. <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
  159. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  160. </ClCompile>
  161. <Link>
  162. <TargetMachine>MachineX86</TargetMachine>
  163. <GenerateDebugInformation>true</GenerateDebugInformation>
  164. <SubSystem>Windows</SubSystem>
  165. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  166. <OptimizeReferences>true</OptimizeReferences>
  167. </Link>
  168. <Lib>
  169. <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
  170. </Lib>
  171. </ItemDefinitionGroup>
  172. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  173. <ImportGroup Label="ExtensionTargets">
  174. </ImportGroup>
  175. </Project>