diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-26 02:01:42 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-26 02:01:42 -0400 |
| commit | 4b51233cc8faeea344661a2a3427579e534d8ea4 (patch) | |
| tree | 677a8e2e8ba58791e866333f2d2acabe3e7e3f8a /MediaBrowser.Model/MediaBrowser.Model.csproj | |
| parent | eb669782076450c9448289c64387a8e0858fb70b (diff) | |
update plugin interfaces
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index 37269473e3..dca74298e3 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -167,6 +167,9 @@ <Compile Include="Net\EndPointInfo.cs" /> <Compile Include="Net\HttpResponse.cs" /> <Compile Include="Net\IpAddressInfo.cs" /> + <Compile Include="Plugins\IHasWebPages.cs" /> + <Compile Include="Plugins\PluginPageInfo.cs" /> + <Compile Include="Reflection\IAssemblyInfo.cs" /> <Compile Include="Services\ApiMemberAttribute.cs" /> <Compile Include="Services\IAsyncStreamWriter.cs" /> <Compile Include="Services\IHasHeaders.cs" /> @@ -174,6 +177,7 @@ <Compile Include="Services\IHttpRequest.cs" /> <Compile Include="Services\IHttpResponse.cs" /> <Compile Include="Services\IRequest.cs" /> + <Compile Include="Services\IRequestFilter.cs" /> <Compile Include="Services\IRequiresRequestStream.cs" /> <Compile Include="Services\IService.cs" /> <Compile Include="Net\MimeTypes.cs" /> |
