55 lines
2.6 KiB
XML
55 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{23114507-079A-4418-9707-CFA81A03CA99}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>HAVE_ZLIB;ZLIB_COMPAT;MZ_ZIP_NO_CRYPTO;MZ_ZIP_NO_ENCRYPTION;HAVE_STDINT_H;HAVE_INTTYPES_H;NO_FSEEKO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
</ItemGroup>
|
|
<Import Project="$(ExternalsDir)zlib-ng\exports.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |