[msbuild] 7zlib msbuild changes
- move project file to 3rdparty for consistency - add common_default props - fixes 7zlib.vcxproj.FileListAbsolute.txt being detected as change
This commit is contained in:
Vendored
+242
@@ -0,0 +1,242 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="7z\7z.h" />
|
||||
<ClInclude Include="7z\7zAlloc.h" />
|
||||
<ClInclude Include="7z\7zBuf.h" />
|
||||
<ClInclude Include="7z\7zCrc.h" />
|
||||
<ClInclude Include="7z\7zFile.h" />
|
||||
<ClInclude Include="7z\7zTypes.h" />
|
||||
<ClInclude Include="7z\7zVersion.h" />
|
||||
<ClInclude Include="7z\Aes.h" />
|
||||
<ClInclude Include="7z\Alloc.h" />
|
||||
<ClInclude Include="7z\Bcj2.h" />
|
||||
<ClInclude Include="7z\Bra.h" />
|
||||
<ClInclude Include="7z\Compiler.h" />
|
||||
<ClInclude Include="7z\CpuArch.h" />
|
||||
<ClInclude Include="7z\Delta.h" />
|
||||
<ClInclude Include="7z\DllSecur.h" />
|
||||
<ClInclude Include="7z\LzFind.h" />
|
||||
<ClInclude Include="7z\LzFindMt.h" />
|
||||
<ClInclude Include="7z\LzHash.h" />
|
||||
<ClInclude Include="7z\Lzma2Dec.h" />
|
||||
<ClInclude Include="7z\Lzma2DecMt.h" />
|
||||
<ClInclude Include="7z\Lzma2Enc.h" />
|
||||
<ClInclude Include="7z\Lzma86.h" />
|
||||
<ClInclude Include="7z\LzmaDec.h" />
|
||||
<ClInclude Include="7z\LzmaEnc.h" />
|
||||
<ClInclude Include="7z\LzmaLib.h" />
|
||||
<ClInclude Include="7z\MtCoder.h" />
|
||||
<ClInclude Include="7z\MtDec.h" />
|
||||
<ClInclude Include="7z\Ppmd.h" />
|
||||
<ClInclude Include="7z\Ppmd7.h" />
|
||||
<ClInclude Include="7z\Precomp.h" />
|
||||
<ClInclude Include="7z\RotateDefs.h" />
|
||||
<ClInclude Include="7z\Sha256.h" />
|
||||
<ClInclude Include="7z\Sort.h" />
|
||||
<ClInclude Include="7z\Threads.h" />
|
||||
<ClInclude Include="7z\Xz.h" />
|
||||
<ClInclude Include="7z\XzCrc64.h" />
|
||||
<ClInclude Include="7z\XzEnc.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="7z\7zAlloc.c" />
|
||||
<ClCompile Include="7z\7zArcIn.c" />
|
||||
<ClCompile Include="7z\7zBuf.c" />
|
||||
<ClCompile Include="7z\7zBuf2.c" />
|
||||
<ClCompile Include="7z\7zCrc.c" />
|
||||
<ClCompile Include="7z\7zCrcOpt.c" />
|
||||
<ClCompile Include="7z\7zDec.c" />
|
||||
<ClCompile Include="7z\7zFile.c" />
|
||||
<ClCompile Include="7z\7zStream.c" />
|
||||
<ClCompile Include="7z\Aes.c" />
|
||||
<ClCompile Include="7z\AesOpt.c" />
|
||||
<ClCompile Include="7z\Alloc.c" />
|
||||
<ClCompile Include="7z\Bcj2.c" />
|
||||
<ClCompile Include="7z\Bcj2Enc.c" />
|
||||
<ClCompile Include="7z\Bra.c" />
|
||||
<ClCompile Include="7z\Bra86.c" />
|
||||
<ClCompile Include="7z\BraIA64.c" />
|
||||
<ClCompile Include="7z\CpuArch.c" />
|
||||
<ClCompile Include="7z\Delta.c" />
|
||||
<ClCompile Include="7z\DllSecur.c" />
|
||||
<ClCompile Include="7z\LzFind.c" />
|
||||
<ClCompile Include="7z\LzFindMt.c" />
|
||||
<ClCompile Include="7z\Lzma2Dec.c" />
|
||||
<ClCompile Include="7z\Lzma2DecMt.c" />
|
||||
<ClCompile Include="7z\Lzma2Enc.c" />
|
||||
<ClCompile Include="7z\Lzma86Dec.c" />
|
||||
<ClCompile Include="7z\Lzma86Enc.c" />
|
||||
<ClCompile Include="7z\LzmaDec.c" />
|
||||
<ClCompile Include="7z\LzmaEnc.c" />
|
||||
<ClCompile Include="7z\LzmaLib.c" />
|
||||
<ClCompile Include="7z\MtCoder.c" />
|
||||
<ClCompile Include="7z\MtDec.c" />
|
||||
<ClCompile Include="7z\Ppmd7.c" />
|
||||
<ClCompile Include="7z\Ppmd7Dec.c" />
|
||||
<ClCompile Include="7z\Ppmd7Enc.c" />
|
||||
<ClCompile Include="7z\Sha256.c" />
|
||||
<ClCompile Include="7z\Sort.c" />
|
||||
<ClCompile Include="7z\Threads.c" />
|
||||
<ClCompile Include="7z\Xz.c" />
|
||||
<ClCompile Include="7z\XzCrc64.c" />
|
||||
<ClCompile Include="7z\XzCrc64Opt.c" />
|
||||
<ClCompile Include="7z\XzDec.c" />
|
||||
<ClCompile Include="7z\XzEnc.c" />
|
||||
<ClCompile Include="7z\XzIn.c" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>16.0</VCProjectVersion>
|
||||
<ProjectGuid>{5B146DEA-9ACE-4D32-A7FD-3F42464DD69C}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>My7zlib</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<Import Project="..\common_default.props" />
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<Import Project="..\common_default_macros.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="Shared">
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<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|Win32'">
|
||||
<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)'=='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>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<OutDir>$(SolutionDir)lib/$(Configuration)-$(Platform)/</OutDir>
|
||||
<IntDir>$(SolutionDir)tmp\$(ProjectName)-$(Configuration)-$(Platform)/</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user