From b9ce1d4d98525490ca1a38e2d9fd4f3369adb3e0 Mon Sep 17 00:00:00 2001 From: Mataes Date: Fri, 27 Apr 2018 20:39:22 +0300 Subject: added tdlib library --- libs/tdlib/td/example/csharp/TdExample.csproj | 85 +++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 libs/tdlib/td/example/csharp/TdExample.csproj (limited to 'libs/tdlib/td/example/csharp/TdExample.csproj') diff --git a/libs/tdlib/td/example/csharp/TdExample.csproj b/libs/tdlib/td/example/csharp/TdExample.csproj new file mode 100644 index 0000000000..ea2ad56532 --- /dev/null +++ b/libs/tdlib/td/example/csharp/TdExample.csproj @@ -0,0 +1,85 @@ + + + + Debug + x86 + {3F9A93EA-DC26-4F8B-ACE0-131B33B00CA7} + Exe + false + ConsoleApplication + v4.0 + Client + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + x86 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + x86 + + + TdExample + + + + + + + + + + + False + build\Debug\Telegram.Td.dll + build\Release\Telegram.Td.dll + + + + + + + + LIBEAY32.dll + PreserveNewest + + + SSLEAY32.dll + PreserveNewest + + + zlibd1.dll + PreserveNewest + + + + + LIBEAY32.dll + PreserveNewest + + + SSLEAY32.dll + PreserveNewest + + + zlib1.dll + PreserveNewest + + + + + + + \ No newline at end of file -- cgit v1.2.3