Files
duplicati/thirdparty/UnixSupport/UnixSupport.csproj
T

20 lines
583 B
XML
Raw Normal View History

2019-05-04 09:11:41 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2011-11-10 16:30:25 +00:00
<PropertyGroup>
2020-06-03 00:00:38 +02:00
<TargetFramework>net5.0</TargetFramework>
2019-05-04 09:11:41 +02:00
<Version>2.0.0.7</Version>
<OutputType>Exe</OutputType>
<Copyright>LGPL, Copyright © Duplicati Team 2015</Copyright>
<Product>UnixSupport</Product>
<Company>Duplicati Team</Company>
<Authors>Duplicati Team</Authors>
<Description>UnixSupport for Duplicati</Description>
<PackageId>UnixSupport</PackageId>
2011-11-10 16:30:25 +00:00
<AssemblyName>UnixSupport</AssemblyName>
</PropertyGroup>
2019-05-04 09:11:41 +02:00
2011-11-10 16:30:25 +00:00
<ItemGroup>
<Reference Include="Mono.Posix" />
</ItemGroup>
2019-05-04 09:11:41 +02:00
2011-11-10 16:30:25 +00:00
</Project>