2019-12-30 13:01:05 +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" />
|
2019-12-30 13:01:05 +00:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{1D8C51D2-FFA4-418E-B183-9F42B6A6717E}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
2019-12-30 13:01:05 +00:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2019-12-30 13:01:05 +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" />
|
2019-12-30 13:01:05 +00:00
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="blocksort.c" />
|
|
|
|
<ClCompile Include="bzlib.c" />
|
|
|
|
<ClCompile Include="compress.c" />
|
|
|
|
<ClCompile Include="crctable.c" />
|
|
|
|
<ClCompile Include="decompress.c" />
|
|
|
|
<ClCompile Include="huffman.c" />
|
|
|
|
<ClCompile Include="randtable.c" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="bzlib.h" />
|
|
|
|
<ClInclude Include="bzlib_private.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|