2018-09-09 15:54:14 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2017-06-23 23:14:15 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2020-06-03 00:00:38 +02:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-09-09 15:54:14 +02:00
|
|
|
|
|
|
|
|
<Version>2.0.0.7</Version>
|
|
|
|
|
<Copyright>LGPL, Copyright © Duplicati Team 2015</Copyright>
|
|
|
|
|
<Product>Duplicati.Tools.ZipFileDebugger</Product>
|
|
|
|
|
<Company>Duplicati Team</Company>
|
|
|
|
|
<Authors>Duplicati Team</Authors>
|
|
|
|
|
<Description>ZipFileDebugger</Description>
|
2017-06-23 23:14:15 +02:00
|
|
|
</PropertyGroup>
|
2018-09-09 15:54:14 +02:00
|
|
|
|
2017-06-23 23:14:15 +02:00
|
|
|
<ItemGroup>
|
2018-09-09 15:54:14 +02:00
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Interface\Duplicati.Library.Interface.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Compression\Duplicati.Library.Compression.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Utility\Duplicati.Library.Utility.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Logging\Duplicati.Library.Logging.csproj" />
|
2017-06-23 23:14:15 +02:00
|
|
|
</ItemGroup>
|
2018-09-09 15:54:14 +02:00
|
|
|
|
2017-06-23 23:14:15 +02:00
|
|
|
</Project>
|