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:
authorTim Mylemans <tim@aimproductions.be>2016-04-09 12:45:15 +0300
committerTim Mylemans <tim@aimproductions.be>2016-04-09 12:45:15 +0300
commit9e5c4a81b2676ad541616d723956c88197a79b0e (patch)
tree971bcd17f5f6cd4ecf61bd6278570091366b6b02 /Duplicati/License
parent3362786dcbfb8761c7c29a8e27591832e64a991f (diff)
Implemented an alternative FTP backend using System.Net.FtpClient
Diffstat (limited to 'Duplicati/License')
-rw-r--r--Duplicati/License/Duplicati.License.csproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/Duplicati/License/Duplicati.License.csproj b/Duplicati/License/Duplicati.License.csproj
index ed3f01161..3ffbbea5f 100644
--- a/Duplicati/License/Duplicati.License.csproj
+++ b/Duplicati/License/Duplicati.License.csproj
@@ -40,7 +40,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
@@ -139,6 +139,10 @@
<Link>licenses\HttpServer\Homepage.txt</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="..\..\thirdparty\System.Net.FtpClient\LICENSE.TXT">
+ <Link>licenses\System.Net.FtpClient\LICENSE.TXT</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="..\..\thirdparty\HttpServer\license.txt">
<Link>licenses\HttpServer\license.txt</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -309,7 +313,7 @@
<ItemGroup>
<EmbeddedResource Include="VersionTag.txt" />
</ItemGroup>
- <ItemGroup>
+- <ItemGroup>
<Folder Include="licenses\MegaApi\" />
<Folder Include="licenses\AngularJS\" />
<Folder Include="licenses\jQuery\" />