aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaBrowser.Controller.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-13 15:08:02 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-13 15:08:02 -0400
commit0db3588529e1602f3f974cf3ffabc34ee5b4b214 (patch)
treee79b97cbfa4e6aab9a5bf20c7adf57aeac34e401 /MediaBrowser.Controller/MediaBrowser.Controller.csproj
parentbd53ddc67ce56d1ea5a12ee5706a21ead8720c4f (diff)
expand on dlna profiles
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj4
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" />