2020-03-03 16:28:26 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-11-05 09:42:03 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-01-09 18:18:08 +00:00
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2017-11-05 10:53:43 +00:00
|
|
|
<Version>0.0.0</Version>
|
2020-02-25 16:08:03 +00:00
|
|
|
<LangVersion>8</LangVersion>
|
2020-03-06 01:57:59 +00:00
|
|
|
<NoWarn />
|
|
|
|
<WarningsAsErrors />
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
2017-11-05 09:42:03 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-08-18 08:08:14 +00:00
|
|
|
<ItemGroup>
|
2020-06-14 11:25:51 +00:00
|
|
|
<PackageReference Include="AngleSharp" Version="0.14.0" />
|
|
|
|
<PackageReference Include="Autofac" Version="5.2.0" />
|
|
|
|
<PackageReference Include="AutoMapper" Version="8.1.1" />
|
2020-03-22 15:05:17 +00:00
|
|
|
<PackageReference Include="BencodeNET" Version="3.1.4" />
|
2020-12-16 00:42:41 +00:00
|
|
|
<PackageReference Include="FlareSolverrSharp" Version="1.2.1" />
|
2020-06-14 11:25:51 +00:00
|
|
|
<PackageReference Include="CommandLineParser" Version="2.8.0" />
|
2018-08-18 08:08:14 +00:00
|
|
|
<PackageReference Include="DotNet4.SocksProxy" Version="1.4.0.1" />
|
2019-03-13 09:32:48 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
|
2019-01-10 09:22:15 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
|
2020-01-08 07:51:00 +00:00
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
2020-09-13 22:56:07 +00:00
|
|
|
<PackageReference Include="MimeMapping" Version="1.0.1.30" />
|
2020-01-08 07:51:00 +00:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
2020-12-08 08:10:34 +00:00
|
|
|
<PackageReference Include="NLog" Version="4.7.5" />
|
2021-03-15 06:27:18 +00:00
|
|
|
<PackageReference Include="polly" Version="7.2.1" />
|
2019-10-14 17:51:33 +00:00
|
|
|
<PackageReference Include="SharpZipLib" Version="1.2.0" />
|
2020-12-08 08:10:34 +00:00
|
|
|
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
|
|
|
|
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0" />
|
2020-06-14 11:25:51 +00:00
|
|
|
<PackageReference Include="YamlDotNet" Version="8.1.2" />
|
2018-08-18 08:08:14 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2017-11-05 09:42:03 +00:00
|
|
|
<ItemGroup>
|
2017-11-08 14:45:21 +00:00
|
|
|
<Content Include="Content\animate.css">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\binding_dark.png">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2019-12-09 18:53:51 +00:00
|
|
|
<Content Include="Content\apple-touch-icon.png">
|
2017-11-08 14:45:21 +00:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2019-12-09 18:53:51 +00:00
|
|
|
<Content Include="Content\bootstrap\bootstrap.min.css">
|
2017-11-08 14:45:21 +00:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2019-12-09 18:53:51 +00:00
|
|
|
<Content Include="Content\bootstrap\bootstrap.min.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\common.js">
|
2017-11-08 14:45:21 +00:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\css\bootstrap-multiselect.css">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\css\font-awesome.min.css">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\css\jquery.dataTables.min.css">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2021-05-08 20:24:18 +00:00
|
|
|
<Content Include="Content\css\tagify.css">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2017-11-08 14:45:21 +00:00
|
|
|
<Content Include="Content\custom.css">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\custom.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\custom_mobile.css">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\favicon.ico">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\fonts\fontawesome-webfont.svg">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\fonts\glyphicons-halflings-regular.svg">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\images\sort_asc.png">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\images\sort_asc_disabled.png">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\images\sort_both.png">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\images\sort_desc.png">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\images\sort_desc_disabled.png">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\index.html">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\jacket_medium.png">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\libs\api.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\libs\bootstrap-multiselect.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\libs\bootstrap-notify.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\libs\filesize.min.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\libs\handlebars.min.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\libs\handlebarsextend.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\libs\handlebarsmoment.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\libs\jquery.dataTables.min.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Content\libs\jquery.min.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2021-05-08 20:24:18 +00:00
|
|
|
<Content Include="Content\libs\jQuery.tagify.min.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2017-11-08 14:45:21 +00:00
|
|
|
<Content Include="Content\libs\moment.min.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2021-05-08 20:24:18 +00:00
|
|
|
<Content Include="Content\libs\tagify.min.js">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2017-11-08 14:45:21 +00:00
|
|
|
<Content Include="Content\login.html">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Resources\validator_reply.xml" />
|
2017-11-05 09:42:03 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\DateTimeRoutines\DateTimeRoutines.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2017-11-07 00:42:18 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="Definitions\**\*.yml">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2017-11-05 09:42:03 +00:00
|
|
|
<ItemGroup>
|
2017-11-08 14:45:21 +00:00
|
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
</Compile>
|
2017-11-05 09:42:03 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-11-08 14:45:21 +00:00
|
|
|
<None Update="Content\fonts\fontawesome-webfont.eot">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="Content\fonts\fontawesome-webfont.ttf">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="Content\fonts\fontawesome-webfont.woff">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="Content\fonts\fontawesome-webfont.woff2">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="Content\fonts\FontAwesome.otf">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="Content\fonts\glyphicons-halflings-regular.eot">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="Content\fonts\glyphicons-halflings-regular.ttf">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="Content\fonts\glyphicons-halflings-regular.woff">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="Content\fonts\glyphicons-halflings-regular.woff2">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
2017-11-05 09:42:03 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
|
|
|
|
</ItemGroup>
|
2020-03-01 18:58:14 +00:00
|
|
|
|
2017-11-08 14:45:21 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
2017-11-05 09:42:03 +00:00
|
|
|
|
2018-10-28 07:27:10 +00:00
|
|
|
<!-- Save the compiled date so that we know if the user is running an old version of Jackett -->
|
|
|
|
<ItemGroup>
|
|
|
|
<AssemblyAttribute Include="Jackett.Common.Utils.BuildDateAttribute">
|
|
|
|
<_Parameter1>$([System.DateTime]::UtcNow.ToString("yyyyMMddHHmmss"))</_Parameter1>
|
|
|
|
</AssemblyAttribute>
|
|
|
|
</ItemGroup>
|
2020-03-01 18:58:14 +00:00
|
|
|
|
2017-11-05 09:42:03 +00:00
|
|
|
</Project>
|