Files
duplicati/Duplicati/Library/DynamicLoader/Duplicati.Library.DynamicLoader.csproj
T

31 lines
1.5 KiB
XML
Raw Normal View History

2024-07-09 00:37:18 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2022-04-12 21:43:50 -07:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
</PropertyGroup>
2022-04-12 21:43:50 -07:00
<ItemGroup>
<ProjectReference Include="..\Logging\Duplicati.Library.Logging.csproj" />
2022-04-12 21:43:50 -07:00
<ProjectReference Include="..\Interface\Duplicati.Library.Interface.csproj" />
<ProjectReference Include="..\Utility\Duplicati.Library.Utility.csproj" />
<ProjectReference Include="..\Localization\Duplicati.Library.Localization.csproj" />
<ProjectReference Include="..\Compression\Duplicati.Library.Compression.csproj" />
<ProjectReference Include="..\Backends\Duplicati.Library.Backends.csproj" />
<ProjectReference Include="..\Encryption\Duplicati.Library.Encryption.csproj" />
<ProjectReference Include="..\Modules\Builtin\Duplicati.Library.Modules.Builtin.csproj" />
<ProjectReference Include="..\AutoUpdater\Duplicati.Library.AutoUpdater.csproj" />
<ProjectReference Include="..\SecretProvider\Duplicati.Library.SecretProvider.csproj" />
<ProjectReference Include="..\SourceProviders\Duplicati.Library.SourceProviders.csproj" />
</ItemGroup>
2022-04-12 21:43:50 -07:00
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
2024-07-09 00:37:18 +02:00
</Project>