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:
authorTyler Gill <tyler.gill@byu.net>2017-09-26 08:19:38 +0300
committerTyler Gill <tyler.gill@byu.net>2017-09-26 08:19:38 +0300
commit44c53d3eb17793386bd9593dfb7cd52f3c7b4c00 (patch)
treea0a53a5a7def0ba34adde22c6de5be6b41f2be51 /Duplicati/Library/Interface/Duplicati.Library.Interface.csproj
parentb3a3911d98c8e4c4f99a16fd2d531f8e58952b83 (diff)
parent9141ccfd4155b18aa6a760da4a4cd3f39fa00c03 (diff)
Merge branch 'master' of https://github.com/duplicati/duplicati into fix/list-ienumerable
Diffstat (limited to 'Duplicati/Library/Interface/Duplicati.Library.Interface.csproj')
-rw-r--r--Duplicati/Library/Interface/Duplicati.Library.Interface.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj b/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj
index 59d5026e0..8d9cd26f4 100644
--- a/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj
+++ b/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj
@@ -55,9 +55,11 @@
<Compile Include="IGenericSourceModule.cs" />
<Compile Include="IGenericModule.cs" />
<Compile Include="IQuotaEnabledBackend.cs" />
+ <Compile Include="IQuotaInfo.cs" />
<Compile Include="IStreamingBackend.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="IGenericCallbackModule.cs" />
+ <Compile Include="QuotaInfo.cs" />
<Compile Include="ResultInterfaces.cs" />
<Compile Include="IWebModule.cs" />
<Compile Include="IConnectionModule.cs" />