mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-28 04:52:28 +02:00

* Line endings... * Encoding Encoding in a reasonable way Sadly Encoding contains a self-reference somewhere, which makes it really hard for the json serializer to automatically encode it... Probably there's no value in sending it over especially since no one is using it, however just for the sake of the argument, let's just serialize it in a reasonable way. Maybe someday there will be someone expecting this. Or we clearly separate DTOs and models... - Fixes Jackett/Jackett#1532 - Fixes Jackett/Jackett#1539 * Seriously... Please port this to dotnet Core so that I can use something other than @drunkvs on my MacBook * Fix autofac registration after merge * "Implement" new function of interface in test project
121 lines
6.2 KiB
Plaintext
121 lines
6.2 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 14
|
|
VisualStudioVersion = 14.0.24720.0
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jackett", "Jackett\Jackett.csproj", "{E636D5F8-68B4-4903-B4ED-CCFD9C9E899F}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CurlSharp", "CurlSharp\CurlSharp.csproj", "{74420A79-CC16-442C-8B1E-7C1B913844F0}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE7B0C8A-6144-47CD-821E-B09BA1B7BADE}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
..\Build.bat = ..\Build.bat
|
|
..\Installer.iss = ..\Installer.iss
|
|
..\LICENSE = ..\LICENSE
|
|
..\README.md = ..\README.md
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jackett.Console", "Jackett.Console\Jackett.Console.csproj", "{4E2A81DA-E235-4A88-AD20-38AABBFBF33C}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jackett.Service", "Jackett.Service\Jackett.Service.csproj", "{BF611F7B-4658-4CB8-AA9E-0736FADAA3BA}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jackett.Tray", "Jackett.Tray\Jackett.Tray.csproj", "{FF9025B1-EC14-4AA9-8081-9F69C5E35B63}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jackett.Test", "Jackett.Test\Jackett.Test.csproj", "{E75D4F15-5DA3-4332-ADB1-28FB673DAE56}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jackett.Updater", "Jackett.Updater\Jackett.Updater.csproj", "{A61E311A-6F8B-4497-B5E4-2EA8994C7BD8}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{E636D5F8-68B4-4903-B4ED-CCFD9C9E899F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{E636D5F8-68B4-4903-B4ED-CCFD9C9E899F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{E636D5F8-68B4-4903-B4ED-CCFD9C9E899F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{E636D5F8-68B4-4903-B4ED-CCFD9C9E899F}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{74420A79-CC16-442C-8B1E-7C1B913844F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{74420A79-CC16-442C-8B1E-7C1B913844F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{74420A79-CC16-442C-8B1E-7C1B913844F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{74420A79-CC16-442C-8B1E-7C1B913844F0}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{4E2A81DA-E235-4A88-AD20-38AABBFBF33C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{4E2A81DA-E235-4A88-AD20-38AABBFBF33C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{4E2A81DA-E235-4A88-AD20-38AABBFBF33C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{4E2A81DA-E235-4A88-AD20-38AABBFBF33C}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{BF611F7B-4658-4CB8-AA9E-0736FADAA3BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{BF611F7B-4658-4CB8-AA9E-0736FADAA3BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{BF611F7B-4658-4CB8-AA9E-0736FADAA3BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{BF611F7B-4658-4CB8-AA9E-0736FADAA3BA}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{FF9025B1-EC14-4AA9-8081-9F69C5E35B63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{FF9025B1-EC14-4AA9-8081-9F69C5E35B63}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{FF9025B1-EC14-4AA9-8081-9F69C5E35B63}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{FF9025B1-EC14-4AA9-8081-9F69C5E35B63}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{E75D4F15-5DA3-4332-ADB1-28FB673DAE56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{E75D4F15-5DA3-4332-ADB1-28FB673DAE56}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{E75D4F15-5DA3-4332-ADB1-28FB673DAE56}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{E75D4F15-5DA3-4332-ADB1-28FB673DAE56}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{A61E311A-6F8B-4497-B5E4-2EA8994C7BD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{A61E311A-6F8B-4497-B5E4-2EA8994C7BD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{A61E311A-6F8B-4497-B5E4-2EA8994C7BD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{A61E311A-6F8B-4497-B5E4-2EA8994C7BD8}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(MonoDevelopProperties) = preSolution
|
|
Policies = $0
|
|
$0.TextStylePolicy = $1
|
|
$1.scope = text/x-csharp
|
|
$1.TabsToSpaces = True
|
|
$1.EolMarker = Unix
|
|
$0.CSharpFormattingPolicy = $2
|
|
$2.IndentSwitchBody = True
|
|
$2.IndentBlocksInsideExpressions = True
|
|
$2.AnonymousMethodBraceStyle = NextLine
|
|
$2.PropertyBraceStyle = NextLine
|
|
$2.PropertyGetBraceStyle = NextLine
|
|
$2.PropertySetBraceStyle = NextLine
|
|
$2.EventBraceStyle = NextLine
|
|
$2.EventAddBraceStyle = NextLine
|
|
$2.EventRemoveBraceStyle = NextLine
|
|
$2.StatementBraceStyle = NextLine
|
|
$2.ElseNewLinePlacement = NewLine
|
|
$2.CatchNewLinePlacement = NewLine
|
|
$2.FinallyNewLinePlacement = NewLine
|
|
$2.WhileNewLinePlacement = DoNotCare
|
|
$2.ArrayInitializerWrapping = DoNotChange
|
|
$2.ArrayInitializerBraceStyle = NextLine
|
|
$2.BeforeMethodDeclarationParentheses = False
|
|
$2.BeforeMethodCallParentheses = False
|
|
$2.BeforeConstructorDeclarationParentheses = False
|
|
$2.NewLineBeforeConstructorInitializerColon = NewLine
|
|
$2.NewLineAfterConstructorInitializerColon = SameLine
|
|
$2.BeforeDelegateDeclarationParentheses = False
|
|
$2.NewParentheses = False
|
|
$2.SpacesBeforeBrackets = False
|
|
$2.scope = text/x-csharp
|
|
$2.IndentSwitchSection = True
|
|
$2.NewLinesForBracesInProperties = True
|
|
$2.NewLinesForBracesInAccessors = True
|
|
$2.NewLinesForBracesInAnonymousMethods = True
|
|
$2.NewLinesForBracesInControlBlocks = True
|
|
$2.NewLinesForBracesInAnonymousTypes = True
|
|
$2.NewLinesForBracesInObjectCollectionArrayInitializers = True
|
|
$2.NewLinesForBracesInLambdaExpressionBody = True
|
|
$2.NewLineForElse = True
|
|
$2.NewLineForCatch = True
|
|
$2.NewLineForFinally = True
|
|
$2.NewLineForMembersInObjectInit = True
|
|
$2.NewLineForMembersInAnonymousTypes = True
|
|
$2.NewLineForClausesInQuery = True
|
|
$2.SpacingAfterMethodDeclarationName = False
|
|
$2.SpaceAfterMethodCallName = False
|
|
$2.SpaceBeforeOpenSquareBracket = False
|
|
$0.TextStylePolicy = $3
|
|
$3.FileWidth = 80
|
|
$3.TabsToSpaces = True
|
|
$3.scope = text/plain
|
|
EndGlobalSection
|
|
EndGlobal
|