2024-02-25 16:19:25 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-04-12 21:43:50 -07:00
|
|
|
|
2024-02-25 16:19:25 +01:00
|
|
|
<PropertyGroup>
|
2024-03-01 14:29:54 +01:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-02-25 16:19:25 +01:00
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
</PropertyGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
|
2024-02-25 16:19:25 +01:00
|
|
|
<ItemGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
<PackageReference Include="NGettext" Version="0.6.5" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-02-25 16:19:25 +01:00
|
|
|
<EmbeddedResource Include="..\..\..\Localizations\duplicati\*.mo" />
|
|
|
|
|
</ItemGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
|
2024-02-25 16:19:25 +01:00
|
|
|
<ItemGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
<ProjectReference Include="..\Logging\Duplicati.Library.Logging.csproj" />
|
2024-02-25 16:19:25 +01:00
|
|
|
</ItemGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
|
2024-03-01 14:30:28 +01:00
|
|
|
<ItemGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2014-06-13 17:34:53 +02:00
|
|
|
</Project>
|