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>2017-09-23 01:13:03 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-09-23 01:13:03 +0300
commit01c429b176389d01cfc2890ff3070c59abad7f4b (patch)
treece0f0459d98ac020368414cfaabb4e1a93bb4e18 /Duplicati/License
parent401f1f3104306f4cea9ecd298fa6818a70b67a77 (diff)
Switched hash library to use FasterHashing
Diffstat (limited to 'Duplicati/License')
-rw-r--r--Duplicati/License/Duplicati.License.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Duplicati/License/Duplicati.License.csproj b/Duplicati/License/Duplicati.License.csproj
index 69c74874a..9c347a076 100644
--- a/Duplicati/License/Duplicati.License.csproj
+++ b/Duplicati/License/Duplicati.License.csproj
@@ -381,6 +381,18 @@
<Link>licenses\TlsTest\licensedata.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="..\..\thirdparty\FasterHashing\download.txt">
+ <Link>licenses\FasterHashing\download.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\FasterHashing\license.txt">
+ <Link>licenses\FasterHashing\license.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\FasterHashing\licensedata.json">
+ <Link>licenses\FasterHashing\licensedata.json</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />