mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 03:20:25 +08:00
21 lines
858 B
XML
21 lines
858 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.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" />
|
|
<PackageReference Include="Vanara.PInvoke.User32" Version="4.1.6" />
|
|
<PackageReference Include="Vanara.Security" Version="4.1.6" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Interface\Duplicati.Library.Interface.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|