2025-07-01 16:32:19 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0-windows7.0</TargetFramework>
|
|
|
|
|
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
|
|
|
|
|
<RootNamespace>Duplicati.Library.WindowsModules</RootNamespace>
|
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Vanara.PInvoke.VssApi" Version="4.1.6" />
|
|
|
|
|
<PackageReference Include="Vanara.PInvoke.Kernel32" Version="4.1.6" />
|
|
|
|
|
<PackageReference Include="Vanara.PInvoke.Security" Version="4.1.6" />
|
2025-10-15 17:58:15 +02:00
|
|
|
<PackageReference Include="Vanara.PInvoke.User32" Version="4.1.6" />
|
2025-07-01 16:32:19 +02:00
|
|
|
<PackageReference Include="Vanara.Security" Version="4.1.6" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Interface\Duplicati.Library.Interface.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|