2020-03-01 18:58:14 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-11-17 05:06:27 +00:00
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
2020-03-01 18:58:14 +00:00
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
<AssemblyName>JackettService</AssemblyName>
|
|
|
|
<ApplicationIcon>jackett.ico</ApplicationIcon>
|
2020-03-06 01:57:59 +00:00
|
|
|
<NoWarn />
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
|
|
<WarningsAsErrors />
|
2020-03-01 18:58:14 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Jackett.Common\Jackett.Common.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="jackett.ico" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|