2018-09-09 16:29:24 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2014-04-05 14:03:44 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2020-06-03 00:00:38 +02:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-09-09 16:29:24 +02:00
|
|
|
|
|
|
|
|
<Version>2.0.0.7</Version>
|
|
|
|
|
<Copyright>LGPL, Copyright © Duplicati Team 2015</Copyright>
|
|
|
|
|
<Product>Duplicati.BuildTools.UpdateVersionStamp</Product>
|
|
|
|
|
<Company>Duplicati Team</Company>
|
|
|
|
|
<Authors>Duplicati Team</Authors>
|
|
|
|
|
<Description>UpdateVersionStamp</Description>
|
2014-04-05 14:03:44 +02:00
|
|
|
</PropertyGroup>
|
2018-09-09 16:29:24 +02:00
|
|
|
|
2015-04-28 10:28:52 +02:00
|
|
|
<ItemGroup>
|
2018-09-09 16:29:24 +02:00
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Utility\Duplicati.Library.Utility.csproj" />
|
2015-04-28 10:28:52 +02:00
|
|
|
</ItemGroup>
|
2018-09-09 16:29:24 +02:00
|
|
|
|
2014-04-05 14:03:44 +02:00
|
|
|
</Project>
|