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>2016-04-07 22:00:02 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-04-07 22:00:02 +0300
commitc76e7fd37b0aaff949b77d62c0c1f0ba4f617f1e (patch)
tree7ee7a592f01e9c3358a927497a7390577bdf7188 /Duplicati/License
parent27886b19a376f7c0d27481b84310a768f06f1df1 (diff)
Added rumps backend for OSX tray-icon
Diffstat (limited to 'Duplicati/License')
-rw-r--r--Duplicati/License/Duplicati.License.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/Duplicati/License/Duplicati.License.csproj b/Duplicati/License/Duplicati.License.csproj
index ed3f01161..1fcff161a 100644
--- a/Duplicati/License/Duplicati.License.csproj
+++ b/Duplicati/License/Duplicati.License.csproj
@@ -286,6 +286,18 @@
<Link>licenses\CoCoL\licensedata.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="..\..\thirdparty\rumps\download.txt">
+ <Link>licenses\rumps\download.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\rumps\License.txt">
+ <Link>licenses\rumps\License.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\rumps\licensedata.json">
+ <Link>licenses\rumps\licensedata.json</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
@@ -314,5 +326,6 @@
<Folder Include="licenses\AngularJS\" />
<Folder Include="licenses\jQuery\" />
<Folder Include="licenses\CoCoL\" />
+ <Folder Include="licenses\rumps\" />
</ItemGroup>
</Project> \ No newline at end of file