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-06-22 15:41:54 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2015-06-22 15:41:54 +0300
commit3fc9102acc7acb445fc61def1aaf8a58406696b1 (patch)
tree88e289573d0079fd9ed05c9573681e56fd0b6b35 /Duplicati/License
parent74bbf0f1f8ebeaa3c2cdd292614e61c827f8267a (diff)
Implemented the Google Drive backend, and trashed the Google Docs backend for issue #1347
Diffstat (limited to 'Duplicati/License')
-rw-r--r--Duplicati/License/Duplicati.License.csproj24
1 files changed, 12 insertions, 12 deletions
diff --git a/Duplicati/License/Duplicati.License.csproj b/Duplicati/License/Duplicati.License.csproj
index 6fd3998d0..e0b5e5c0f 100644
--- a/Duplicati/License/Duplicati.License.csproj
+++ b/Duplicati/License/Duplicati.License.csproj
@@ -127,18 +127,6 @@
<Link>licenses\DnsLite\download.txt</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="..\..\thirdparty\gdata\licensedata.json">
- <Link>licenses\gdata\licensedata.json</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="..\..\thirdparty\gdata\download.txt">
- <Link>licenses\gdata\download.txt</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="..\..\thirdparty\gdata\license.txt">
- <Link>licenses\gdata\license.txt</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
<Content Include="..\..\thirdparty\gpg\licensedata.json">
<Link>licenses\gpg\licensedata.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -234,6 +222,15 @@
<Link>licenses\SharpAESCrypt\licensedata.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="..\..\thirdparty\GoogleAPI\download.txt">
+ <Link>licenses\GoogleAPI\download.txt</Link>
+ </Content>
+ <Content Include="..\..\thirdparty\GoogleAPI\license.txt">
+ <Link>licenses\GoogleAPI\license.txt</Link>
+ </Content>
+ <Content Include="..\..\thirdparty\GoogleAPI\licensedata.json">
+ <Link>licenses\GoogleAPI\licensedata.json</Link>
+ </Content>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
@@ -257,4 +254,7 @@
<ItemGroup>
<EmbeddedResource Include="VersionTag.txt" />
</ItemGroup>
+ <ItemGroup>
+ <Folder Include="licenses\GoogleAPI\" />
+ </ItemGroup>
</Project> \ No newline at end of file