2018-05-30 11:28:20 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-11-05 09:42:03 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-08-21 11:21:29 +00:00
|
|
|
|
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
|
2017-11-05 10:53:43 +00:00
|
|
|
|
<Version>0.0.0</Version>
|
2017-11-05 09:42:03 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-08-18 08:08:14 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="AngleSharp" Version="0.9.10" />
|
|
|
|
|
<PackageReference Include="Autofac" Version="4.8.1" />
|
|
|
|
|
<PackageReference Include="AutoMapper" Version="7.0.1" />
|
|
|
|
|
<PackageReference Include="BencodeNET" Version="2.2.24" />
|
|
|
|
|
<PackageReference Include="CloudFlareUtilities" Version="1.2.0" />
|
|
|
|
|
<PackageReference Include="CommandLineParser" Version="2.3.0" />
|
|
|
|
|
<PackageReference Include="DotNet4.SocksProxy" Version="1.4.0.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
|
|
|
|
|
<PackageReference Include="MimeMapping" Version="1.0.1.12" />
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
2018-08-31 10:16:07 +00:00
|
|
|
|
<PackageReference Include="NLog" Version="4.5.9" />
|
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.0.0" />
|
2018-08-18 08:08:14 +00:00
|
|
|
|
<PackageReference Include="YamlDotNet" Version="5.0.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<!-- Conditionally obtain references for the .NET Full framework target -->
|
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
|
|
|
|
|
<PackageReference Include="CsQuery" Version="1.3.5-beta5" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="1.1.2" />
|
|
|
|
|
<Reference Include="System.ServiceProcess" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<!-- Conditionally obtain references for the .NETStandard target -->
|
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
|
|
|
|
<PackageReference Include="CsQuery.NETStandard" Version="1.3.6.1" />
|
|
|
|
|
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.1.1" />
|
|
|
|
|
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.5.0" />
|
|
|
|
|
</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>
|
|
|
|
|
<Content Include="Content\bootstrap\bootstrap.min.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Content\bootstrap\bootstrap.min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Content\common.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Content\congruent_outline.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Content\crissXcross.png">
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
|
|
|
|
<Content Include="Content\libs\moment.min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Content\login.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2017-11-05 09:42:03 +00:00
|
|
|
|
<Content Include="Models\TorznabCatType.tt" />
|
2017-11-08 14:45:21 +00:00
|
|
|
|
<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>
|
|
|
|
|
<Compile Update="Models\TorznabCatType.generated.cs">
|
|
|
|
|
<DependentUpon>TorznabCatType.tt</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
</Compile>
|
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
|
|
|
|
<None Update="Models\TorznabCatType.tt">
|
|
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>TorznabCatType.generated.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
|
|
|
|
|
</ItemGroup>
|
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
|
|
|
|
|
|
|
|
|
</Project>
|