zlib.vcxproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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="DebugFast|Win32">
  5. <Configuration>DebugFast</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="DebugFast|x64">
  9. <Configuration>DebugFast</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{3E1339F5-9311-4122-9442-369702E8FCAD}</ProjectGuid>
  31. <RootNamespace>zlib</RootNamespace>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  35. <ConfigurationType>StaticLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <CharacterSet>Unicode</CharacterSet>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  40. <ConfigurationType>StaticLibrary</ConfigurationType>
  41. <UseDebugLibraries>true</UseDebugLibraries>
  42. <CharacterSet>Unicode</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. <UseDebugLibraries>false</UseDebugLibraries>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <WholeProgramOptimization>false</WholeProgramOptimization>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  51. <ConfigurationType>StaticLibrary</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">
  56. <ConfigurationType>StaticLibrary</ConfigurationType>
  57. </PropertyGroup>
  58. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">
  59. <CharacterSet>Unicode</CharacterSet>
  60. </PropertyGroup>
  61. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">
  62. <ConfigurationType>StaticLibrary</ConfigurationType>
  63. </PropertyGroup>
  64. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">
  65. <CharacterSet>Unicode</CharacterSet>
  66. </PropertyGroup>
  67. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  68. <ImportGroup Label="ExtensionSettings">
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. <Import Project="..\..\Source\VSProps\Base.props" />
  73. <Import Project="..\..\Source\VSProps\CodeGen_Debug.props" />
  74. </ImportGroup>
  75. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  76. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  77. <Import Project="..\..\Source\VSProps\Base.props" />
  78. <Import Project="..\..\Source\VSProps\CodeGen_Debug.props" />
  79. </ImportGroup>
  80. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. <Import Project="..\..\Source\VSProps\Base.props" />
  83. <Import Project="..\..\Source\VSProps\CodeGen_Release.props" />
  84. </ImportGroup>
  85. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. <Import Project="..\..\Source\VSProps\Base.props" />
  88. <Import Project="..\..\Source\VSProps\CodeGen_Release.props" />
  89. </ImportGroup>
  90. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'" Label="PropertySheets">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. <Import Project="..\..\Source\VSProps\Base.props" />
  93. <Import Project="..\..\Source\VSProps\CodeGen_DebugFast.props" />
  94. </ImportGroup>
  95. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" Label="PropertySheets">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. <Import Project="..\..\Source\VSProps\Base.props" />
  98. <Import Project="..\..\Source\VSProps\CodeGen_DebugFast.props" />
  99. </ImportGroup>
  100. <PropertyGroup Label="UserMacros" />
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  110. <ClCompile />
  111. <Link>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. </Link>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  116. <ClCompile />
  117. <Link>
  118. <GenerateDebugInformation>true</GenerateDebugInformation>
  119. </Link>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  122. <ClCompile />
  123. <Link>
  124. <GenerateDebugInformation>true</GenerateDebugInformation>
  125. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  126. <OptimizeReferences>true</OptimizeReferences>
  127. </Link>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  130. <ClCompile />
  131. <Link>
  132. <GenerateDebugInformation>true</GenerateDebugInformation>
  133. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  134. <OptimizeReferences>true</OptimizeReferences>
  135. </Link>
  136. </ItemDefinitionGroup>
  137. <ItemGroup>
  138. <ClCompile Include="adler32.c" />
  139. <ClCompile Include="compress.c" />
  140. <ClCompile Include="crc32.c" />
  141. <ClCompile Include="deflate.c" />
  142. <ClCompile Include="gzclose.c" />
  143. <ClCompile Include="gzlib.c" />
  144. <ClCompile Include="gzread.c" />
  145. <ClCompile Include="gzwrite.c" />
  146. <ClCompile Include="infback.c" />
  147. <ClCompile Include="inffast.c" />
  148. <ClCompile Include="inflate.c" />
  149. <ClCompile Include="inftrees.c" />
  150. <ClCompile Include="trees.c" />
  151. <ClCompile Include="uncompr.c" />
  152. <ClCompile Include="zutil.c" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <ClInclude Include="crc32.h" />
  156. <ClInclude Include="deflate.h" />
  157. <ClInclude Include="gzguts.h" />
  158. <ClInclude Include="inffast.h" />
  159. <ClInclude Include="inffixed.h" />
  160. <ClInclude Include="inflate.h" />
  161. <ClInclude Include="inftrees.h" />
  162. <ClInclude Include="trees.h" />
  163. <ClInclude Include="zconf.h" />
  164. <ClInclude Include="zlib.h" />
  165. <ClInclude Include="zutil.h" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="CMakeLists.txt" />
  169. </ItemGroup>
  170. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  171. <ImportGroup Label="ExtensionTargets">
  172. </ImportGroup>
  173. </Project>