diff options
| author | George Hazan <ghazan@miranda.im> | 2022-12-13 21:13:42 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-12-13 21:13:42 +0300 |
| commit | 367fc21050725d43fe38eaed2b2474a6f0a42a51 (patch) | |
| tree | b704c3c118f12490bea999eca827a13cb917e0cd /protocols/Telegram/Telegram.vcxproj | |
| parent | 1113b5c3a26280a3c2a330361579c84f533be468 (diff) | |
Telegram: - the first version of contact list reading
- the phone number is not a primary key anymore
Diffstat (limited to 'protocols/Telegram/Telegram.vcxproj')
| -rw-r--r-- | protocols/Telegram/Telegram.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/Telegram.vcxproj b/protocols/Telegram/Telegram.vcxproj index 2928b017a3..d1db70ba72 100644 --- a/protocols/Telegram/Telegram.vcxproj +++ b/protocols/Telegram/Telegram.vcxproj @@ -26,6 +26,7 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> </ImportGroup> <ItemGroup> + <ClCompile Include="src\auth.cpp" /> <ClCompile Include="src\main.cpp" /> <ClCompile Include="src\mt_proto.cpp" /> <ClCompile Include="src\options.cpp" /> |
