zlib.vcxproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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>TurnOffAllWarnings</WarningLevel>
  92. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  93. <Optimization>Disabled</Optimization>
  94. <BrowseInformation>true</BrowseInformation>
  95. <FunctionLevelLinking>true</FunctionLevelLinking>
  96. </ClCompile>
  97. <Link>
  98. <TargetMachine>MachineX86</TargetMachine>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. <SubSystem>Windows</SubSystem>
  101. </Link>
  102. </ItemDefinitionGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  104. <ClCompile>
  105. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  106. <WarningLevel>TurnOffAllWarnings</WarningLevel>
  107. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  108. <Optimization>Disabled</Optimization>
  109. <BrowseInformation>true</BrowseInformation>
  110. <FunctionLevelLinking>true</FunctionLevelLinking>
  111. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  112. </ClCompile>
  113. <Link>
  114. <TargetMachine>MachineX86</TargetMachine>
  115. <GenerateDebugInformation>true</GenerateDebugInformation>
  116. <SubSystem>Windows</SubSystem>
  117. </Link>
  118. </ItemDefinitionGroup>
  119. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
  120. <ClCompile>
  121. <WarningLevel>Level3</WarningLevel>
  122. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  123. <Optimization>Full</Optimization>
  124. <IntrinsicFunctions>true</IntrinsicFunctions>
  125. <WholeProgramOptimization>true</WholeProgramOptimization>
  126. <BufferSecurityCheck>false</BufferSecurityCheck>
  127. <BrowseInformation>true</BrowseInformation>
  128. <FunctionLevelLinking>true</FunctionLevelLinking>
  129. <TreatWarningAsError>true</TreatWarningAsError>
  130. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  131. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. </ClCompile>
  133. <Link>
  134. <TargetMachine>MachineX86</TargetMachine>
  135. <GenerateDebugInformation>true</GenerateDebugInformation>
  136. <SubSystem>Windows</SubSystem>
  137. </Link>
  138. <Lib>
  139. <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
  140. </Lib>
  141. </ItemDefinitionGroup>
  142. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  143. <ClCompile>
  144. <WarningLevel>Level3</WarningLevel>
  145. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  146. <Optimization>Full</Optimization>
  147. <IntrinsicFunctions>true</IntrinsicFunctions>
  148. <WholeProgramOptimization>true</WholeProgramOptimization>
  149. <BufferSecurityCheck>false</BufferSecurityCheck>
  150. <BrowseInformation>true</BrowseInformation>
  151. <FunctionLevelLinking>true</FunctionLevelLinking>
  152. <TreatWarningAsError>true</TreatWarningAsError>
  153. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  154. </ClCompile>
  155. <Link>
  156. <TargetMachine>MachineX86</TargetMachine>
  157. <GenerateDebugInformation>true</GenerateDebugInformation>
  158. <SubSystem>Windows</SubSystem>
  159. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  160. <OptimizeReferences>true</OptimizeReferences>
  161. </Link>
  162. <Lib>
  163. <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
  164. </Lib>
  165. </ItemDefinitionGroup>
  166. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  167. <ImportGroup Label="ExtensionTargets">
  168. </ImportGroup>
  169. </Project>