Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/bcc20fc8a109aeb8e5a88937be4ee9e1f0101859
You should set ROOT_URL correctly, otherwise the web may not work correctly.
10 changed files with
5377 additions and
11 deletions
File diff suppressed because it is too large
Load Diff
@ -53,7 +53,7 @@
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup >
<RunPostBuildEvent > Alway s</RunPostBuildEvent>
<RunPostBuildEvent > OnBuildSucces s</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" >
@ -120,10 +120,6 @@
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\System.Data.SQLite.1.0.84.0\lib\net40\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include= "System.ServiceModel" />
<Reference Include= "System.Xml" />
<Reference Include= "System.Xml.Linq" />
@ -384,8 +380,7 @@
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup >
<PostBuildEvent >
</PostBuildEvent>
<PostBuildEvent > xcopy /s /y "$(SolutionDir)\Libraries\Sqlite\*.*" "$(TargetDir)"</PostBuildEvent>
</PropertyGroup>
<Import Project= "$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
@ -17,6 +17,8 @@
<UseBuildPlatform></UseBuildPlatform>
<ProxyProcessPath></ProxyProcessPath>
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
<AdditionalFilesToInclude>..\Libraries\Sqlite\x86\sqlite3.dll</AdditionalFilesToInclude>
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
<AdditionalFilesToInclude>..\Libraries\Sqlite\sqlite3.dll</AdditionalFilesToInclude>
<HiddenWarnings>PostBuildEventDisabled;PreBuildEventDisabled</HiddenWarnings>
</ProjectConfiguration>
@ -13,6 +13,5 @@
<package id="NUnit" version="2.6.2" targetFramework="net40" />
<package id="Prowlin" version="0.9.4456.26422" targetFramework="net40" />
<package id="SignalR.Server" version="0.5.3" targetFramework="net40" />
<package id="System.Data.SQLite" version="1.0.84.0" targetFramework="net40" />
<package id="Unity" version="2.1.505.2" targetFramework="net40" />
</packages>
@ -168,7 +168,8 @@
<Reference Include= "System.Data" />
<Reference Include= "System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\System.Data.SQLite.1.0.84.0\lib\net40\System.Data.SQLite.dll</HintPath>
<HintPath > ..\Libraries\Sqlite\System.Data.SQLite.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Drawing" />
<Reference Include= "System.ServiceModel" />
@ -11,6 +11,5 @@
<package id="RestSharp" version="104.1" targetFramework="net40" />
<package id="SignalR.Hosting.Common" version="0.5.3" targetFramework="net40" />
<package id="SignalR.Server" version="0.5.3" targetFramework="net40" />
<package id="System.Data.SQLite" version="1.0.84.0" targetFramework="net40" />
<package id="twitterizer" version="2.4.0.26532" />
</packages>