diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-12-06 11:28:10 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-12-06 11:28:10 +0100 |
commit | 866269d740b32cf209e5188c5269c4118f8be07b (patch) | |
tree | 63b1366b66394057bc15d99c4d2a19d42ab6b840 /StormLib_vs19_dll.vcxproj | |
parent | b6102b2600f792f159320439686a872a72d20c70 (diff) |
* Better checks for MPQ header v 4.0
Diffstat (limited to 'StormLib_vs19_dll.vcxproj')
-rw-r--r-- | StormLib_vs19_dll.vcxproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/StormLib_vs19_dll.vcxproj b/StormLib_vs19_dll.vcxproj index 941a605..712b427 100644 --- a/StormLib_vs19_dll.vcxproj +++ b/StormLib_vs19_dll.vcxproj @@ -23,29 +23,29 @@ <ProjectGuid>{CB385198-50B1-4CF4-883B-11F042DED6AA}</ProjectGuid> <RootNamespace>StormLib_dll</RootNamespace> <Keyword>Win32Proj</Keyword> - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |