mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-27 19:10:29 +08:00
16 lines
611 B
XML
16 lines
611 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<Description>The Duplicati Agent implementation</Description>
|
|
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
|
|
<ApplicationIcon>..\..\Duplicati\GUI\Duplicati.GUI.TrayIcon\Duplicati.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../Duplicati/Agent/Duplicati.Agent.csproj" />
|
|
<ProjectReference Include="../../Duplicati/Library/Crashlog/Duplicati.Library.Crashlog.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|