2020-01-30 05:47:11 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="..\msvc\vsprops\Configurations.props" />
|
|
|
|
|
|
2020-01-30 05:47:11 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="src\Alloc.c" />
|
|
|
|
|
<ClCompile Include="src\Bra86.c" />
|
|
|
|
|
<ClCompile Include="src\BraIA64.c" />
|
|
|
|
|
<ClCompile Include="src\CpuArch.c" />
|
|
|
|
|
<ClCompile Include="src\Delta.c" />
|
|
|
|
|
<ClCompile Include="src\LzFind.c" />
|
|
|
|
|
<ClCompile Include="src\Lzma86Dec.c" />
|
|
|
|
|
<ClCompile Include="src\Lzma86Enc.c" />
|
|
|
|
|
<ClCompile Include="src\LzmaDec.c" />
|
|
|
|
|
<ClCompile Include="src\LzmaEnc.c" />
|
|
|
|
|
<ClCompile Include="src\LzmaLib.c" />
|
|
|
|
|
<ClCompile Include="src\Sort.c" />
|
|
|
|
|
</ItemGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
2020-01-30 05:47:11 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{DD944834-7899-4C1C-A4C1-064B5009D239}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
|
|
|
|
<Import Project="..\msvc\vsprops\StaticLibrary.props" />
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
2020-10-13 11:37:37 +00:00
|
|
|
|
<ClCompile>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
|
|
|
<PreprocessorDefinitions>_7ZIP_ST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-01-30 05:47:11 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
|
|
|
|
<Import Project="..\msvc\vsprops\Targets.props" />
|
2020-01-30 05:47:11 +00:00
|
|
|
|
</Project>
|