zlib.vcxproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <ItemGroup Label="ProjectConfigurations">
  3. <ProjectConfiguration Include="Debug|Win32">
  4. <Configuration>Debug</Configuration>
  5. <Platform>Win32</Platform>
  6. </ProjectConfiguration>
  7. <ProjectConfiguration Include="Release|Win32">
  8. <Configuration>Release</Configuration>
  9. <Platform>Win32</Platform>
  10. </ProjectConfiguration>
  11. </ItemGroup>
  12. <PropertyGroup Label="Globals">
  13. <ProjectGuid>{e49ff4af-766a-598f-91a2-99f255aad4a8}</ProjectGuid>
  14. <Keyword>Win32Proj</Keyword>
  15. <RootNamespace>zlib</RootNamespace>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  19. <ConfigurationType>StaticLibrary</ConfigurationType>
  20. <UseDebugLibraries>true</UseDebugLibraries>
  21. <CharacterSet>Unicode</CharacterSet>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  24. <ConfigurationType>StaticLibrary</ConfigurationType>
  25. <UseDebugLibraries>false</UseDebugLibraries>
  26. <WholeProgramOptimization>true</WholeProgramOptimization>
  27. <CharacterSet>Unicode</CharacterSet>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  30. <ImportGroup Label="ExtensionSettings" />
  31. <ImportGroup Label="PropertySheets" />
  32. <PropertyGroup Label="UserMacros" />
  33. <PropertyGroup />
  34. <ItemDefinitionGroup>
  35. <ClCompile>
  36. <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  37. <AdditionalIncludeDirectories>..\..\config\win32-msvc\zlib-1.2.5;..\..\third_party\zlib-1.2.5;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  38. </ClCompile>
  39. </ItemDefinitionGroup>
  40. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  41. <ClCompile>
  42. <WarningLevel>Level3</WarningLevel>
  43. <Optimization>Disabled</Optimization>
  44. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  45. </ClCompile>
  46. </ItemDefinitionGroup>
  47. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  48. <ClCompile>
  49. <Optimization>MaxSpeed</Optimization>
  50. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  51. <FunctionLevelLinking>true</FunctionLevelLinking>
  52. <IntrinsicFunctions>true</IntrinsicFunctions>
  53. </ClCompile>
  54. </ItemDefinitionGroup>
  55. <ItemGroup>
  56. <ClInclude Include="..\..\config\win32-msvc\zlib-1.2.5\zconf.h"/>
  57. <ClInclude Include="..\..\third_party\zlib-1.2.5\crc32.h"/>
  58. <ClInclude Include="..\..\third_party\zlib-1.2.5\deflate.h"/>
  59. <ClInclude Include="..\..\third_party\zlib-1.2.5\inffast.h"/>
  60. <ClInclude Include="..\..\third_party\zlib-1.2.5\inffixed.h"/>
  61. <ClInclude Include="..\..\third_party\zlib-1.2.5\inflate.h"/>
  62. <ClInclude Include="..\..\third_party\zlib-1.2.5\inftrees.h"/>
  63. <ClInclude Include="..\..\third_party\zlib-1.2.5\trees.h"/>
  64. <ClInclude Include="..\..\third_party\zlib-1.2.5\zlib.h"/>
  65. <ClInclude Include="..\..\third_party\zlib-1.2.5\zutil.h"/>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ClCompile Include="..\..\third_party\zlib-1.2.5\adler32.c">
  69. </ClCompile>
  70. <ClCompile Include="..\..\third_party\zlib-1.2.5\compress.c">
  71. </ClCompile>
  72. <ClCompile Include="..\..\third_party\zlib-1.2.5\crc32.c">
  73. </ClCompile>
  74. <ClCompile Include="..\..\third_party\zlib-1.2.5\deflate.c">
  75. </ClCompile>
  76. <ClCompile Include="..\..\third_party\zlib-1.2.5\gzread.c">
  77. </ClCompile>
  78. <ClCompile Include="..\..\third_party\zlib-1.2.5\gzwrite.c">
  79. </ClCompile>
  80. <ClCompile Include="..\..\third_party\zlib-1.2.5\gzclose.c">
  81. </ClCompile>
  82. <ClCompile Include="..\..\third_party\zlib-1.2.5\infback.c">
  83. </ClCompile>
  84. <ClCompile Include="..\..\third_party\zlib-1.2.5\inffast.c">
  85. </ClCompile>
  86. <ClCompile Include="..\..\third_party\zlib-1.2.5\inflate.c">
  87. </ClCompile>
  88. <ClCompile Include="..\..\third_party\zlib-1.2.5\inftrees.c">
  89. </ClCompile>
  90. <ClCompile Include="..\..\third_party\zlib-1.2.5\trees.c">
  91. </ClCompile>
  92. <ClCompile Include="..\..\third_party\zlib-1.2.5\uncompr.c">
  93. </ClCompile>
  94. <ClCompile Include="..\..\third_party\zlib-1.2.5\zutil.c">
  95. </ClCompile>
  96. </ItemGroup>
  97. <ItemGroup>
  98. </ItemGroup>
  99. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  100. <ImportGroup Label="ExtensionTargets" />
  101. </Project>