浏览代码

added kodi dlna profile

Luke Pulverenti 9 年之前
父节点
当前提交
f0f9f5c68c
共有 2 个文件被更改,包括 37 次插入1 次删除
  1. 8 1
      MediaBrowser.Dlna/MediaBrowser.Dlna.csproj
  2. 29 0
      MediaBrowser.Dlna/Profiles/Xml/Kodi.xml

+ 8 - 1
MediaBrowser.Dlna/MediaBrowser.Dlna.csproj

@@ -175,7 +175,9 @@
     <EmbeddedResource Include="Profiles\Xml\Xbox One.xml" />
     <EmbeddedResource Include="Profiles\Xml\Xbox One.xml" />
   </ItemGroup>
   </ItemGroup>
   <ItemGroup>
   <ItemGroup>
-    <EmbeddedResource Include="Profiles\Xml\Default.xml" />
+    <EmbeddedResource Include="Profiles\Xml\Default.xml">
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
   </ItemGroup>
   </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="Images\logo120.jpg" />
     <EmbeddedResource Include="Images\logo120.jpg" />
@@ -214,6 +216,11 @@
   <ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="Profiles\Xml\Sony PlayStation 4.xml" />
     <EmbeddedResource Include="Profiles\Xml\Sony PlayStation 4.xml" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="Profiles\Xml\Kodi.xml">
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
        Other similar extension points exist, see Microsoft.Common.targets.

文件差异内容过多而无法显示
+ 29 - 0
MediaBrowser.Dlna/Profiles/Xml/Kodi.xml


部分文件因为文件数量过多而无法显示