add dlna classes

This commit is contained in:
Luke Pulverenti
2016-10-29 14:44:18 -04:00
parent 77699c5bf7
commit 48ba276d83
3 changed files with 27 additions and 0 deletions

View File

@@ -112,6 +112,7 @@
<Compile Include="Dlna\DirectPlayProfile.cs" />
<Compile Include="Dlna\EncodingContext.cs" />
<Compile Include="Dlna\HttpHeaderInfo.cs" />
<Compile Include="Dlna\IDeviceDiscovery.cs" />
<Compile Include="Dlna\ITranscoderSupport.cs" />
<Compile Include="Dlna\ProfileCondition.cs" />
<Compile Include="Dlna\ResponseProfile.cs" />
@@ -125,6 +126,7 @@
<Compile Include="Dlna\SubtitleProfile.cs" />
<Compile Include="Dlna\SubtitleStreamInfo.cs" />
<Compile Include="Dlna\TranscodingProfile.cs" />
<Compile Include="Dlna\UpnpDeviceInfo.cs" />
<Compile Include="Dlna\XmlAttribute.cs" />
<Compile Include="Drawing\ImageOrientation.cs" />
<Compile Include="Dto\IHasServerId.cs" />