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/tdactor.vcxproj | |
| parent | 1bc6c4d659736f451d736b910f543872ca339e8a (diff) | |
more XP compatibility
Diffstat (limited to 'protocols/Telegram/tdlib/tdactor.vcxproj')
| -rw-r--r-- | protocols/Telegram/tdlib/tdactor.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/tdactor.vcxproj b/protocols/Telegram/tdlib/tdactor.vcxproj index 353f02ec01..44adec7171 100644 --- a/protocols/Telegram/tdlib/tdactor.vcxproj +++ b/protocols/Telegram/tdlib/tdactor.vcxproj @@ -21,6 +21,10 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{85F63934-02FE-332A-8703-059040B65512}</ProjectGuid> <ProjectName>tdactor</ProjectName> + <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Label="Configuration"> + <PlatformToolset>v141_xp</PlatformToolset> </PropertyGroup> <Import Project="..\..\..\build\vc.common\slib.props" /> <PropertyGroup> |
