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:
authorBlueBlock <danb@pobox.com>2019-07-20 15:42:25 +0300
committerBlueBlock <danb@pobox.com>2019-07-20 22:10:40 +0300
commit3aa7afd8a17f941ba7d509acd4a5c2e2576ed036 (patch)
treeddf4322de93499e9e66f225be4ff07d740f7543f /Duplicati/Tools
parentc3f242bf60687de7c509c1b73bdc155d5993b867 (diff)
Correct copying of updated and included gpg files in project.
Diffstat (limited to 'Duplicati/Tools')
-rw-r--r--Duplicati/Tools/Duplicati.Tools.csproj36
1 files changed, 27 insertions, 9 deletions
diff --git a/Duplicati/Tools/Duplicati.Tools.csproj b/Duplicati/Tools/Duplicati.Tools.csproj
index 350c29666..a39f3de7b 100644
--- a/Duplicati/Tools/Duplicati.Tools.csproj
+++ b/Duplicati/Tools/Duplicati.Tools.csproj
@@ -43,14 +43,30 @@
<Content Include="utility-scripts\README.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="win-tools\gpg.exe" />
- <Content Include="win-tools\gpgconf.exe" />
- <Content Include="win-tools\libassuan-0.dll" />
- <Content Include="win-tools\libgcrypt-20.dll" />
- <Content Include="win-tools\libgpg-error-0.dll" />
- <Content Include="win-tools\libgpgme-11.dll" />
- <Content Include="win-tools\libksba-8.dll" />
- <Content Include="win-tools\libnpth-0.dll" />
+ <Content Include="win-tools\gpg.exe">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="win-tools\gpgconf.exe">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="win-tools\libassuan-0.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="win-tools\libgcrypt-20.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="win-tools\libgpg-error-0.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="win-tools\libgpgme-11.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="win-tools\libksba-8.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="win-tools\libnpth-0.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="win-tools\README.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -62,7 +78,9 @@
<Link>utility-scripts\TlsTest.exe</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="win-tools\zlib1.dll" />
+ <Content Include="win-tools\zlib1.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />