mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 19:40:25 +08:00
16 lines
527 B
XML
16 lines
527 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<Description>Central reference to all source providers</Description>
|
|
<RootNamespace>Duplicati.Library.Backend</RootNamespace>
|
|
<Copyright>Copyright © 2024 Team Duplicati, MIT license</Copyright>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Interface\Duplicati.Library.Interface.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|