2017-09-05 05:37:40 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
|
<Project>
|
2020-08-21 03:27:07 +00:00
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2017-09-05 05:37:40 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{23114507-079A-4418-9707-CFA81A03CA99}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
2017-09-05 05:37:40 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2017-09-05 05:37:40 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
2017-09-05 05:37:40 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
2022-02-06 16:53:45 +00:00
|
|
|
|
<PreprocessorDefinitions>HAVE_ZLIB;ZLIB_COMPAT;MZ_ZIP_NO_CRYPTO;MZ_ZIP_NO_ENCRYPTION;HAVE_STDINT_H;HAVE_INTTYPES_H;NO_FSEEKO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2017-09-05 05:37:40 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2024-04-22 06:32:45 +00:00
|
|
|
|
<ClCompile Include="minizip-ng\mz_compat.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_crypt.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_os.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_os_win32.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_strm.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_strm_buf.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_strm_mem.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_strm_os_win32.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_strm_split.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_strm_zlib.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_zip.c" />
|
|
|
|
|
<ClCompile Include="minizip-ng\mz_zip_rw.c" />
|
2017-09-05 05:37:40 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2024-04-22 06:32:45 +00:00
|
|
|
|
<ClInclude Include="minizip-ng\mz.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_compat.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_crypt.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_os.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_strm.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_strm_buf.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_strm_mem.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_strm_os.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_strm_split.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_strm_zlib.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_zip.h" />
|
|
|
|
|
<ClInclude Include="minizip-ng\mz_zip_rw.h" />
|
2017-09-05 05:37:40 +00:00
|
|
|
|
</ItemGroup>
|
2022-07-31 07:39:35 +00:00
|
|
|
|
<Import Project="$(ExternalsDir)zlib-ng\exports.props" />
|
2017-09-05 05:37:40 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2018-11-29 00:18:46 +00:00
|
|
|
|
</Project>
|