minizip.vcxproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  36. </PropertyGroup>
  37. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  39. <ConfigurationType>DynamicLibrary</ConfigurationType>
  40. <UseDebugLibraries>true</UseDebugLibraries>
  41. <PlatformToolset>v141</PlatformToolset>
  42. <CharacterSet>Unicode</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>DynamicLibrary</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v141</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v141</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="Configuration">
  58. <ConfigurationType>DynamicLibrary</ConfigurationType>
  59. <UseDebugLibraries>false</UseDebugLibraries>
  60. <PlatformToolset>v141</PlatformToolset>
  61. <WholeProgramOptimization>true</WholeProgramOptimization>
  62. <CharacterSet>Unicode</CharacterSet>
  63. </PropertyGroup>
  64. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  65. <ImportGroup Label="ExtensionSettings">
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. <Import Project="..\..\VCMI_global_debug.props" />
  70. <Import Project="..\..\VCMI_global.props" />
  71. </ImportGroup>
  72. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  73. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  74. <Import Project="..\..\VCMI_global_debug.props" />
  75. <Import Project="..\..\VCMI_global.props" />
  76. </ImportGroup>
  77. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
  78. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  79. <Import Project="..\..\VCMI_global_release.props" />
  80. <Import Project="..\..\VCMI_global.props" />
  81. </ImportGroup>
  82. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="PropertySheets">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. <Import Project="..\..\VCMI_global_release.props" />
  85. <Import Project="..\..\VCMI_global.props" />
  86. </ImportGroup>
  87. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  88. <Import Project="..\..\VCMI_global_release.props" />
  89. <Import Project="..\..\VCMI_global_release.props" />
  90. <Import Project="..\..\VCMI_global_release.props" />
  91. <Import Project="..\..\VCMI_global.props" />
  92. </ImportGroup>
  93. <PropertyGroup Label="UserMacros" />
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <LinkIncremental>true</LinkIncremental>
  96. <OutDir>$(VCMI_Out)\</OutDir>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  99. <LinkIncremental>true</LinkIncremental>
  100. <OutDir>$(VCMI_Out)\</OutDir>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
  103. <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath>
  104. <OutDir>..</OutDir>
  105. <LibraryPath>$(SolutionDir)..\libs\$(PlatformShortName);$(VCMI_Out);$(LibraryPath)</LibraryPath>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
  108. <LibraryPath>$(SolutionDir)..\libs\$(PlatformShortName);$(VCMI_Out);$(LibraryPath)</LibraryPath>
  109. <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath>
  110. <OutDir>$(VCMI_Out)\</OutDir>
  111. </PropertyGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  113. <ClCompile>
  114. <PrecompiledHeader>
  115. </PrecompiledHeader>
  116. <WarningLevel>Level3</WarningLevel>
  117. <Optimization>Disabled</Optimization>
  118. <PreprocessorDefinitions>MINIZIP_DLL;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <SDLCheck>true</SDLCheck>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Windows</SubSystem>
  123. <GenerateDebugInformation>true</GenerateDebugInformation>
  124. <AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  125. </Link>
  126. </ItemDefinitionGroup>
  127. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  128. <ClCompile>
  129. <PrecompiledHeader>
  130. </PrecompiledHeader>
  131. <WarningLevel>Level3</WarningLevel>
  132. <Optimization>Disabled</Optimization>
  133. <PreprocessorDefinitions>MINIZIP_DLL;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <SDLCheck>true</SDLCheck>
  135. </ClCompile>
  136. <Link>
  137. <SubSystem>Windows</SubSystem>
  138. <GenerateDebugInformation>true</GenerateDebugInformation>
  139. <AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  140. </Link>
  141. </ItemDefinitionGroup>
  142. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
  143. <ClCompile>
  144. <WarningLevel>Level3</WarningLevel>
  145. <PrecompiledHeader>
  146. </PrecompiledHeader>
  147. <Optimization>Full</Optimization>
  148. <FunctionLevelLinking>
  149. </FunctionLevelLinking>
  150. <IntrinsicFunctions>true</IntrinsicFunctions>
  151. <PreprocessorDefinitions>MINIZIP_DLL;ZLIB_DLL;ZLIB_INTERNAL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. <SDLCheck>true</SDLCheck>
  153. <AdditionalIncludeDirectories>F:\Programowanie\VCMI\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  154. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  155. </ClCompile>
  156. <Link>
  157. <SubSystem>Windows</SubSystem>
  158. <GenerateDebugInformation>true</GenerateDebugInformation>
  159. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  160. <OptimizeReferences>true</OptimizeReferences>
  161. <AdditionalLibraryDirectories>..\..\libs;..\..</AdditionalLibraryDirectories>
  162. <AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  163. </Link>
  164. </ItemDefinitionGroup>
  165. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
  166. <ClCompile>
  167. <WarningLevel>Level3</WarningLevel>
  168. <PrecompiledHeader>
  169. </PrecompiledHeader>
  170. <Optimization>Full</Optimization>
  171. <FunctionLevelLinking>
  172. </FunctionLevelLinking>
  173. <IntrinsicFunctions>true</IntrinsicFunctions>
  174. <PreprocessorDefinitions>MINIZIP_DLL;ZLIB_DLL;ZLIB_INTERNAL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  175. <SDLCheck>true</SDLCheck>
  176. <AdditionalIncludeDirectories>F:\Programowanie\VCMI\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  177. </ClCompile>
  178. <Link>
  179. <SubSystem>Windows</SubSystem>
  180. <GenerateDebugInformation>true</GenerateDebugInformation>
  181. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  182. <OptimizeReferences>true</OptimizeReferences>
  183. <AdditionalLibraryDirectories>..\..\libs;..\..</AdditionalLibraryDirectories>
  184. <AdditionalDependencies>zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
  185. </Link>
  186. </ItemDefinitionGroup>
  187. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  188. <ImportGroup Label="ExtensionTargets">
  189. </ImportGroup>
  190. </Project>