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-01-23 22:42:34 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-01-23 22:42:34 +0300
commit6a3ed71fe2a53b75a3d2f675a4db9041e784e013 (patch)
tree4bda55025f2179e818a005121b00e3f7ab48a512 /Duplicati/License
parent56beda2941fde27055234a95ce7e9a725fec7a9c (diff)
Bundling the mozroots and tlstest tools from Mono to aid in debugging SSL issues
Diffstat (limited to 'Duplicati/License')
-rw-r--r--Duplicati/License/Duplicati.License.csproj26
1 files changed, 26 insertions, 0 deletions
diff --git a/Duplicati/License/Duplicati.License.csproj b/Duplicati/License/Duplicati.License.csproj
index 894eccfd8..69c74874a 100644
--- a/Duplicati/License/Duplicati.License.csproj
+++ b/Duplicati/License/Duplicati.License.csproj
@@ -357,6 +357,30 @@
<Link>licenses\AngularGettext\licensedata.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="..\..\thirdparty\mozroots\Homepage.txt">
+ <Link>licenses\mozroots\Homepage.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\mozroots\License.txt">
+ <Link>licenses\mozroots\License.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\mozroots\licensedata.json">
+ <Link>licenses\mozroots\licensedata.json</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\TlsTest\Homepage.txt">
+ <Link>licenses\TlsTest\Homepage.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\TlsTest\License.txt">
+ <Link>licenses\TlsTest\License.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\TlsTest\licensedata.json">
+ <Link>licenses\TlsTest\licensedata.json</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
@@ -388,5 +412,7 @@
<Folder Include="licenses\MimeKit\" />
<Folder Include="licenses\BouncyCastle\" />
<Folder Include="licenses\AngularGettext\" />
+ <Folder Include="licenses\mozroots\" />
+ <Folder Include="licenses\TlsTest\" />
</ItemGroup>
</Project> \ No newline at end of file