1
0
mirror of https://github.com/nu774/fdkaac.git synced 2024-12-27 07:42:39 +01:00

vcxproj: support Visual Studio 2022

This commit is contained in:
nu774 2021-11-15 01:18:51 +09:00
parent 347e995cfc
commit 53fe239bf6

View File

@ -24,6 +24,7 @@
<RootNamespace>fdkaac</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(MSBuildToolsVersion)' == '17.0'">v143</PlatformToolset>
<PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(MSBuildToolsVersion)' == '16.0'">v142</PlatformToolset>
<PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(MSBuildToolsVersion)' == '15.0'">v141_xp</PlatformToolset>
<PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(MSBuildToolsVersion)' == '14.0'">v140_xp</PlatformToolset>