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/tdactor.vcxproj | |
| parent | c2772af03124c14e0820671789e7b9a4897ac53c (diff) | |
Telegram: the first version that could be compiled
Diffstat (limited to 'protocols/Telegram/tdlib/tdactor.vcxproj')
| -rw-r--r-- | protocols/Telegram/tdlib/tdactor.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/tdactor.vcxproj b/protocols/Telegram/tdlib/tdactor.vcxproj index 3d3ccef881..353f02ec01 100644 --- a/protocols/Telegram/tdlib/tdactor.vcxproj +++ b/protocols/Telegram/tdlib/tdactor.vcxproj @@ -36,8 +36,11 @@ </ClCompile> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="td\tdactor\td\actor\ConcurrentScheduler.cpp" /> <ClCompile Include="td\tdactor\td\actor\impl\Scheduler.cpp" /> <ClCompile Include="td\tdactor\td\actor\MultiPromise.cpp" /> + <ClCompile Include="td\tdactor\td\actor\MultiTimeout.cpp" /> + <ClInclude Include="td\tdactor\td\actor\ConcurrentScheduler.h" /> <ClInclude Include="td\tdactor\td\actor\impl\Actor-decl.h" /> <ClInclude Include="td\tdactor\td\actor\impl\Actor.h" /> <ClInclude Include="td\tdactor\td\actor\impl\ActorId-decl.h" /> @@ -50,6 +53,7 @@ <ClInclude Include="td\tdactor\td\actor\impl\Scheduler-decl.h" /> <ClInclude Include="td\tdactor\td\actor\impl\Scheduler.h" /> <ClInclude Include="td\tdactor\td\actor\MultiPromise.h" /> + <ClInclude Include="td\tdactor\td\actor\MultiTimeout.h" /> <ClInclude Include="td\tdactor\td\actor\PromiseFuture.h" /> <ClInclude Include="td\tdactor\td\actor\SchedulerLocalStorage.h" /> <ClInclude Include="td\tdactor\td\actor\SignalSlot.h" /> |
