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:
authorKenneth Skovhede <kenneth@hexad.dk>2020-05-10 15:16:01 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2020-05-10 15:16:01 +0300
commite66760235111396f4081e4b665f16bed9ae703fe (patch)
tree68c88f03a7acd948dd896d525770bfd33feec60d /Duplicati/CommandLine
parentf0891ef4fd406c7b7c1749122c022c29e912a46c (diff)
Added project dependencies to the commandline tester to make it run again.feature/better-non-json-errors
Diffstat (limited to 'Duplicati/CommandLine')
-rw-r--r--Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj b/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj
index 9f61b68fe..9ca114d3f 100644
--- a/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj
+++ b/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj
@@ -182,6 +182,18 @@
<Project>{3F47CB0C-CEE1-447F-9C26-7F8E419E3E3F}</Project>
<Name>Duplicati.Library.Backend.AlternativeFTP</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\Library\Common\Duplicati.Library.Common.csproj">
+ <Project>{D63E53E4-A458-4C2F-914D-92F715F58ACF}</Project>
+ <Name>Duplicati.Library.Common</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Library\Compression\Duplicati.Library.Compression.csproj">
+ <Project>{19ECCE09-B5EB-406C-8C57-BAC66997D469}</Project>
+ <Name>Duplicati.Library.Compression</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Library\SQLiteHelper\Duplicati.Library.SQLiteHelper.csproj">
+ <Project>{2C838169-B187-4B09-8768-1C24C2521C8D}</Project>
+ <Name>Duplicati.Library.SQLiteHelper</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.