Files
duplicati/Duplicati/Library/Backend/OpenStack/Duplicati.Library.Backend.OpenStack.csproj
T

23 lines
803 B
XML
Raw Normal View History

2024-07-09 00:37:18 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2018-03-24 17:48:26 +01:00
<PropertyGroup>
2025-11-14 15:05:39 +01:00
<TargetFramework>net10.0</TargetFramework>
<OutputType>Library</OutputType>
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
2025-03-21 16:35:29 +01:00
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2025-05-16 10:22:51 +02:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
2018-03-24 17:48:26 +01:00
<ItemGroup>
<ProjectReference Include="..\..\Interface\Duplicati.Library.Interface.csproj" />
<ProjectReference Include="..\..\Localization\Duplicati.Library.Localization.csproj" />
2018-03-24 17:48:26 +01:00
<ProjectReference Include="..\..\Utility\Duplicati.Library.Utility.csproj" />
<ProjectReference Include="..\..\Backend\OAuthHelper\Duplicati.Library.OAuthHelper.csproj" />
</ItemGroup>
2018-03-24 17:48:26 +01:00
2024-07-09 00:37:18 +02:00
</Project>