diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-13 15:08:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-13 15:08:02 -0400 |
| commit | 0db3588529e1602f3f974cf3ffabc34ee5b4b214 (patch) | |
| tree | e79b97cbfa4e6aab9a5bf20c7adf57aeac34e401 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | bd53ddc67ce56d1ea5a12ee5706a21ead8720c4f (diff) | |
expand on dlna profiles
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 16c54861ee..21a501b08e 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -73,6 +73,10 @@ <Compile Include="Channels\IChannelManager.cs" /> <Compile Include="Collections\CollectionCreationOptions.cs" /> <Compile Include="Collections\ICollectionManager.cs" /> + <Compile Include="Dlna\DirectPlayProfile.cs" /> + <Compile Include="Dlna\IDlnaManager.cs" /> + <Compile Include="Dlna\DlnaProfile.cs" /> + <Compile Include="Dlna\TranscodingProfile.cs" /> <Compile Include="Drawing\IImageProcessor.cs" /> <Compile Include="Drawing\ImageFormat.cs" /> <Compile Include="Drawing\ImageProcessingOptions.cs" /> |
