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:
authorTopperDEL <github_com@tparth.de>2020-06-18 18:17:06 +0300
committerTopperDEL <github_com@tparth.de>2020-06-18 18:17:06 +0300
commit31ae3784c0af26e2296c7aa7ea464acc04c6a62a (patch)
treee6def0c21929dfef32b610f49fd4e3314080928a /Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj
parentb8e1f8f4de4514dcd24c544cadb6f184714c4302 (diff)
build: First try to deploy the (only the necessary) tardigrade-binaries for all systems
Diffstat (limited to 'Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj')
-rw-r--r--Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj b/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj
index ab347b642..fbfd14757 100644
--- a/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj
+++ b/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj
@@ -73,6 +73,20 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
+ <None Include="storj_uplink.dylib">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
+ <None Include="storj_uplink.so">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="win-x64\storj_uplink.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="win-x86\storj_uplink.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\..\..\packages\uplink.NET.2.2.2\build\net40\uplink.NET.targets" Condition="Exists('..\..\..\..\packages\uplink.NET.2.2.2\build\net40\uplink.NET.targets')" />