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>2015-12-06 17:35:59 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2015-12-06 17:36:33 +0300
commita0115cb741d279f7e153e5029b0c6fdf2ca79e57 (patch)
tree3f48d84d04f454b9eb3fcf5a06548ed74e1914bb /Duplicati/License
parent6f33f8dc5348f4706c782267089a189d88e2475b (diff)
Added Mega.co.nz backend as requested in issue #806
Diffstat (limited to 'Duplicati/License')
-rw-r--r--Duplicati/License/Duplicati.License.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/Duplicati/License/Duplicati.License.csproj b/Duplicati/License/Duplicati.License.csproj
index cf3554ee2..787be9bb4 100644
--- a/Duplicati/License/Duplicati.License.csproj
+++ b/Duplicati/License/Duplicati.License.csproj
@@ -222,6 +222,18 @@
<Link>licenses\SharpAESCrypt\licensedata.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="..\..\thirdparty\MegaApi\Homepage.txt">
+ <Link>licenses\MegaApi\Homepage.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\MegaApi\licensedata.json">
+ <Link>licenses\MegaApi\licensedata.json</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\MegaApi\license.txt">
+ <Link>licenses\MegaApi\license.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
@@ -245,4 +257,7 @@
<ItemGroup>
<EmbeddedResource Include="VersionTag.txt" />
</ItemGroup>
+ <ItemGroup>
+ <Folder Include="licenses\MegaApi\" />
+ </ItemGroup>
</Project> \ No newline at end of file