2018-06-24 01:31:08 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2015-12-27 21:11:04 +00:00
|
|
|
|
<PropertyGroup>
|
2018-06-24 01:31:08 +00:00
|
|
|
|
<TargetFrameworks>net452;net461;netcoreapp2.1</TargetFrameworks>
|
2015-12-27 21:11:04 +00:00
|
|
|
|
<ApplicationIcon>jackett.ico</ApplicationIcon>
|
2018-06-24 01:31:08 +00:00
|
|
|
|
<AssemblyName>JackettUpdater</AssemblyName>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2015-12-27 21:11:04 +00:00
|
|
|
|
</PropertyGroup>
|
2018-06-24 01:31:08 +00:00
|
|
|
|
|
2015-12-27 21:11:04 +00:00
|
|
|
|
<ItemGroup>
|
2018-06-24 01:31:08 +00:00
|
|
|
|
<ProjectReference Include="..\Jackett.Common\Jackett.Common.csproj" />
|
2015-12-27 21:11:04 +00:00
|
|
|
|
</ItemGroup>
|
2018-06-24 01:31:08 +00:00
|
|
|
|
|
2015-11-09 21:59:16 +00:00
|
|
|
|
</Project>
|