diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-02 16:36:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-02 16:36:46 +0300 |
commit | cf6686206e050f0e010f76e5ff33b1d8c1e20c5b (patch) | |
tree | 0afddce70bf7242cf7da83a7d441863fffaf1624 /protocols/Telegram/tdlib/tddb.vcxproj | |
parent | c2772af03124c14e0820671789e7b9a4897ac53c (diff) |
Telegram: the first version that could be compiled
Diffstat (limited to 'protocols/Telegram/tdlib/tddb.vcxproj')
-rw-r--r-- | protocols/Telegram/tdlib/tddb.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/tddb.vcxproj b/protocols/Telegram/tdlib/tddb.vcxproj index c9abe77452..e71aa80e21 100644 --- a/protocols/Telegram/tdlib/tddb.vcxproj +++ b/protocols/Telegram/tdlib/tddb.vcxproj @@ -38,13 +38,17 @@ <ItemGroup> <ClCompile Include="td\tddb\td\db\binlog\Binlog.cpp" /> <ClCompile Include="td\tddb\td\db\binlog\BinlogEvent.cpp" /> + <ClCompile Include="td\tddb\td\db\binlog\binlog_dump.cpp" /> <ClCompile Include="td\tddb\td\db\binlog\ConcurrentBinlog.cpp" /> <ClCompile Include="td\tddb\td\db\binlog\detail\BinlogEventsBuffer.cpp" /> <ClCompile Include="td\tddb\td\db\binlog\detail\BinlogEventsProcessor.cpp" /> + <ClCompile Include="td\tddb\td\db\SqliteConnectionSafe.cpp" /> <ClCompile Include="td\tddb\td\db\SqliteDb.cpp" /> + <ClCompile Include="td\tddb\td\db\SqliteKeyValue.cpp" /> <ClCompile Include="td\tddb\td\db\SqliteStatement.cpp" /> <ClCompile Include="td\tddb\td\db\SqliteKeyValueAsync.cpp" /> <ClCompile Include="td\tddb\td\db\detail\RawSqliteDb.cpp" /> + <ClCompile Include="td\tddb\td\db\TQueue.cpp" /> <ClInclude Include="td\tddb\td\db\binlog\Binlog.h" /> <ClInclude Include="td\tddb\td\db\binlog\BinlogInterface.h" /> <ClInclude Include="td\tddb\td\db\binlog\BinlogEvent.h" /> @@ -62,6 +66,7 @@ <ClInclude Include="td\tddb\td\db\SqliteKeyValueAsync.h" /> <ClInclude Include="td\tddb\td\db\SqliteKeyValueSafe.h" /> <ClInclude Include="td\tddb\td\db\SqliteStatement.h" /> + <ClInclude Include="td\tddb\td\db\TQueue.h" /> <ClInclude Include="td\tddb\td\db\TsSeqKeyValue.h" /> <ClInclude Include="td\tddb\td\db\detail\RawSqliteDb.h" /> </ItemGroup> |