2018-03-24 17:48:26 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2015-01-26 11:13:54 +01:00
|
|
|
<PropertyGroup>
|
2020-06-03 00:00:38 +02:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-03-24 17:48:26 +01:00
|
|
|
<Version>2.0.0.7</Version>
|
2018-09-09 14:21:55 +02:00
|
|
|
|
2018-03-24 17:48:26 +01:00
|
|
|
<Copyright>LGPL, Copyright © Duplicati Team 2015</Copyright>
|
|
|
|
|
<Product>Duplicati.Library.Localization</Product>
|
|
|
|
|
<Company>Duplicati Team</Company>
|
|
|
|
|
<Authors>Duplicati Team</Authors>
|
|
|
|
|
<Description>Localization implementation for Duplicati</Description>
|
|
|
|
|
<PackageId>Localization</PackageId>
|
2015-01-26 11:13:54 +01:00
|
|
|
</PropertyGroup>
|
2018-03-24 17:48:26 +01:00
|
|
|
|
2015-01-26 11:13:54 +01:00
|
|
|
<ItemGroup>
|
2019-12-25 19:08:52 +01:00
|
|
|
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2019-12-25 18:21:24 +01:00
|
|
|
<PackageReference Include="NGettext" Version="0.6.5" />
|
2016-09-27 20:46:11 +02:00
|
|
|
</ItemGroup>
|
2018-03-24 17:48:26 +01:00
|
|
|
|
2016-10-07 10:44:19 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="..\..\..\Localizations\duplicati\*.mo" />
|
2015-01-26 11:13:54 +01:00
|
|
|
</ItemGroup>
|
2019-08-03 00:34:26 +02:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Logging\Duplicati.Library.Logging.csproj" />
|
|
|
|
|
</ItemGroup>
|
2018-03-24 17:48:26 +01:00
|
|
|
|
2014-06-13 17:34:53 +02:00
|
|
|
</Project>
|