diff options
author | George Hazan <ghazan@miranda.im> | 2022-02-02 17:14:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-02-02 17:14:33 +0300 |
commit | a1af87253ded620840639d5948c390d885d1bced (patch) | |
tree | 1d3dda89d12c75e851f28138663e4411a5a49585 /libs/pthreads | |
parent | 35928eb9337176d80e7e2591ef0ceaccafda076d (diff) |
Visual Studio 2022 project files
Diffstat (limited to 'libs/pthreads')
-rw-r--r-- | libs/pthreads/pthreads.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pthreads/pthreads.vcxproj b/libs/pthreads/pthreads.vcxproj index 4094e30e0d..e00e9edcf6 100644 --- a/libs/pthreads/pthreads.vcxproj +++ b/libs/pthreads/pthreads.vcxproj @@ -29,6 +29,7 @@ <XPDeprecationWarning>false</XPDeprecationWarning> <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141_xp</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> + <PlatformToolset Condition="'$(VisualStudioVersion)' == '17.0'">v143</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |