Jackett/src/Jackett.Service/Jackett.Service.csproj

18 lines
469 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2015-12-27 21:11:04 +00:00
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
2015-12-27 21:11:04 +00:00
<OutputType>WinExe</OutputType>
<AssemblyName>JackettService</AssemblyName>
<ApplicationIcon>jackett.ico</ApplicationIcon>
</PropertyGroup>
2015-12-27 21:11:04 +00:00
<ItemGroup>
<ProjectReference Include="..\Jackett.Common\Jackett.Common.csproj" />
2015-12-27 21:11:04 +00:00
</ItemGroup>
2015-12-27 21:11:04 +00:00
<ItemGroup>
<Content Include="jackett.ico" />
</ItemGroup>
2015-07-19 00:27:41 +00:00
</Project>