Files
duplicati/Duplicati/WindowsService/WindowsService.csproj
T

30 lines
951 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2022-04-12 21:43:50 -07:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
2022-04-12 21:43:50 -07:00
<AssemblyName>Duplicati.WindowsService.Implementation</AssemblyName>
</PropertyGroup>
2022-04-12 21:43:50 -07:00
<ItemGroup>
<ProjectReference Include="..\Library\AutoUpdater\Duplicati.Library.AutoUpdater.csproj" />
<ProjectReference Include="..\Library\Utility\Duplicati.Library.Utility.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Service\Runner.cs">
<Link>Runner.cs</Link>
</Compile>
</ItemGroup>
2022-04-12 21:43:50 -07:00
<ItemGroup>
2022-04-12 21:43:50 -07:00
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0" />
</ItemGroup>
2022-04-12 21:43:50 -07:00
<ItemGroup>
2022-04-12 21:43:50 -07:00
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
2022-04-12 21:43:50 -07:00
2016-04-13 11:44:21 +02:00
</Project>