diff --git a/NzbDrone.Web/NzbDrone.Web.csproj b/NzbDrone.Web/NzbDrone.Web.csproj index 97181f924..152fba569 100644 --- a/NzbDrone.Web/NzbDrone.Web.csproj +++ b/NzbDrone.Web/NzbDrone.Web.csproj @@ -41,9 +41,9 @@ False ..\packages\Ninject.2.2.1.0\lib\.NetFramework 4.0\Ninject.dll - + False - Libraries\Ninject.Web.Mvc.dll + ..\packages\Ninject.Web.Mvc2.2.2.0.1\lib\.NetFramework 4.0\Ninject.Web.Mvc.dll @@ -467,8 +467,6 @@ - - diff --git a/NzbDrone.Web/packages.config b/NzbDrone.Web/packages.config index d12bccace..522838c80 100644 --- a/NzbDrone.Web/packages.config +++ b/NzbDrone.Web/packages.config @@ -1,4 +1,5 @@  + \ No newline at end of file diff --git a/packages/Ninject.Web.Mvc2.2.2.0.1/Ninject.Web.Mvc2.2.2.0.1.nupkg b/packages/Ninject.Web.Mvc2.2.2.0.1/Ninject.Web.Mvc2.2.2.0.1.nupkg new file mode 100644 index 000000000..abd135296 Binary files /dev/null and b/packages/Ninject.Web.Mvc2.2.2.0.1/Ninject.Web.Mvc2.2.2.0.1.nupkg differ diff --git a/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 3.5/Ninject.Web.Mvc.dll b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 3.5/Ninject.Web.Mvc.dll new file mode 100644 index 000000000..1c2cb8b70 Binary files /dev/null and b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 3.5/Ninject.Web.Mvc.dll differ diff --git a/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 3.5/Ninject.Web.Mvc.pdb b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 3.5/Ninject.Web.Mvc.pdb new file mode 100644 index 000000000..bfcdc2756 Binary files /dev/null and b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 3.5/Ninject.Web.Mvc.pdb differ diff --git a/NzbDrone.Web/Libraries/Ninject.Web.Mvc.xml b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 3.5/Ninject.Web.Mvc.xml similarity index 100% rename from NzbDrone.Web/Libraries/Ninject.Web.Mvc.xml rename to packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 3.5/Ninject.Web.Mvc.xml diff --git a/NzbDrone.Web/Libraries/Ninject.Web.Mvc.dll b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 4.0/Ninject.Web.Mvc.dll similarity index 91% rename from NzbDrone.Web/Libraries/Ninject.Web.Mvc.dll rename to packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 4.0/Ninject.Web.Mvc.dll index d46f1d769..8c2c107cd 100644 Binary files a/NzbDrone.Web/Libraries/Ninject.Web.Mvc.dll and b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 4.0/Ninject.Web.Mvc.dll differ diff --git a/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 4.0/Ninject.Web.Mvc.pdb b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 4.0/Ninject.Web.Mvc.pdb new file mode 100644 index 000000000..ae49f4803 Binary files /dev/null and b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 4.0/Ninject.Web.Mvc.pdb differ diff --git a/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 4.0/Ninject.Web.Mvc.xml b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 4.0/Ninject.Web.Mvc.xml new file mode 100644 index 000000000..b14bf6076 --- /dev/null +++ b/packages/Ninject.Web.Mvc2.2.2.0.1/lib/.NetFramework 4.0/Ninject.Web.Mvc.xml @@ -0,0 +1,183 @@ + + + + Ninject.Web.Mvc + + + + + Nissing binding resolver that creates a binding for unknown controllers. + + + + + Returns any bindings from the specified collection that match the specified request. + + The multimap of all registered bindings. + The request in question. + The series of matching bindings. + + + + Injects all filters of a filter info. + + + + + Injects all filters of a FiltorInfo. + + + + + Injects all filters of the specified filter info. + + The filter info. + + + + The kernel + + + + + Initializes a new instance of the class. + + The kernel. + + + + Injects all filters of the specified filter info. + + The filter info. + + + + An that injects filters with dependencies. + + + + + The injector for filter injection. + + + + + Initializes a new instance of the class. + + The filter injector. + + + + Gets the filters for the specified request and action. + + The controller context. + The action descriptor. + The filters. + + + + An that injects filters with dependencies. + + + + + The injector for filter injection. + + + + + Initializes a new instance of the class. + + The filter injector. + + + + Gets the filters for the specified request and action. + + The controller context. + The action descriptor. + The filters. + + + + A controller factory that creates s via Ninject. + + + + + Initializes a new instance of the class. + + The kernel that should be used to create controllers. + + + + Gets a controller instance of type controllerType. + + The request context. + Type of controller to create. + The controller instance. + + + + Gets the kernel that will be used to create controllers. + + + + + Defines an that is controlled by a Ninject . + + + + + The one per request module to release request scope at the end of the request + + + + + The ninject kernel of the application + + + + + Initializes a new instance of the class. + + + + + Starts the application. + + + + + Releases the kernel on application end. + + + + + Creates the kernel that will manage your application. + + The created kernel. + + + + Creates the controller factory that is used to create the controllers. + + The created controller factory. + + + + Called when the application is started. + + + + + Called when the application is stopped. + + + + + Gets the kernel. + + + +