Better C# example README.

GitOrigin-RevId: 6c336f6948ec485036de53094a0ca52231ca1180
This commit is contained in:
levlam 2018-03-13 21:14:07 +03:00
parent a96fc3d77f
commit 5d6414ed62

View File

@ -27,3 +27,5 @@ cmake --build . --config Debug
After `TDLib` is built you can open and run TdExample project.
It contains a simple console C# application with implementation of authorization and message sending.
Just open it with Visual Studio 2015 or 2017 and run.
Also see TdExample.csproj for example of including TDLib in C# project with all native shared library dependencies.