summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tdlib/tdnet.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-11-30 21:16:47 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-11-30 21:16:47 +0300
commitc2772af03124c14e0820671789e7b9a4897ac53c (patch)
tree1f3959a8e257e65fd89909a15b00049821f21a89 /protocols/Telegram/tdlib/tdnet.vcxproj
parent0ece30dc7c0e34b4c5911969b8fa99c33c6d023c (diff)
tdlib separated to another solution not to build it each time
Diffstat (limited to 'protocols/Telegram/tdlib/tdnet.vcxproj')
-rw-r--r--protocols/Telegram/tdlib/tdnet.vcxproj9
1 files changed, 5 insertions, 4 deletions
diff --git a/protocols/Telegram/tdlib/tdnet.vcxproj b/protocols/Telegram/tdlib/tdnet.vcxproj
index c858bf5a60..0f917d0342 100644
--- a/protocols/Telegram/tdlib/tdnet.vcxproj
+++ b/protocols/Telegram/tdlib/tdnet.vcxproj
@@ -21,11 +21,12 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{2246C3CF-7888-3102-984A-80214ADF418C}</ProjectGuid>
<ProjectName>tdnet</ProjectName>
- <GenerateManifest>false</GenerateManifest>
- <EmbedManifest>false</EmbedManifest>
- <ConfigurationType>StaticLibrary</ConfigurationType>
</PropertyGroup>
- <Import Project="..\..\..\build\vc.common\common.props" />
+ <Import Project="..\..\..\build\vc.common\slib.props" />
+ <PropertyGroup>
+ <OutDir Condition="'$(Platform)'=='Win32'">$(ProjectDir)lib\$(Configuration)32\</OutDir>
+ <OutDir Condition="'$(Platform)'=='x64'">$(ProjectDir)lib\$(Configuration)64\</OutDir>
+ </PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>.\td\tdnet;..\..\..\include;.\td\tdutils;.\td\tdactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>