22 lines
911 B
XML
22 lines
911 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
|
|
<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>
|
|
|
|
<ItemGroup>
|
|
<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>
|
|
|
|
</Project> |