Files
duplicati/Tools/ZipFileDebugger/ZipFileDebugger.csproj
T

22 lines
904 B
XML
Raw Normal View History

2018-09-09 15:54:14 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<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>
</PropertyGroup>
2018-09-09 15:54:14 +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" />
</ItemGroup>
2018-09-09 15:54:14 +02:00
</Project>