Jackett/src/Jackett.Updater/Jackett.Updater.csproj

14 lines
407 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2015-12-27 21:11:04 +00:00
<PropertyGroup>
<TargetFrameworks>net452;net461;netcoreapp2.1</TargetFrameworks>
2015-12-27 21:11:04 +00:00
<ApplicationIcon>jackett.ico</ApplicationIcon>
<AssemblyName>JackettUpdater</AssemblyName>
<OutputType>Exe</OutputType>
2015-12-27 21:11:04 +00:00
</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-11-09 21:59:16 +00:00
</Project>