diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-27 14:24:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-27 14:24:59 +0300 |
commit | 07b53a4e9ee234872bdc1fd3b965de4fcbd083bd (patch) | |
tree | e819cf22a1c798c9cb59185c8d988de1aaefdb4f /protocols/Telegram/tdlib/tdutils.vcxproj | |
parent | 1bc6c4d659736f451d736b910f543872ca339e8a (diff) |
more XP compatibility
Diffstat (limited to 'protocols/Telegram/tdlib/tdutils.vcxproj')
-rw-r--r-- | protocols/Telegram/tdlib/tdutils.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/tdutils.vcxproj b/protocols/Telegram/tdlib/tdutils.vcxproj index 050adeda34..43238525c0 100644 --- a/protocols/Telegram/tdlib/tdutils.vcxproj +++ b/protocols/Telegram/tdlib/tdutils.vcxproj @@ -21,6 +21,10 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{D21C6A0F-BED1-3377-9659-7FC7D82EFC4F}</ProjectGuid> <ProjectName>tdutils</ProjectName> + <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Label="Configuration"> + <PlatformToolset>v141_xp</PlatformToolset> </PropertyGroup> <Import Project="..\..\..\build\vc.common\slib.props" /> <PropertyGroup> |