From 0ece30dc7c0e34b4c5911969b8fa99c33c6d023c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 30 Nov 2022 17:48:47 +0300 Subject: Telegram: update for TDLIB --- .../tdlib/td/example/csharp/TdExample.csproj | 64 +++++++++++++++++----- 1 file changed, 49 insertions(+), 15 deletions(-) (limited to 'protocols/Telegram/tdlib/td/example/csharp/TdExample.csproj') diff --git a/protocols/Telegram/tdlib/td/example/csharp/TdExample.csproj b/protocols/Telegram/tdlib/td/example/csharp/TdExample.csproj index ea2ad56532..6a511d8f74 100644 --- a/protocols/Telegram/tdlib/td/example/csharp/TdExample.csproj +++ b/protocols/Telegram/tdlib/td/example/csharp/TdExample.csproj @@ -33,6 +33,24 @@ TdExample + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + prompt + MinimumRecommendedRules.ruleset + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + prompt + MinimumRecommendedRules.ruleset + @@ -43,38 +61,54 @@ False - build\Debug\Telegram.Td.dll - build\Release\Telegram.Td.dll + build\$(Configuration)\Telegram.Td.dll + build64\$(Configuration)\Telegram.Td.dll - - - LIBEAY32.dll + + + zlibd1.dll PreserveNewest - - SSLEAY32.dll + + + + zlib1.dll PreserveNewest - + + + zlibd1.dll PreserveNewest - - - LIBEAY32.dll + + + zlib1.dll PreserveNewest - - SSLEAY32.dll + + + + libcrypto-1_1.dll PreserveNewest - - zlib1.dll + + libssl-1_1.dll + PreserveNewest + + + + + libcrypto-1_1-x64.dll + PreserveNewest + + + libssl-1_1-x64.dll PreserveNewest -- cgit v1.2.3