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-10 17:27:51 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-04-10 17:27:51 +0300
commit75826aa60edd2b0aba8b214b64881a0374d7a72e (patch)
tree9cf51f84063c21bcb1cd6de4e08bcde7eb9a4eb6 /Duplicati/License
parent4865a2ce364498fef031eb9f1354e9449449c90f (diff)
Cleaned up the commit a bit
Diffstat (limited to 'Duplicati/License')
-rw-r--r--Duplicati/License/Duplicati.License.csproj19
1 files changed, 13 insertions, 6 deletions
diff --git a/Duplicati/License/Duplicati.License.csproj b/Duplicati/License/Duplicati.License.csproj
index e92f3cb66..e821f6b73 100644
--- a/Duplicati/License/Duplicati.License.csproj
+++ b/Duplicati/License/Duplicati.License.csproj
@@ -17,8 +17,6 @@
<UpgradeBackupLocation />
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -139,10 +137,6 @@
<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>
@@ -302,6 +296,18 @@
<Link>licenses\rumps\licensedata.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="..\..\thirdparty\System.Net.FtpClient\Homepage.txt">
+ <Link>licenses\System.Net.FtpClient\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\System.Net.FtpClient\licensedata.json">
+ <Link>licenses\System.Net.FtpClient\licensedata.json</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
@@ -331,5 +337,6 @@
<Folder Include="licenses\jQuery\" />
<Folder Include="licenses\CoCoL\" />
<Folder Include="licenses\rumps\" />
+ <Folder Include="licenses\System.Net.FtpClient\" />
</ItemGroup>
</Project> \ No newline at end of file