liblzma/lzma.vcxproj

304 lines
17 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Ship|x64">
<Configuration>Ship</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{D95D9A7C-C594-9B0D-6E81-81105A97170F}</ProjectGuid>
<IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
<Keyword>Win32Proj</Keyword>
<RootNamespace>lzma</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Ship|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>..\..\Build_CompilerWorkingDirectory\Bin\Debug\</OutDir>
<IntDir>..\..\Build_CompilerWorkingDirectory\lzma\x86_64\Debug\</IntDir>
<TargetName>lzma</TargetName>
<TargetExt>.lib</TargetExt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>..\..\Build_CompilerWorkingDirectory\Bin\Release\</OutDir>
<IntDir>..\..\Build_CompilerWorkingDirectory\lzma\x86_64\Release\</IntDir>
<TargetName>lzma</TargetName>
<TargetExt>.lib</TargetExt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'">
<OutDir>..\..\Build_CompilerWorkingDirectory\Bin\Ship\</OutDir>
<IntDir>..\..\Build_CompilerWorkingDirectory\lzma\x86_64\Ship\</IntDir>
<TargetName>lzma</TargetName>
<TargetExt>.lib</TargetExt>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DisableSpecificWarnings>4996;4251;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<PreprocessorDefinitions>DEBUG;_AU_HAS_ATOMIC_INTRINS;_CRT_SECURE_NO_WARNINGS;_ITERATOR_DEBUG_LEVEL=0;_WIN32_AURORA_PREPROCESSOR;_AUHAS_AURORARUNTIME=1;_AUHAS_GLM=1;FMT_HEADER_ONLY;_AUHAS_FMT=1;_AUHAS_UUID=1;HAVE_DECODER_LZMA1;HAVE_DECODER_LZMA2;HAVE_ENCODER_LZMA1;HAVE_ENCODER_LZMA2;TUKLIB_FAST_UNALIGNED_ACCESS;TUKLIB_USE_UNSAFE_TYPE_PUNNING;HAVE_DECODER_X86;HAVE_ENCODER_X86;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\..\Include;.;api;..\..\Runtime\Include;..\glm;..\fmt\include;..\stduuid\include;common;check;delta;lzma;lz;simple;rangecoder;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
<SupportJustMyCode>false</SupportJustMyCode>
<MinimalRebuild>false</MinimalRebuild>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<FloatingPointModel>Strict</FloatingPointModel>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalOptions>-utf-8 %(AdditionalOptions)</AdditionalOptions>
<LanguageStandard>stdcpplatest</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DisableSpecificWarnings>4996;4251;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<PreprocessorDefinitions>NDEBUG;INTERNAL;STAGING;_AU_HAS_ATOMIC_INTRINS;_CRT_SECURE_NO_WARNINGS;_ITERATOR_DEBUG_LEVEL=0;_WIN32_AURORA_PREPROCESSOR;_AUHAS_AURORARUNTIME=1;_AUHAS_GLM=1;FMT_HEADER_ONLY;_AUHAS_FMT=1;_AUHAS_UUID=1;HAVE_DECODER_LZMA1;HAVE_DECODER_LZMA2;HAVE_ENCODER_LZMA1;HAVE_ENCODER_LZMA2;TUKLIB_FAST_UNALIGNED_ACCESS;TUKLIB_USE_UNSAFE_TYPE_PUNNING;HAVE_DECODER_X86;HAVE_ENCODER_X86;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\..\Include;.;api;..\..\Runtime\Include;..\glm;..\fmt\include;..\stduuid\include;common;check;delta;lzma;lz;simple;rangecoder;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SupportJustMyCode>false</SupportJustMyCode>
<MinimalRebuild>false</MinimalRebuild>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FloatingPointModel>Strict</FloatingPointModel>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalOptions>-utf-8 %(AdditionalOptions)</AdditionalOptions>
<LanguageStandard>stdcpplatest</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DisableSpecificWarnings>4996;4251;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<PreprocessorDefinitions>NDEBUG;SHIP;_AU_HAS_ATOMIC_INTRINS;_CRT_SECURE_NO_WARNINGS;_ITERATOR_DEBUG_LEVEL=0;_WIN32_AURORA_PREPROCESSOR;_AUHAS_AURORARUNTIME=1;_AUHAS_GLM=1;FMT_HEADER_ONLY;_AUHAS_FMT=1;_AUHAS_UUID=1;HAVE_DECODER_LZMA1;HAVE_DECODER_LZMA2;HAVE_ENCODER_LZMA1;HAVE_ENCODER_LZMA2;TUKLIB_FAST_UNALIGNED_ACCESS;TUKLIB_USE_UNSAFE_TYPE_PUNNING;HAVE_DECODER_X86;HAVE_ENCODER_X86;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\..\Include;.;api;..\..\Runtime\Include;..\glm;..\fmt\include;..\stduuid\include;common;check;delta;lzma;lz;simple;rangecoder;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SupportJustMyCode>false</SupportJustMyCode>
<MinimalRebuild>false</MinimalRebuild>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FloatingPointModel>Strict</FloatingPointModel>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalOptions>-utf-8 %(AdditionalOptions)</AdditionalOptions>
<LanguageStandard>stdcpplatest</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\..\Include\AuroraCommon.h" />
<ClInclude Include="..\..\Include\AuroraCommon.hpp" />
<ClInclude Include="..\..\Include\AuroraConfiguration.h" />
<ClInclude Include="..\..\Include\AuroraConfiguration.hpp" />
<ClInclude Include="..\..\Include\AuroraEnvironment.h" />
<ClInclude Include="..\..\Include\AuroraEnvironment.hpp" />
<ClInclude Include="..\..\Include\AuroraTypes.h" />
<ClInclude Include="..\..\Include\AuroraTypes.hpp" />
<ClInclude Include="api\lzma.h" />
<ClInclude Include="api\lzma\base.h" />
<ClInclude Include="api\lzma\bcj.h" />
<ClInclude Include="api\lzma\block.h" />
<ClInclude Include="api\lzma\check.h" />
<ClInclude Include="api\lzma\container.h" />
<ClInclude Include="api\lzma\delta.h" />
<ClInclude Include="api\lzma\filter.h" />
<ClInclude Include="api\lzma\hardware.h" />
<ClInclude Include="api\lzma\index.h" />
<ClInclude Include="api\lzma\index_hash.h" />
<ClInclude Include="api\lzma\lzma12.h" />
<ClInclude Include="api\lzma\stream_flags.h" />
<ClInclude Include="api\lzma\version.h" />
<ClInclude Include="api\lzma\vli.h" />
<ClInclude Include="auwrap\ausys.h" />
<ClInclude Include="auwrap\mem.h" />
<ClInclude Include="auwrap\mem.hpp" />
<ClInclude Include="auwrap\mythread.h" />
<ClInclude Include="auwrap\threads.h" />
<ClInclude Include="auwrap\threads.hpp" />
<ClInclude Include="check\check.h" />
<ClInclude Include="check\crc32_table_be.h" />
<ClInclude Include="check\crc32_table_le.h" />
<ClInclude Include="check\crc64_table_be.h" />
<ClInclude Include="check\crc64_table_le.h" />
<ClInclude Include="check\crc_macros.h" />
<ClInclude Include="common\alone_decoder.h" />
<ClInclude Include="common\block_buffer_encoder.h" />
<ClInclude Include="common\block_decoder.h" />
<ClInclude Include="common\block_encoder.h" />
<ClInclude Include="common\common.h" />
<ClInclude Include="common\easy_preset.h" />
<ClInclude Include="common\filter_common.h" />
<ClInclude Include="common\filter_decoder.h" />
<ClInclude Include="common\filter_encoder.h" />
<ClInclude Include="common\index.h" />
<ClInclude Include="common\index_encoder.h" />
<ClInclude Include="common\memcmplen.h" />
<ClInclude Include="common\outqueue.h" />
<ClInclude Include="common\stream_decoder.h" />
<ClInclude Include="common\stream_flags_common.h" />
<ClInclude Include="delta\delta_common.h" />
<ClInclude Include="delta\delta_decoder.h" />
<ClInclude Include="delta\delta_encoder.h" />
<ClInclude Include="delta\delta_private.h" />
<ClInclude Include="lz\lz_decoder.h" />
<ClInclude Include="lz\lz_encoder.h" />
<ClInclude Include="lz\lz_encoder_hash.h" />
<ClInclude Include="lz\lz_encoder_hash_table.h" />
<ClInclude Include="lzma\fastpos.h" />
<ClInclude Include="lzma\lzma2_decoder.h" />
<ClInclude Include="lzma\lzma2_encoder.h" />
<ClInclude Include="lzma\lzma_common.h" />
<ClInclude Include="lzma\lzma_decoder.h" />
<ClInclude Include="lzma\lzma_encoder.h" />
<ClInclude Include="lzma\lzma_encoder_private.h" />
<ClInclude Include="rangecoder\price.h" />
<ClInclude Include="rangecoder\range_common.h" />
<ClInclude Include="rangecoder\range_decoder.h" />
<ClInclude Include="rangecoder\range_encoder.h" />
<ClInclude Include="simple\simple_coder.h" />
<ClInclude Include="simple\simple_decoder.h" />
<ClInclude Include="simple\simple_encoder.h" />
<ClInclude Include="simple\simple_private.h" />
<ClInclude Include="tuklib\tuklib_integer.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="auwrap\mem.cpp">
<AdditionalOptions>/experimental:module- /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<ClCompile Include="auwrap\threads.cpp">
<AdditionalOptions>/experimental:module- /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<ClCompile Include="check\check.c" />
<ClCompile Include="check\crc32_fast.c" />
<ClCompile Include="check\crc32_table.c" />
<ClCompile Include="check\crc64_fast.c" />
<ClCompile Include="check\crc64_table.c" />
<ClCompile Include="check\sha256.c" />
<ClCompile Include="common\alone_decoder.c" />
<ClCompile Include="common\alone_encoder.c" />
<ClCompile Include="common\auto_decoder.c" />
<ClCompile Include="common\block_buffer_decoder.c" />
<ClCompile Include="common\block_buffer_encoder.c" />
<ClCompile Include="common\block_decoder.c" />
<ClCompile Include="common\block_encoder.c" />
<ClCompile Include="common\block_header_decoder.c" />
<ClCompile Include="common\block_header_encoder.c" />
<ClCompile Include="common\block_util.c" />
<ClCompile Include="common\common.c" />
<ClCompile Include="common\easy_buffer_encoder.c" />
<ClCompile Include="common\easy_decoder_memusage.c" />
<ClCompile Include="common\easy_encoder.c" />
<ClCompile Include="common\easy_encoder_memusage.c" />
<ClCompile Include="common\easy_preset.c" />
<ClCompile Include="common\filter_buffer_decoder.c" />
<ClCompile Include="common\filter_buffer_encoder.c" />
<ClCompile Include="common\filter_common.c" />
<ClCompile Include="common\filter_decoder.c" />
<ClCompile Include="common\filter_encoder.c" />
<ClCompile Include="common\filter_flags_decoder.c" />
<ClCompile Include="common\filter_flags_encoder.c" />
<ClCompile Include="common\hardware_cputhreads.c" />
<ClCompile Include="common\hardware_physmem.c" />
<ClCompile Include="common\index.c" />
<ClCompile Include="common\index_decoder.c" />
<ClCompile Include="common\index_encoder.c" />
<ClCompile Include="common\index_hash.c" />
<ClCompile Include="common\outqueue.c" />
<ClCompile Include="common\stream_buffer_decoder.c" />
<ClCompile Include="common\stream_buffer_encoder.c" />
<ClCompile Include="common\stream_decoder.c" />
<ClCompile Include="common\stream_encoder.c" />
<ClCompile Include="common\stream_encoder_mt.c" />
<ClCompile Include="common\stream_flags_common.c" />
<ClCompile Include="common\stream_flags_decoder.c" />
<ClCompile Include="common\stream_flags_encoder.c" />
<ClCompile Include="common\vli_decoder.c" />
<ClCompile Include="common\vli_encoder.c" />
<ClCompile Include="common\vli_size.c" />
<ClCompile Include="delta\delta_common.c" />
<ClCompile Include="delta\delta_decoder.c" />
<ClCompile Include="delta\delta_encoder.c" />
<ClCompile Include="lz\lz_decoder.c" />
<ClCompile Include="lz\lz_encoder.c" />
<ClCompile Include="lz\lz_encoder_mf.c" />
<ClCompile Include="lzma\fastpos_table.c" />
<ClCompile Include="lzma\lzma2_decoder.c" />
<ClCompile Include="lzma\lzma2_encoder.c" />
<ClCompile Include="lzma\lzma_decoder.c" />
<ClCompile Include="lzma\lzma_encoder.c" />
<ClCompile Include="lzma\lzma_encoder_optimum_fast.c" />
<ClCompile Include="lzma\lzma_encoder_optimum_normal.c" />
<ClCompile Include="lzma\lzma_encoder_presets.c" />
<ClCompile Include="rangecoder\price_table.c" />
<ClCompile Include="simple\simple_coder.c" />
<ClCompile Include="simple\simple_decoder.c" />
<ClCompile Include="simple\simple_encoder.c" />
<ClCompile Include="simple\x86.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>