Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwarwickmm <warwickmm@users.noreply.github.com>2020-11-09 04:59:37 +0300
committerGitHub <noreply@github.com>2020-11-09 04:59:37 +0300
commitc7f9f8f5566b99d3189d9d32f24a888a8cdde231 (patch)
tree7a6128c2a2e3dcd8fb34e4c664020ec6905a99fa /Duplicati/GUI
parent85139f86f243db02671b2fd527545e43a285c8e9 (diff)
parent812d698abab1cb8d1a663c23fd5aa7b50d89dde9 (diff)
Merge pull request #4324 from martikyan/feature/telegram_backend
Add support for Telegram channels as a backend destination.
Diffstat (limited to 'Duplicati/GUI')
-rw-r--r--Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
index e5b3f7b72..b5dec3e0a 100644
--- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
+++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
@@ -221,6 +221,10 @@
<Project>{ae035e01-c917-4f13-a35e-78f21c1a2f17}</Project>
<Name>Duplicati.Library.Backend.Tardigrade</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\Library\Backend\Telegram\Duplicati.Library.Backend.Telegram.csproj">
+ <Project>{f61679a9-e5de-468a-b5a4-05f92d0143d2}</Project>
+ <Name>Duplicati.Library.Backend.Telegram</Name>
+ </ProjectReference>
<ProjectReference Include="..\..\Library\Backend\TencentCOS\Duplicati.Library.Backend.TencentCOS.csproj">
<Project>{545dd6d4-9476-42d6-b51c-a28e000c489e}</Project>
<Name>Duplicati.Library.Backend.TencentCOS</Name>