blob: bd37df119b581d9321a88451f97d2789c8e58cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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\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\SqliteDb.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\SqliteConnectionSafe.cpp" />
<ClCompile Include="td\tddb\td\db\SqliteKeyValue.cpp" />
<ClCompile Include="td\tddb\td\db\TQueue.cpp" />
<ClCompile Include="td\tddb\td\db\binlog\binlog_dump.cpp" />
</ItemGroup>
<ItemGroup>
<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" />
<ClInclude Include="td\tddb\td\db\binlog\BinlogHelper.h" />
<ClInclude Include="td\tddb\td\db\binlog\ConcurrentBinlog.h" />
<ClInclude Include="td\tddb\td\db\binlog\detail\BinlogEventsBuffer.h" />
<ClInclude Include="td\tddb\td\db\binlog\detail\BinlogEventsProcessor.h" />
<ClInclude Include="td\tddb\td\db\BinlogKeyValue.h" />
<ClInclude Include="td\tddb\td\db\DbKey.h" />
<ClInclude Include="td\tddb\td\db\KeyValueSyncInterface.h" />
<ClInclude Include="td\tddb\td\db\SeqKeyValue.h" />
<ClInclude Include="td\tddb\td\db\SqliteConnectionSafe.h" />
<ClInclude Include="td\tddb\td\db\SqliteDb.h" />
<ClInclude Include="td\tddb\td\db\SqliteKeyValue.h" />
<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\TsSeqKeyValue.h" />
<ClInclude Include="td\tddb\td\db\detail\RawSqliteDb.h" />
<ClInclude Include="td\tddb\td\db\TQueue.h" />
</ItemGroup>
</Project>
|