minizip.vcxproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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|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="RD|Win32">
  13. <Configuration>RD</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="RD|x64">
  17. <Configuration>RD</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClInclude Include="ioapi.h" />
  23. <ClInclude Include="unzip.h" />
  24. <ClInclude Include="zip.h" />
  25. </ItemGroup>
  26. <ItemGroup>
  27. <ClCompile Include="ioapi.c" />
  28. <ClCompile Include="unzip.c" />
  29. <ClCompile Include="zip.c" />
  30. </ItemGroup>
  31. <PropertyGroup Label="Globals">
  32. <ProjectGuid>{AA3CC588-9D08-4178-A1E8-C71561E99723}</ProjectGuid>
  33. <Keyword>Win32Proj</Keyword>
  34. <RootNamespace>minizip</RootNamespace>
  35. </PropertyGroup>
  36. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  38. <ConfigurationType>DynamicLibrary</ConfigurationType>
  39. <UseDebugLibraries>true</UseDebugLibraries>
  40. <PlatformToolset>v110</PlatformToolset>
  41. <CharacterSet>Unicode</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <UseDebugLibraries>true</UseDebugLibraries>
  46. <PlatformToolset>v110</PlatformToolset>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v110</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="Configuration">
  57. <ConfigurationType>DynamicLibrary</ConfigurationType>
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <PlatformToolset>v110</PlatformToolset>
  60. <WholeProgramOptimization>true</WholeProgramOptimization>
  61. <CharacterSet>Unicode</CharacterSet>
  62. </PropertyGroup>
  63. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  64. <ImportGroup Label="ExtensionSettings">
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. <Import Project="..\..\VCMI_global_debug.props" />
  69. <Import Project="..\..\VCMI_global.props" />
  70. </ImportGroup>
  71. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. <Import Project="..\..\VCMI_global_debug.props" />
  74. <Import Project="..\..\VCMI_global.props" />
  75. </ImportGroup>
  76. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
  77. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  78. <Import Project="..\..\VCMI_global_release.props" />
  79. <Import Project="..\..\VCMI_global.props" />
  80. </ImportGroup>
  81. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="PropertySheets">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. <Import Project="..\..\VCMI_global_release.props" />
  84. <Import Project="..\..\VCMI_global.props" />
  85. </ImportGroup>
  86. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  87. <Import Project="..\..\VCMI_global_release.props" />
  88. <Import Project="..\..\VCMI_global_release.props" />
  89. <Import Project="..\..\VCMI_global_release.props" />
  90. <Import Project="..\..\VCMI_global.props" />
  91. </ImportGroup>
  92. <PropertyGroup Label="UserMacros" />
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <LinkIncremental>true</LinkIncremental>
  95. <OutDir>$(VCMI_Out)\</OutDir>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  98. <LinkIncremental>true</LinkIncremental>
  99. <OutDir>$(VCMI_Out)\</OutDir>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
  102. <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath>
  103. <OutDir>$(VCMI_Out)\</OutDir>
  104. <LibraryPath>$(SolutionDir)..\libs\$(PlatformShortName);$(VCMI_Out);$(LibraryPath)</LibraryPath>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
  107. <LibraryPath>$(SolutionDir)..\libs\$(PlatformShortName);$(VCMI_Out);$(LibraryPath)</LibraryPath>
  108. <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath>
  109. <OutDir>$(VCMI_Out)\</OutDir>
  110. </PropertyGroup>
  111. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  112. <ClCompile>
  113. <PrecompiledHeader>
  114. </PrecompiledHeader>
  115. <WarningLevel>Level3</WarningLevel>
  116. <Optimization>Disabled</Optimization>
  117. <PreprocessorDefinitions>MINIZIP_DLL;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <SDLCheck>true</SDLCheck>
  119. </ClCompile>
  120. <Link>
  121. <SubSystem>Windows</SubSystem>
  122. <GenerateDebugInformation>true</GenerateDebugInformation>
  123. <AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  124. </Link>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  127. <ClCompile>
  128. <PrecompiledHeader>
  129. </PrecompiledHeader>
  130. <WarningLevel>Level3</WarningLevel>
  131. <Optimization>Disabled</Optimization>
  132. <PreprocessorDefinitions>MINIZIP_DLL;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. <SDLCheck>true</SDLCheck>
  134. </ClCompile>
  135. <Link>
  136. <SubSystem>Windows</SubSystem>
  137. <GenerateDebugInformation>true</GenerateDebugInformation>
  138. <AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
  142. <ClCompile>
  143. <WarningLevel>Level3</WarningLevel>
  144. <PrecompiledHeader>
  145. </PrecompiledHeader>
  146. <Optimization>Full</Optimization>
  147. <FunctionLevelLinking>
  148. </FunctionLevelLinking>
  149. <IntrinsicFunctions>true</IntrinsicFunctions>
  150. <PreprocessorDefinitions>MINIZIP_DLL;ZLIB_DLL;ZLIB_INTERNAL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  151. <SDLCheck>true</SDLCheck>
  152. <AdditionalIncludeDirectories>F:\Programowanie\VCMI\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  153. </ClCompile>
  154. <Link>
  155. <SubSystem>Windows</SubSystem>
  156. <GenerateDebugInformation>true</GenerateDebugInformation>
  157. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  158. <OptimizeReferences>true</OptimizeReferences>
  159. <AdditionalLibraryDirectories>..\..\libs;..\..</AdditionalLibraryDirectories>
  160. <AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  161. </Link>
  162. </ItemDefinitionGroup>
  163. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
  164. <ClCompile>
  165. <WarningLevel>Level3</WarningLevel>
  166. <PrecompiledHeader>
  167. </PrecompiledHeader>
  168. <Optimization>Full</Optimization>
  169. <FunctionLevelLinking>
  170. </FunctionLevelLinking>
  171. <IntrinsicFunctions>true</IntrinsicFunctions>
  172. <PreprocessorDefinitions>MINIZIP_DLL;ZLIB_DLL;ZLIB_INTERNAL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  173. <SDLCheck>true</SDLCheck>
  174. <AdditionalIncludeDirectories>F:\Programowanie\VCMI\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  175. </ClCompile>
  176. <Link>
  177. <SubSystem>Windows</SubSystem>
  178. <GenerateDebugInformation>true</GenerateDebugInformation>
  179. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  180. <OptimizeReferences>true</OptimizeReferences>
  181. <AdditionalLibraryDirectories>..\..\libs;..\..</AdditionalLibraryDirectories>
  182. <AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  183. </Link>
  184. </ItemDefinitionGroup>
  185. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  186. <ImportGroup Label="ExtensionTargets">
  187. </ImportGroup>
  188. </Project>