summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tdlib/tdlib.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Telegram/tdlib/tdlib.vcxproj')
-rw-r--r--protocols/Telegram/tdlib/tdlib.vcxproj308
1 files changed, 308 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/tdlib.vcxproj b/protocols/Telegram/tdlib/tdlib.vcxproj
index 9a50dc3d05..cc0796eeba 100644
--- a/protocols/Telegram/tdlib/tdlib.vcxproj
+++ b/protocols/Telegram/tdlib/tdlib.vcxproj
@@ -37,35 +37,81 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="td\td\mtproto\AuthData.cpp" />
+ <ClCompile Include="td\td\mtproto\ConnectionManager.cpp" />
+ <ClCompile Include="td\td\mtproto\DhHandshake.cpp" />
<ClCompile Include="td\td\mtproto\Handshake.cpp" />
<ClCompile Include="td\td\mtproto\HandshakeActor.cpp" />
<ClCompile Include="td\td\mtproto\HttpTransport.cpp" />
<ClCompile Include="td\td\mtproto\IStreamTransport.cpp" />
+ <ClCompile Include="td\td\mtproto\KDF.cpp" />
+ <ClCompile Include="td\td\mtproto\Ping.cpp" />
+ <ClCompile Include="td\td\mtproto\PingConnection.cpp" />
+ <ClCompile Include="td\td\mtproto\ProxySecret.cpp" />
<ClCompile Include="td\td\mtproto\RawConnection.cpp" />
+ <ClCompile Include="td\td\mtproto\RSA.cpp" />
<ClCompile Include="td\td\mtproto\SessionConnection.cpp" />
<ClCompile Include="td\td\mtproto\TcpTransport.cpp" />
+ <ClCompile Include="td\td\mtproto\TlsInit.cpp" />
+ <ClCompile Include="td\td\mtproto\TlsReaderByteFlow.cpp" />
<ClCompile Include="td\td\mtproto\Transport.cpp" />
<ClCompile Include="td\td\mtproto\utils.cpp" />
+ <ClCompile Include="td\td\telegram\Account.cpp" />
<ClCompile Include="td\td\telegram\AnimationsManager.cpp" />
+ <ClCompile Include="td\td\telegram\Application.cpp" />
+ <ClCompile Include="td\td\telegram\AttachMenuManager.cpp" />
<ClCompile Include="td\td\telegram\AudiosManager.cpp" />
<ClCompile Include="td\td\telegram\AuthManager.cpp" />
+ <ClCompile Include="td\td\telegram\AutoDownloadSettings.cpp" />
+ <ClCompile Include="td\td\telegram\BackgroundManager.cpp" />
+ <ClCompile Include="td\td\telegram\BackgroundType.cpp" />
+ <ClCompile Include="td\td\telegram\BotCommand.cpp" />
+ <ClCompile Include="td\td\telegram\BotCommandScope.cpp" />
+ <ClCompile Include="td\td\telegram\BotMenuButton.cpp" />
<ClCompile Include="td\td\telegram\CallActor.cpp" />
<ClCompile Include="td\td\telegram\CallDiscardReason.cpp" />
<ClCompile Include="td\td\telegram\CallManager.cpp" />
<ClCompile Include="td\td\telegram\CallbackQueriesManager.cpp" />
+ <ClCompile Include="td\td\telegram\ChannelParticipantFilter.cpp" />
+ <ClCompile Include="td\td\telegram\ChatReactions.cpp" />
+ <ClCompile Include="td\td\telegram\cli.cpp" />
+ <ClCompile Include="td\td\telegram\Client.cpp" />
<ClCompile Include="td\td\telegram\ClientActor.cpp" />
+ <ClCompile Include="td\td\telegram\ClientJson.cpp" />
<ClCompile Include="td\td\telegram\ConfigManager.cpp" />
+ <ClCompile Include="td\td\telegram\ConnectionState.cpp" />
<ClCompile Include="td\td\telegram\Contact.cpp" />
<ClCompile Include="td\td\telegram\ContactsManager.cpp" />
+ <ClCompile Include="td\td\telegram\CountryInfoManager.cpp" />
<ClCompile Include="td\td\telegram\DelayDispatcher.cpp" />
+ <ClCompile Include="td\td\telegram\Dependencies.cpp" />
<ClCompile Include="td\td\telegram\DeviceTokenManager.cpp" />
<ClCompile Include="td\td\telegram\DhCache.cpp" />
+ <ClCompile Include="td\td\telegram\DialogAction.cpp" />
+ <ClCompile Include="td\td\telegram\DialogActionBar.cpp" />
+ <ClCompile Include="td\td\telegram\DialogAdministrator.cpp" />
<ClCompile Include="td\td\telegram\DialogDb.cpp" />
+ <ClCompile Include="td\td\telegram\DialogEventLog.cpp" />
+ <ClCompile Include="td\td\telegram\DialogFilter.cpp" />
<ClCompile Include="td\td\telegram\DialogId.cpp" />
+ <ClCompile Include="td\td\telegram\DialogInviteLink.cpp" />
+ <ClCompile Include="td\td\telegram\DialogLocation.cpp" />
+ <ClCompile Include="td\td\telegram\DialogNotificationSettings.cpp" />
<ClCompile Include="td\td\telegram\DialogParticipant.cpp" />
+ <ClCompile Include="td\td\telegram\DialogParticipantFilter.cpp" />
+ <ClCompile Include="td\td\telegram\DialogSource.cpp" />
+ <ClCompile Include="td\td\telegram\Dimensions.cpp" />
+ <ClCompile Include="td\td\telegram\Document.cpp" />
<ClCompile Include="td\td\telegram\DocumentsManager.cpp" />
+ <ClCompile Include="td\td\telegram\DownloadManager.cpp" />
+ <ClCompile Include="td\td\telegram\DownloadManagerCallback.cpp" />
+ <ClCompile Include="td\td\telegram\DraftMessage.cpp" />
+ <ClCompile Include="td\td\telegram\EmailVerification.cpp" />
+ <ClCompile Include="td\td\telegram\EmojiStatus.cpp" />
+ <ClCompile Include="td\td\telegram\FileReferenceManager.cpp" />
+ <ClCompile Include="td\td\telegram\files\FileBitmask.cpp" />
<ClCompile Include="td\td\telegram\files\FileDb.cpp" />
<ClCompile Include="td\td\telegram\files\FileDownloader.cpp" />
+ <ClCompile Include="td\td\telegram\files\FileEncryptionKey.cpp" />
<ClCompile Include="td\td\telegram\files\FileFromBytes.cpp" />
<ClCompile Include="td\td\telegram\files\FileGcParameters.cpp" />
<ClCompile Include="td\td\telegram\files\FileGcWorker.cpp" />
@@ -77,16 +123,50 @@
<ClCompile Include="td\td\telegram\files\FileManager.cpp" />
<ClCompile Include="td\td\telegram\files\FileStats.cpp" />
<ClCompile Include="td\td\telegram\files\FileStatsWorker.cpp" />
+ <ClCompile Include="td\td\telegram\files\FileType.cpp" />
<ClCompile Include="td\td\telegram\files\FileUploader.cpp" />
<ClCompile Include="td\td\telegram\files\PartsManager.cpp" />
<ClCompile Include="td\td\telegram\files\ResourceManager.cpp" />
+ <ClCompile Include="td\td\telegram\ForumTopic.cpp" />
+ <ClCompile Include="td\td\telegram\ForumTopicEditedData.cpp" />
+ <ClCompile Include="td\td\telegram\ForumTopicIcon.cpp" />
+ <ClCompile Include="td\td\telegram\ForumTopicInfo.cpp" />
+ <ClCompile Include="td\td\telegram\ForumTopicManager.cpp" />
<ClCompile Include="td\td\telegram\Game.cpp" />
+ <ClCompile Include="td\td\telegram\GameManager.cpp" />
+ <ClCompile Include="td\td\telegram\GitCommitHash.cpp" />
<ClCompile Include="td\td\telegram\Global.cpp" />
+ <ClCompile Include="td\td\telegram\GroupCallManager.cpp" />
+ <ClCompile Include="td\td\telegram\GroupCallParticipant.cpp" />
+ <ClCompile Include="td\td\telegram\GroupCallParticipantOrder.cpp" />
+ <ClCompile Include="td\td\telegram\GroupCallVideoPayload.cpp" />
<ClCompile Include="td\td\telegram\HashtagHints.cpp" />
<ClCompile Include="td\td\telegram\InlineQueriesManager.cpp" />
+ <ClCompile Include="td\td\telegram\InputDialogId.cpp" />
+ <ClCompile Include="td\td\telegram\InputGroupCallId.cpp" />
+ <ClCompile Include="td\td\telegram\InputInvoice.cpp" />
+ <ClCompile Include="td\td\telegram\InputMessageText.cpp" />
+ <ClCompile Include="td\td\telegram\JsonValue.cpp" />
+ <ClCompile Include="td\td\telegram\LanguagePackManager.cpp" />
+ <ClCompile Include="td\td\telegram\LinkManager.cpp" />
<ClCompile Include="td\td\telegram\Location.cpp" />
+ <ClCompile Include="td\td\telegram\Log.cpp" />
+ <ClCompile Include="td\td\telegram\logevent\LogEventHelper.cpp" />
+ <ClCompile Include="td\td\telegram\Logging.cpp" />
+ <ClCompile Include="td\td\telegram\MessageContent.cpp" />
+ <ClCompile Include="td\td\telegram\MessageContentType.cpp" />
+ <ClCompile Include="td\td\telegram\MessageDb.cpp" />
<ClCompile Include="td\td\telegram\MessageEntity.cpp" />
+ <ClCompile Include="td\td\telegram\MessageExtendedMedia.cpp" />
+ <ClCompile Include="td\td\telegram\MessageId.cpp" />
+ <ClCompile Include="td\td\telegram\MessageReaction.cpp" />
+ <ClCompile Include="td\td\telegram\MessageReplyHeader.cpp" />
+ <ClCompile Include="td\td\telegram\MessageReplyInfo.cpp" />
+ <ClCompile Include="td\td\telegram\MessageSearchFilter.cpp" />
+ <ClCompile Include="td\td\telegram\MessageSender.cpp" />
<ClCompile Include="td\td\telegram\MessagesManager.cpp" />
+ <ClCompile Include="td\td\telegram\MessageThreadDb.cpp" />
+ <ClCompile Include="td\td\telegram\MessageTtl.cpp" />
<ClCompile Include="td\td\telegram\misc.cpp" />
<ClCompile Include="td\td\telegram\net\AuthDataShared.cpp" />
<ClCompile Include="td\td\telegram\net\ConnectionCreator.cpp" />
@@ -98,73 +178,180 @@
<ClCompile Include="td\td\telegram\net\NetQueryCreator.cpp" />
<ClCompile Include="td\td\telegram\net\NetQueryDelayer.cpp" />
<ClCompile Include="td\td\telegram\net\NetQueryDispatcher.cpp" />
+ <ClCompile Include="td\td\telegram\net\NetQueryStats.cpp" />
<ClCompile Include="td\td\telegram\net\NetStatsManager.cpp" />
+ <ClCompile Include="td\td\telegram\net\Proxy.cpp" />
<ClCompile Include="td\td\telegram\net\PublicRsaKeyShared.cpp" />
<ClCompile Include="td\td\telegram\net\PublicRsaKeyWatchdog.cpp" />
<ClCompile Include="td\td\telegram\net\Session.cpp" />
<ClCompile Include="td\td\telegram\net\SessionProxy.cpp" />
<ClCompile Include="td\td\telegram\net\SessionMultiProxy.cpp" />
+ <ClCompile Include="td\td\telegram\NewPasswordState.cpp" />
+ <ClCompile Include="td\td\telegram\NotificationManager.cpp" />
+ <ClCompile Include="td\td\telegram\NotificationSettingsManager.cpp" />
+ <ClCompile Include="td\td\telegram\NotificationSettingsScope.cpp" />
+ <ClCompile Include="td\td\telegram\NotificationSound.cpp" />
+ <ClCompile Include="td\td\telegram\NotificationType.cpp" />
+ <ClCompile Include="td\td\telegram\OptionManager.cpp" />
+ <ClCompile Include="td\td\telegram\OrderInfo.cpp" />
<ClCompile Include="td\td\telegram\Payments.cpp" />
<ClCompile Include="td\td\telegram\PasswordManager.cpp" />
+ <ClCompile Include="td\td\telegram\PhoneNumberManager.cpp" />
+ <ClCompile Include="td\td\telegram\PhotoSize.cpp" />
+ <ClCompile Include="td\td\telegram\PhotoSizeSource.cpp" />
+ <ClCompile Include="td\td\telegram\PollManager.cpp" />
+ <ClCompile Include="td\td\telegram\Premium.cpp" />
+ <ClCompile Include="td\td\telegram\PremiumGiftOption.cpp" />
<ClCompile Include="td\td\telegram\PrivacyManager.cpp" />
<ClCompile Include="td\td\telegram\Photo.cpp" />
+ <ClCompile Include="td\td\telegram\QueryCombiner.cpp" />
+ <ClCompile Include="td\td\telegram\RecentDialogList.cpp" />
<ClCompile Include="td\td\telegram\ReplyMarkup.cpp" />
+ <ClCompile Include="td\td\telegram\ReportReason.cpp" />
+ <ClCompile Include="td\td\telegram\RestrictionReason.cpp" />
+ <ClCompile Include="td\td\telegram\ScopeNotificationSettings.cpp" />
<ClCompile Include="td\td\telegram\SecretChatActor.cpp" />
<ClCompile Include="td\td\telegram\SecretChatDb.cpp" />
<ClCompile Include="td\td\telegram\SecretChatsManager.cpp" />
+ <ClCompile Include="td\td\telegram\SecretInputMedia.cpp" />
+ <ClCompile Include="td\td\telegram\SecureManager.cpp" />
+ <ClCompile Include="td\td\telegram\SecureStorage.cpp" />
+ <ClCompile Include="td\td\telegram\SecureValue.cpp" />
+ <ClCompile Include="td\td\telegram\SendCodeHelper.cpp" />
+ <ClCompile Include="td\td\telegram\SentEmailCode.cpp" />
<ClCompile Include="td\td\telegram\SequenceDispatcher.cpp" />
+ <ClCompile Include="td\td\telegram\SpecialStickerSetType.cpp" />
+ <ClCompile Include="td\td\telegram\SponsoredMessageManager.cpp" />
<ClCompile Include="td\td\telegram\StateManager.cpp" />
+ <ClCompile Include="td\td\telegram\StickerFormat.cpp" />
<ClCompile Include="td\td\telegram\StickersManager.cpp" />
+ <ClCompile Include="td\td\telegram\StickerType.cpp" />
<ClCompile Include="td\td\telegram\StorageManager.cpp" />
+ <ClCompile Include="td\td\telegram\SuggestedAction.cpp" />
+ <ClCompile Include="td\td\telegram\Support.cpp" />
<ClCompile Include="td\td\telegram\Td.cpp" />
<ClCompile Include="td\td\telegram\TdDb.cpp" />
+ <ClCompile Include="td\td\telegram\TermsOfService.cpp" />
+ <ClCompile Include="td\td\telegram\ThemeManager.cpp" />
+ <ClCompile Include="td\td\telegram\TopDialogCategory.cpp" />
<ClCompile Include="td\td\telegram\TopDialogManager.cpp" />
+ <ClCompile Include="td\td\telegram\TranscriptionInfo.cpp" />
<ClCompile Include="td\td\telegram\UpdatesManager.cpp" />
+ <ClCompile Include="td\td\telegram\Usernames.cpp" />
+ <ClCompile Include="td\td\telegram\Venue.cpp" />
<ClCompile Include="td\td\telegram\VideoNotesManager.cpp" />
<ClCompile Include="td\td\telegram\VideosManager.cpp" />
<ClCompile Include="td\td\telegram\VoiceNotesManager.cpp" />
+ <ClCompile Include="td\td\telegram\WebPageBlock.cpp" />
<ClCompile Include="td\td\telegram\WebPagesManager.cpp" />
<ClInclude Include="td\td\mtproto\AuthData.h" />
<ClInclude Include="td\td\mtproto\AuthKey.h" />
+ <ClInclude Include="td\td\mtproto\ConnectionManager.h" />
<ClInclude Include="td\td\mtproto\CryptoStorer.h" />
+ <ClInclude Include="td\td\mtproto\DhCallback.h" />
+ <ClInclude Include="td\td\mtproto\DhHandshake.h" />
<ClInclude Include="td\td\mtproto\Handshake.h" />
<ClInclude Include="td\td\mtproto\HandshakeActor.h" />
<ClInclude Include="td\td\mtproto\HandshakeConnection.h" />
<ClInclude Include="td\td\mtproto\HttpTransport.h" />
<ClInclude Include="td\td\mtproto\IStreamTransport.h" />
+ <ClInclude Include="td\td\mtproto\KDF.h" />
+ <ClInclude Include="td\td\mtproto\MtprotoQuery.h" />
<ClInclude Include="td\td\mtproto\NoCryptoStorer.h" />
+ <ClInclude Include="td\td\mtproto\PacketInfo.h" />
<ClInclude Include="td\td\mtproto\PacketStorer.h" />
+ <ClInclude Include="td\td\mtproto\Ping.h" />
<ClInclude Include="td\td\mtproto\PingConnection.h" />
+ <ClInclude Include="td\td\mtproto\ProxySecret.h" />
<ClInclude Include="td\td\mtproto\RawConnection.h" />
+ <ClInclude Include="td\td\mtproto\RSA.h" />
<ClInclude Include="td\td\mtproto\SessionConnection.h" />
<ClInclude Include="td\td\mtproto\TcpTransport.h" />
+ <ClInclude Include="td\td\mtproto\TlsInit.h" />
+ <ClInclude Include="td\td\mtproto\TlsReaderByteFlow.h" />
<ClInclude Include="td\td\mtproto\Transport.h" />
+ <ClInclude Include="td\td\mtproto\TransportType.h" />
<ClInclude Include="td\td\mtproto\utils.h" />
<ClInclude Include="td\td\telegram\AccessRights.h" />
+ <ClInclude Include="td\td\telegram\Account.h" />
+ <ClInclude Include="td\td\telegram\AffectedHistory.h" />
<ClInclude Include="td\td\telegram\AnimationsManager.h" />
+ <ClInclude Include="td\td\telegram\Application.h" />
+ <ClInclude Include="td\td\telegram\AttachMenuManager.h" />
<ClInclude Include="td\td\telegram\AudiosManager.h" />
<ClInclude Include="td\td\telegram\AuthManager.h" />
+ <ClInclude Include="td\td\telegram\AutoDownloadSettings.h" />
+ <ClInclude Include="td\td\telegram\BackgroundId.h" />
+ <ClInclude Include="td\td\telegram\BackgroundManager.h" />
+ <ClInclude Include="td\td\telegram\BackgroundType.h" />
+ <ClInclude Include="td\td\telegram\BackgroundType.hpp" />
+ <ClInclude Include="td\td\telegram\BotCommand.h" />
+ <ClInclude Include="td\td\telegram\BotCommandScope.h" />
+ <ClInclude Include="td\td\telegram\BotMenuButton.h" />
<ClInclude Include="td\td\telegram\CallActor.h" />
<ClInclude Include="td\td\telegram\CallDiscardReason.h" />
<ClInclude Include="td\td\telegram\CallId.h" />
<ClInclude Include="td\td\telegram\CallManager.h" />
<ClInclude Include="td\td\telegram\CallbackQueriesManager.h" />
+ <ClInclude Include="td\td\telegram\ChainId.h" />
<ClInclude Include="td\td\telegram\ChannelId.h" />
+ <ClInclude Include="td\td\telegram\ChannelParticipantFilter.h" />
+ <ClInclude Include="td\td\telegram\ChannelType.h" />
<ClInclude Include="td\td\telegram\ChatId.h" />
+ <ClInclude Include="td\td\telegram\ChatReactions.h" />
+ <ClInclude Include="td\td\telegram\Client.h" />
<ClInclude Include="td\td\telegram\ClientActor.h" />
+ <ClInclude Include="td\td\telegram\ClientJson.h" />
<ClInclude Include="td\td\telegram\ConfigManager.h" />
+ <ClInclude Include="td\td\telegram\ConnectionState.h" />
<ClInclude Include="td\td\telegram\Contact.h" />
<ClInclude Include="td\td\telegram\ContactsManager.h" />
+ <ClInclude Include="td\td\telegram\CountryInfoManager.h" />
+ <ClInclude Include="td\td\telegram\CustomEmojiId.h" />
<ClInclude Include="td\td\telegram\DelayDispatcher.h" />
+ <ClInclude Include="td\td\telegram\Dependencies.h" />
<ClInclude Include="td\td\telegram\DeviceTokenManager.h" />
<ClInclude Include="td\td\telegram\DhCache.h" />
<ClInclude Include="td\td\telegram\DhConfig.h" />
+ <ClInclude Include="td\td\telegram\DialogAction.h" />
+ <ClInclude Include="td\td\telegram\DialogActionBar.h" />
+ <ClInclude Include="td\td\telegram\DialogAdministrator.h" />
+ <ClInclude Include="td\td\telegram\DialogDate.h" />
<ClInclude Include="td\td\telegram\DialogDb.h" />
+ <ClInclude Include="td\td\telegram\DialogEventLog.h" />
+ <ClInclude Include="td\td\telegram\DialogFilter.h" />
+ <ClInclude Include="td\td\telegram\DialogFilter.hpp" />
+ <ClInclude Include="td\td\telegram\DialogFilterId.h" />
<ClInclude Include="td\td\telegram\DialogId.h" />
+ <ClInclude Include="td\td\telegram\DialogInviteLink.h" />
+ <ClInclude Include="td\td\telegram\DialogListId.h" />
+ <ClInclude Include="td\td\telegram\DialogLocation.h" />
+ <ClInclude Include="td\td\telegram\DialogNotificationSettings.h" />
+ <ClInclude Include="td\td\telegram\DialogNotificationSettings.hpp" />
<ClInclude Include="td\td\telegram\DialogParticipant.h" />
+ <ClInclude Include="td\td\telegram\DialogParticipantFilter.h" />
+ <ClInclude Include="td\td\telegram\DialogSource.h" />
+ <ClInclude Include="td\td\telegram\Dimensions.h" />
+ <ClInclude Include="td\td\telegram\Dimensions.hpp" />
+ <ClInclude Include="td\td\telegram\Document.h" />
+ <ClInclude Include="td\td\telegram\Document.hpp" />
<ClInclude Include="td\td\telegram\DocumentsManager.h" />
+ <ClInclude Include="td\td\telegram\DownloadManager.h" />
+ <ClInclude Include="td\td\telegram\DownloadManagerCallback.h" />
+ <ClInclude Include="td\td\telegram\DraftMessage.h" />
+ <ClInclude Include="td\td\telegram\DraftMessage.hpp" />
+ <ClInclude Include="td\td\telegram\EmailVerification.h" />
+ <ClInclude Include="td\td\telegram\EmojiStatus.h" />
+ <ClInclude Include="td\td\telegram\EncryptedFile.h" />
+ <ClInclude Include="td\td\telegram\FileReferenceManager.h" />
+ <ClInclude Include="td\td\telegram\FileReferenceManager.hpp" />
+ <ClInclude Include="td\td\telegram\files\FileBitmask.h" />
+ <ClInclude Include="td\td\telegram\files\FileData.h" />
+ <ClInclude Include="td\td\telegram\files\FileData.hpp" />
<ClInclude Include="td\td\telegram\files\FileDb.h" />
+ <ClInclude Include="td\td\telegram\files\FileDbId.h" />
<ClInclude Include="td\td\telegram\files\FileDownloader.h" />
+ <ClInclude Include="td\td\telegram\files\FileEncryptionKey.h" />
<ClInclude Include="td\td\telegram\files\FileFromBytes.h" />
<ClInclude Include="td\td\telegram\files\FileGcParameters.h" />
<ClInclude Include="td\td\telegram\files\FileGcWorker.h" />
@@ -176,23 +363,76 @@
<ClInclude Include="td\td\telegram\files\FileLoaderUtils.h" />
<ClInclude Include="td\td\telegram\files\FileLoadManager.h" />
<ClInclude Include="td\td\telegram\files\FileLocation.h" />
+ <ClInclude Include="td\td\telegram\files\FileLocation.hpp" />
<ClInclude Include="td\td\telegram\files\FileManager.h" />
+ <ClInclude Include="td\td\telegram\files\FileSourceId.h" />
+ <ClInclude Include="td\td\telegram\files\FileSourceId.hpp" />
<ClInclude Include="td\td\telegram\files\FileStats.h" />
<ClInclude Include="td\td\telegram\files\FileStatsWorker.h" />
+ <ClInclude Include="td\td\telegram\files\FileType.h" />
<ClInclude Include="td\td\telegram\files\FileUploader.h" />
<ClInclude Include="td\td\telegram\files\PartsManager.h" />
<ClInclude Include="td\td\telegram\files\ResourceManager.h" />
<ClInclude Include="td\td\telegram\files\ResourceState.h" />
+ <ClInclude Include="td\td\telegram\FolderId.h" />
+ <ClInclude Include="td\td\telegram\ForumTopic.h" />
+ <ClInclude Include="td\td\telegram\ForumTopicEditedData.h" />
+ <ClInclude Include="td\td\telegram\ForumTopicEditedData.hpp" />
+ <ClInclude Include="td\td\telegram\ForumTopicIcon.h" />
+ <ClInclude Include="td\td\telegram\ForumTopicIcon.hpp" />
+ <ClInclude Include="td\td\telegram\ForumTopicInfo.h" />
+ <ClInclude Include="td\td\telegram\ForumTopicManager.h" />
+ <ClInclude Include="td\td\telegram\FullMessageId.h" />
<ClInclude Include="td\td\telegram\Game.h" />
+ <ClInclude Include="td\td\telegram\GameManager.h" />
+ <ClInclude Include="td\td\telegram\GitCommitHash.h" />
<ClInclude Include="td\td\telegram\Global.h" />
+ <ClInclude Include="td\td\telegram\GroupCallId.h" />
+ <ClInclude Include="td\td\telegram\GroupCallManager.h" />
+ <ClInclude Include="td\td\telegram\GroupCallParticipant.h" />
+ <ClInclude Include="td\td\telegram\GroupCallParticipantOrder.h" />
+ <ClInclude Include="td\td\telegram\GroupCallVideoPayload.h" />
<ClInclude Include="td\td\telegram\HashtagHints.h" />
<ClInclude Include="td\td\telegram\InlineQueriesManager.h" />
+ <ClInclude Include="td\td\telegram\InputDialogId.h" />
+ <ClInclude Include="td\td\telegram\InputGroupCallId.h" />
+ <ClInclude Include="td\td\telegram\InputInvoice.h" />
+ <ClInclude Include="td\td\telegram\InputInvoice.hpp" />
+ <ClInclude Include="td\td\telegram\InputMessageText.h" />
+ <ClInclude Include="td\td\telegram\InputMessageText.hpp" />
+ <ClInclude Include="td\td\telegram\JsonValue.h" />
+ <ClInclude Include="td\td\telegram\LabeledPricePart.h" />
+ <ClInclude Include="td\td\telegram\LanguagePackManager.h" />
+ <ClInclude Include="td\td\telegram\LinkManager.h" />
<ClInclude Include="td\td\telegram\Location.h" />
+ <ClInclude Include="td\td\telegram\Log.h" />
<ClInclude Include="td\td\telegram\logevent\LogEvent.h" />
+ <ClInclude Include="td\td\telegram\logevent\LogEventHelper.h" />
<ClInclude Include="td\td\telegram\logevent\SecretChatEvent.h" />
+ <ClInclude Include="td\td\telegram\Logging.h" />
+ <ClInclude Include="td\td\telegram\MessageContent.h" />
+ <ClInclude Include="td\td\telegram\MessageContentType.h" />
+ <ClInclude Include="td\td\telegram\MessageCopyOptions.h" />
+ <ClInclude Include="td\td\telegram\MessageDb.h" />
<ClInclude Include="td\td\telegram\MessageEntity.h" />
+ <ClInclude Include="td\td\telegram\MessageEntity.hpp" />
+ <ClInclude Include="td\td\telegram\MessageExtendedMedia.h" />
+ <ClInclude Include="td\td\telegram\MessageExtendedMedia.hpp" />
<ClInclude Include="td\td\telegram\MessageId.h" />
+ <ClInclude Include="td\td\telegram\MessageLinkInfo.h" />
+ <ClInclude Include="td\td\telegram\MessageReaction.h" />
+ <ClInclude Include="td\td\telegram\MessageReaction.hpp" />
+ <ClInclude Include="td\td\telegram\MessageReplyHeader.h" />
+ <ClInclude Include="td\td\telegram\MessageReplyInfo.h" />
+ <ClInclude Include="td\td\telegram\MessageReplyInfo.hpp" />
+ <ClInclude Include="td\td\telegram\MessageSearchFilter.h" />
+ <ClInclude Include="td\td\telegram\MessageSender.h" />
<ClInclude Include="td\td\telegram\MessagesManager.h" />
+ <ClInclude Include="td\td\telegram\MessageThreadDb.h" />
+ <ClInclude Include="td\td\telegram\MessageThreadInfo.h" />
+ <ClInclude Include="td\td\telegram\MessageTtl.h" />
+ <ClInclude Include="td\td\telegram\MinChannel.h" />
+ <ClInclude Include="td\td\telegram\MinChannel.hpp" />
<ClInclude Include="td\td\telegram\misc.h" />
<ClInclude Include="td\td\telegram\net\AuthDataShared.h" />
<ClInclude Include="td\td\telegram\net\ConnectionCreator.h" />
@@ -207,41 +447,109 @@
<ClInclude Include="td\td\telegram\net\NetQueryCreator.h" />
<ClInclude Include="td\td\telegram\net\NetQueryDelayer.h" />
<ClInclude Include="td\td\telegram\net\NetQueryDispatcher.h" />
+ <ClInclude Include="td\td\telegram\net\NetQueryStats.h" />
<ClInclude Include="td\td\telegram\net\NetStatsManager.h" />
<ClInclude Include="td\td\telegram\net\NetType.h" />
+ <ClInclude Include="td\td\telegram\net\Proxy.h" />
<ClInclude Include="td\td\telegram\net\PublicRsaKeyShared.h" />
<ClInclude Include="td\td\telegram\net\PublicRsaKeyWatchdog.h" />
<ClInclude Include="td\td\telegram\net\Session.h" />
<ClInclude Include="td\td\telegram\net\SessionProxy.h" />
<ClInclude Include="td\td\telegram\net\SessionMultiProxy.h" />
<ClInclude Include="td\td\telegram\net\TempAuthKeyWatchdog.h" />
+ <ClInclude Include="td\td\telegram\NewPasswordState.h" />
+ <ClInclude Include="td\td\telegram\Notification.h" />
+ <ClInclude Include="td\td\telegram\NotificationGroupId.h" />
+ <ClInclude Include="td\td\telegram\NotificationGroupKey.h" />
+ <ClInclude Include="td\td\telegram\NotificationGroupType.h" />
+ <ClInclude Include="td\td\telegram\NotificationId.h" />
+ <ClInclude Include="td\td\telegram\NotificationManager.h" />
+ <ClInclude Include="td\td\telegram\NotificationSettingsManager.h" />
+ <ClInclude Include="td\td\telegram\NotificationSettingsScope.h" />
+ <ClInclude Include="td\td\telegram\NotificationSound.h" />
+ <ClInclude Include="td\td\telegram\NotificationSoundType.h" />
+ <ClInclude Include="td\td\telegram\NotificationType.h" />
+ <ClInclude Include="td\td\telegram\OptionManager.h" />
+ <ClInclude Include="td\td\telegram\OrderInfo.h" />
+ <ClInclude Include="td\td\telegram\OrderInfo.hpp" />
<ClInclude Include="td\td\telegram\PasswordManager.h" />
<ClInclude Include="td\td\telegram\Payments.h" />
+ <ClInclude Include="td\td\telegram\PhoneNumberManager.h" />
<ClInclude Include="td\td\telegram\Photo.h" />
+ <ClInclude Include="td\td\telegram\PhotoFormat.h" />
+ <ClInclude Include="td\td\telegram\PhotoSize.h" />
+ <ClInclude Include="td\td\telegram\PhotoSize.hpp" />
+ <ClInclude Include="td\td\telegram\PhotoSizeSource.h" />
+ <ClInclude Include="td\td\telegram\PhotoSizeSource.hpp" />
+ <ClInclude Include="td\td\telegram\PollId.h" />
+ <ClInclude Include="td\td\telegram\PollId.hpp" />
+ <ClInclude Include="td\td\telegram\PollManager.h" />
+ <ClInclude Include="td\td\telegram\PollManager.hpp" />
+ <ClInclude Include="td\td\telegram\Premium.h" />
+ <ClInclude Include="td\td\telegram\PremiumGiftOption.h" />
+ <ClInclude Include="td\td\telegram\PremiumGiftOption.hpp" />
<ClInclude Include="td\td\telegram\PrivacyManager.h" />
<ClInclude Include="td\td\telegram\PtsManager.h" />
+ <ClInclude Include="td\td\telegram\PublicDialogType.h" />
+ <ClInclude Include="td\td\telegram\QueryCombiner.h" />
+ <ClInclude Include="td\td\telegram\RecentDialogList.h" />
<ClInclude Include="td\td\telegram\ReplyMarkup.h" />
+ <ClInclude Include="td\td\telegram\ReportReason.h" />
+ <ClInclude Include="td\td\telegram\RequestActor.h" />
+ <ClInclude Include="td\td\telegram\RestrictionReason.h" />
+ <ClInclude Include="td\td\telegram\ScheduledServerMessageId.h" />
+ <ClInclude Include="td\td\telegram\ScopeNotificationSettings.h" />
+ <ClInclude Include="td\td\telegram\ScopeNotificationSettings.hpp" />
<ClInclude Include="td\td\telegram\SecretChatActor.h" />
<ClInclude Include="td\td\telegram\SecretChatId.h" />
<ClInclude Include="td\td\telegram\SecretChatDb.h" />
+ <ClInclude Include="td\td\telegram\SecretChatLayer.h" />
<ClInclude Include="td\td\telegram\SecretChatsManager.h" />
<ClInclude Include="td\td\telegram\SecretInputMedia.h" />
+ <ClInclude Include="td\td\telegram\SecureManager.h" />
+ <ClInclude Include="td\td\telegram\SecureStorage.h" />
+ <ClInclude Include="td\td\telegram\SecureValue.h" />
+ <ClInclude Include="td\td\telegram\SecureValue.hpp" />
+ <ClInclude Include="td\td\telegram\SendCodeHelper.h" />
+ <ClInclude Include="td\td\telegram\SendCodeHelper.hpp" />
+ <ClInclude Include="td\td\telegram\SentEmailCode.h" />
<ClInclude Include="td\td\telegram\SequenceDispatcher.h" />
+ <ClInclude Include="td\td\telegram\ServerMessageId.h" />
+ <ClInclude Include="td\td\telegram\SetWithPosition.h" />
+ <ClInclude Include="td\td\telegram\SpecialStickerSetType.h" />
+ <ClInclude Include="td\td\telegram\SponsoredMessageManager.h" />
<ClInclude Include="td\td\telegram\StateManager.h" />
+ <ClInclude Include="td\td\telegram\StickerFormat.h" />
+ <ClInclude Include="td\td\telegram\StickerSetId.h" />
+ <ClInclude Include="td\td\telegram\StickerSetId.hpp" />
<ClInclude Include="td\td\telegram\StickersManager.h" />
+ <ClInclude Include="td\td\telegram\StickerType.h" />
<ClInclude Include="td\td\telegram\StorageManager.h" />
+ <ClInclude Include="td\td\telegram\SuggestedAction.h" />
+ <ClInclude Include="td\td\telegram\Support.h" />
<ClInclude Include="td\td\telegram\Td.h" />
<ClInclude Include="td\td\telegram\TdCallback.h" />
<ClInclude Include="td\td\telegram\TdDb.h" />
<ClInclude Include="td\td\telegram\TdParameters.h" />
+ <ClInclude Include="td\td\telegram\td_c_client.h" />
+ <ClInclude Include="td\td\telegram\td_json_client.h" />
+ <ClInclude Include="td\td\telegram\td_log.h" />
+ <ClInclude Include="td\td\telegram\TermsOfService.h" />
+ <ClInclude Include="td\td\telegram\ThemeManager.h" />
+ <ClInclude Include="td\td\telegram\TopDialogCategory.h" />
<ClInclude Include="td\td\telegram\TopDialogManager.h" />
+ <ClInclude Include="td\td\telegram\TranscriptionInfo.h" />
+ <ClInclude Include="td\td\telegram\TranscriptionInfo.hpp" />
<ClInclude Include="td\td\telegram\UniqueId.h" />
<ClInclude Include="td\td\telegram\UpdatesManager.h" />
<ClInclude Include="td\td\telegram\UserId.h" />
+ <ClInclude Include="td\td\telegram\Usernames.h" />
+ <ClInclude Include="td\td\telegram\Venue.h" />
<ClInclude Include="td\td\telegram\Version.h" />
<ClInclude Include="td\td\telegram\VideoNotesManager.h" />
<ClInclude Include="td\td\telegram\VideosManager.h" />
<ClInclude Include="td\td\telegram\VoiceNotesManager.h" />
+ <ClInclude Include="td\td\telegram\WebPageBlock.h" />
<ClInclude Include="td\td\telegram\WebPageId.h" />
<ClInclude Include="td\td\telegram\WebPagesManager.h" />
<ClInclude Include="td\td\telegram\AnimationsManager.hpp" />