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.vcxproj | |
parent | b6102b2600f792f159320439686a872a72d20c70 (diff) |
* Better checks for MPQ header v 4.0
Diffstat (limited to 'StormLib_vs19.vcxproj')
-rw-r--r-- | StormLib_vs19.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StormLib_vs19.vcxproj b/StormLib_vs19.vcxproj index 273668a..529f014 100644 --- a/StormLib_vs19.vcxproj +++ b/StormLib_vs19.vcxproj @@ -71,9 +71,9 @@ <ProjectGuid>{78424708-1F6E-4D4B-920C-FB6D26847055}</ProjectGuid> <RootNamespace>StormLib</RootNamespace> <XPDeprecationWarning>false</XPDeprecationWarning> - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <UseOfMfc>false</UseOfMfc> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |