Emby.Dlna.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{805844AB-E92F-45E6-9D99-4F6D48D129A5}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Emby.Dlna</RootNamespace>
  12. <AssemblyName>Emby.Dlna</AssemblyName>
  13. <DefaultLanguage>en-US</DefaultLanguage>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Compile Include="Common\Argument.cs" />
  38. <Compile Include="Common\DeviceIcon.cs" />
  39. <Compile Include="Common\DeviceService.cs" />
  40. <Compile Include="Common\ServiceAction.cs" />
  41. <Compile Include="Common\StateVariable.cs" />
  42. <Compile Include="ConfigurationExtension.cs" />
  43. <Compile Include="ConnectionManager\ConnectionManager.cs" />
  44. <Compile Include="ConnectionManager\ConnectionManagerXmlBuilder.cs" />
  45. <Compile Include="ConnectionManager\ControlHandler.cs" />
  46. <Compile Include="ConnectionManager\ServiceActionListBuilder.cs" />
  47. <Compile Include="ContentDirectory\ContentDirectory.cs" />
  48. <Compile Include="ContentDirectory\ContentDirectoryBrowser.cs" />
  49. <Compile Include="ContentDirectory\ContentDirectoryXmlBuilder.cs" />
  50. <Compile Include="ContentDirectory\ControlHandler.cs" />
  51. <Compile Include="ContentDirectory\ServiceActionListBuilder.cs" />
  52. <Compile Include="Didl\DidlBuilder.cs" />
  53. <Compile Include="Didl\Filter.cs" />
  54. <Compile Include="Didl\StringWriterWithEncoding.cs" />
  55. <Compile Include="DlnaManager.cs" />
  56. <Compile Include="Eventing\EventManager.cs" />
  57. <Compile Include="Eventing\EventSubscription.cs" />
  58. <Compile Include="Main\DlnaEntryPoint.cs" />
  59. <Compile Include="MediaReceiverRegistrar\ControlHandler.cs" />
  60. <Compile Include="MediaReceiverRegistrar\MediaReceiverRegistrar.cs" />
  61. <Compile Include="MediaReceiverRegistrar\MediaReceiverRegistrarXmlBuilder.cs" />
  62. <Compile Include="MediaReceiverRegistrar\ServiceActionListBuilder.cs" />
  63. <Compile Include="PlayTo\CurrentIdEventArgs.cs" />
  64. <Compile Include="PlayTo\Device.cs" />
  65. <Compile Include="PlayTo\DeviceInfo.cs" />
  66. <Compile Include="PlayTo\PlaybackProgressEventArgs.cs" />
  67. <Compile Include="PlayTo\PlaybackStartEventArgs.cs" />
  68. <Compile Include="PlayTo\PlaybackStoppedEventArgs.cs" />
  69. <Compile Include="PlayTo\PlaylistItem.cs" />
  70. <Compile Include="PlayTo\PlaylistItemFactory.cs" />
  71. <Compile Include="PlayTo\PlayToController.cs" />
  72. <Compile Include="PlayTo\PlayToManager.cs" />
  73. <Compile Include="PlayTo\SsdpHttpClient.cs" />
  74. <Compile Include="PlayTo\TransportCommands.cs" />
  75. <Compile Include="PlayTo\TRANSPORTSTATE.cs" />
  76. <Compile Include="PlayTo\TransportStateEventArgs.cs" />
  77. <Compile Include="PlayTo\uBaseObject.cs" />
  78. <Compile Include="PlayTo\uParser.cs" />
  79. <Compile Include="PlayTo\uParserObject.cs" />
  80. <Compile Include="PlayTo\UpnpContainer.cs" />
  81. <Compile Include="PlayTo\uPnpNamespaces.cs" />
  82. <Compile Include="Profiles\DefaultProfile.cs" />
  83. <Compile Include="Profiles\DenonAvrProfile.cs" />
  84. <Compile Include="Profiles\DirectTvProfile.cs" />
  85. <Compile Include="Profiles\DishHopperJoeyProfile.cs" />
  86. <Compile Include="Profiles\Foobar2000Profile.cs" />
  87. <Compile Include="Profiles\LgTvProfile.cs" />
  88. <Compile Include="Profiles\LinksysDMA2100Profile.cs" />
  89. <Compile Include="Profiles\MarantzProfile.cs" />
  90. <Compile Include="Profiles\MediaMonkeyProfile.cs" />
  91. <Compile Include="Profiles\PanasonicVieraProfile.cs" />
  92. <Compile Include="Profiles\PopcornHourProfile.cs" />
  93. <Compile Include="Profiles\SamsungSmartTvProfile.cs" />
  94. <Compile Include="Profiles\SharpSmartTvProfile.cs" />
  95. <Compile Include="Profiles\SonyBlurayPlayer2013.cs" />
  96. <Compile Include="Profiles\SonyBlurayPlayer2014.cs" />
  97. <Compile Include="Profiles\SonyBlurayPlayer2015.cs" />
  98. <Compile Include="Profiles\SonyBlurayPlayer2016.cs" />
  99. <Compile Include="Profiles\SonyBlurayPlayerProfile.cs" />
  100. <Compile Include="Profiles\SonyBravia2010Profile.cs" />
  101. <Compile Include="Profiles\SonyBravia2011Profile.cs" />
  102. <Compile Include="Profiles\SonyBravia2012Profile.cs" />
  103. <Compile Include="Profiles\SonyBravia2013Profile.cs" />
  104. <Compile Include="Profiles\SonyBravia2014Profile.cs" />
  105. <Compile Include="Profiles\SonyPs3Profile.cs" />
  106. <Compile Include="Profiles\SonyPs4Profile.cs" />
  107. <Compile Include="Profiles\WdtvLiveProfile.cs" />
  108. <Compile Include="Profiles\Xbox360Profile.cs" />
  109. <Compile Include="Profiles\XboxOneProfile.cs" />
  110. <Compile Include="Properties\AssemblyInfo.cs" />
  111. <Compile Include="Server\DescriptionXmlBuilder.cs" />
  112. <Compile Include="Server\UpnpDevice.cs" />
  113. <Compile Include="Service\BaseControlHandler.cs" />
  114. <Compile Include="Service\BaseService.cs" />
  115. <Compile Include="Service\ControlErrorHandler.cs" />
  116. <Compile Include="Service\ServiceXmlBuilder.cs" />
  117. <Compile Include="Ssdp\DeviceDiscovery.cs" />
  118. <Compile Include="Ssdp\Extensions.cs" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <EmbeddedResource Include="Images\logo120.jpg" />
  122. <EmbeddedResource Include="Images\logo120.png" />
  123. <EmbeddedResource Include="Images\logo240.jpg" />
  124. <EmbeddedResource Include="Images\logo240.png" />
  125. <EmbeddedResource Include="Images\logo48.jpg" />
  126. <EmbeddedResource Include="Images\logo48.png" />
  127. <EmbeddedResource Include="Images\people48.jpg" />
  128. <EmbeddedResource Include="Images\people48.png" />
  129. <EmbeddedResource Include="Images\people480.jpg" />
  130. <EmbeddedResource Include="Images\people480.png" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  134. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  135. <Name>MediaBrowser.Common</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  138. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  139. <Name>MediaBrowser.Controller</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  142. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  143. <Name>MediaBrowser.Model</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\RSSDP\RSSDP.csproj">
  146. <Project>{21002819-c39a-4d3e-be83-2a276a77fb1f}</Project>
  147. <Name>RSSDP</Name>
  148. </ProjectReference>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <EmbeddedResource Include="Profiles\Xml\Sharp Smart TV.xml" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <EmbeddedResource Include="Profiles\Xml\Default.xml" />
  155. <EmbeddedResource Include="Profiles\Xml\Denon AVR.xml" />
  156. <EmbeddedResource Include="Profiles\Xml\DirecTV HD-DVR.xml" />
  157. <EmbeddedResource Include="Profiles\Xml\Dish Hopper-Joey.xml" />
  158. <EmbeddedResource Include="Profiles\Xml\foobar2000.xml" />
  159. <EmbeddedResource Include="Profiles\Xml\LG Smart TV.xml" />
  160. <EmbeddedResource Include="Profiles\Xml\Linksys DMA2100.xml" />
  161. <EmbeddedResource Include="Profiles\Xml\MediaMonkey.xml" />
  162. <EmbeddedResource Include="Profiles\Xml\Panasonic Viera.xml" />
  163. <EmbeddedResource Include="Profiles\Xml\Popcorn Hour.xml" />
  164. <EmbeddedResource Include="Profiles\Xml\Samsung Smart TV.xml" />
  165. <EmbeddedResource Include="Profiles\Xml\Sony Blu-ray Player 2013.xml" />
  166. <EmbeddedResource Include="Profiles\Xml\Sony Blu-ray Player 2014.xml" />
  167. <EmbeddedResource Include="Profiles\Xml\Sony Blu-ray Player 2015.xml" />
  168. <EmbeddedResource Include="Profiles\Xml\Sony Blu-ray Player 2016.xml" />
  169. <EmbeddedResource Include="Profiles\Xml\Sony Blu-ray Player.xml" />
  170. <EmbeddedResource Include="Profiles\Xml\Sony Bravia %282010%29.xml" />
  171. <EmbeddedResource Include="Profiles\Xml\Sony Bravia %282011%29.xml" />
  172. <EmbeddedResource Include="Profiles\Xml\Sony Bravia %282012%29.xml" />
  173. <EmbeddedResource Include="Profiles\Xml\Sony Bravia %282013%29.xml" />
  174. <EmbeddedResource Include="Profiles\Xml\Sony Bravia %282014%29.xml" />
  175. <EmbeddedResource Include="Profiles\Xml\Sony PlayStation 3.xml" />
  176. <EmbeddedResource Include="Profiles\Xml\Sony PlayStation 4.xml" />
  177. <EmbeddedResource Include="Profiles\Xml\WDTV Live.xml" />
  178. <EmbeddedResource Include="Profiles\Xml\Xbox 360.xml" />
  179. <EmbeddedResource Include="Profiles\Xml\Xbox One.xml" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <EmbeddedResource Include="Profiles\Xml\Marantz.xml" />
  183. </ItemGroup>
  184. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  185. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  186. Other similar extension points exist, see Microsoft.Common.targets.
  187. <Target Name="BeforeBuild">
  188. </Target>
  189. <Target Name="AfterBuild">
  190. </Target>
  191. -->
  192. </Project>