MediaBrowser.Dlna.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{734098EB-6DC1-4DD0-A1CA-3140DCD2737C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Dlna</RootNamespace>
  11. <AssemblyName>MediaBrowser.Dlna</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <ProductVersion>10.0.0</ProductVersion>
  14. <SchemaVersion>2.0</SchemaVersion>
  15. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  16. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Release Mono</OutputPath>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\packages\CommonIO.1.0.0.5\lib\net45\CommonIO.dll</HintPath>
  46. </Reference>
  47. <Reference Include="MoreLinq">
  48. <HintPath>..\packages\morelinq.1.4.0\lib\net35\MoreLinq.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Patterns.Logging">
  51. <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="..\SharedVersion.cs">
  63. <Link>Properties\SharedVersion.cs</Link>
  64. </Compile>
  65. <Compile Include="Channels\DlnaChannelFactory.cs" />
  66. <Compile Include="ConfigurationExtension.cs" />
  67. <Compile Include="ConnectionManager\ConnectionManager.cs" />
  68. <Compile Include="ConnectionManager\ConnectionManagerXmlBuilder.cs" />
  69. <Compile Include="ConnectionManager\ControlHandler.cs" />
  70. <Compile Include="ConnectionManager\ServiceActionListBuilder.cs" />
  71. <Compile Include="ContentDirectory\ContentDirectoryBrowser.cs" />
  72. <Compile Include="Didl\Filter.cs" />
  73. <Compile Include="DlnaManager.cs" />
  74. <Compile Include="Common\Argument.cs" />
  75. <Compile Include="Eventing\EventManager.cs" />
  76. <Compile Include="Eventing\EventSubscription.cs" />
  77. <Compile Include="Main\DlnaEntryPoint.cs" />
  78. <Compile Include="MediaReceiverRegistrar\ControlHandler.cs" />
  79. <Compile Include="MediaReceiverRegistrar\MediaReceiverRegistrar.cs" />
  80. <Compile Include="MediaReceiverRegistrar\MediaReceiverRegistrarXmlBuilder.cs" />
  81. <Compile Include="MediaReceiverRegistrar\ServiceActionListBuilder.cs" />
  82. <Compile Include="PlayTo\CurrentIdEventArgs.cs" />
  83. <Compile Include="PlayTo\Device.cs">
  84. <SubType>Code</SubType>
  85. </Compile>
  86. <Compile Include="PlayTo\PlaybackStartEventArgs.cs" />
  87. <Compile Include="PlayTo\DeviceInfo.cs" />
  88. <Compile Include="Common\DeviceService.cs" />
  89. <Compile Include="Didl\DidlBuilder.cs" />
  90. <Compile Include="PlayTo\PlayToController.cs" />
  91. <Compile Include="Profiles\BubbleUpnpProfile.cs" />
  92. <Compile Include="Profiles\DefaultProfile.cs" />
  93. <Compile Include="Profiles\DirectTvProfile.cs" />
  94. <Compile Include="Profiles\DishHopperJoeyProfile.cs" />
  95. <Compile Include="Profiles\KodiProfile.cs" />
  96. <Compile Include="Profiles\PopcornHourProfile.cs" />
  97. <Compile Include="Profiles\SonyBravia2014Profile.cs" />
  98. <Compile Include="Profiles\SonyPs4Profile.cs" />
  99. <Compile Include="Profiles\VlcProfile.cs" />
  100. <Compile Include="Ssdp\DeviceDiscoveryInfo.cs" />
  101. <Compile Include="Ssdp\Extensions.cs" />
  102. <Compile Include="PlayTo\PlaybackProgressEventArgs.cs" />
  103. <Compile Include="PlayTo\PlaybackStoppedEventArgs.cs" />
  104. <Compile Include="PlayTo\PlaylistItem.cs">
  105. <SubType>Code</SubType>
  106. </Compile>
  107. <Compile Include="PlayTo\PlaylistItemFactory.cs" />
  108. <Compile Include="PlayTo\PlayToManager.cs" />
  109. <Compile Include="Common\ServiceAction.cs" />
  110. <Compile Include="PlayTo\TRANSPORTSTATE.cs" />
  111. <Compile Include="PlayTo\uParserObject.cs" />
  112. <Compile Include="Profiles\Foobar2000Profile.cs" />
  113. <Compile Include="Profiles\MediaMonkeyProfile.cs" />
  114. <Compile Include="ContentDirectory\ContentDirectory.cs" />
  115. <Compile Include="ContentDirectory\ControlHandler.cs" />
  116. <Compile Include="ContentDirectory\ServiceActionListBuilder.cs" />
  117. <Compile Include="ContentDirectory\ContentDirectoryXmlBuilder.cs" />
  118. <Compile Include="Service\BaseControlHandler.cs" />
  119. <Compile Include="Service\BaseService.cs" />
  120. <Compile Include="Service\ControlErrorHandler.cs" />
  121. <Compile Include="Service\ServiceXmlBuilder.cs" />
  122. <Compile Include="Ssdp\Datagram.cs" />
  123. <Compile Include="Server\DescriptionXmlBuilder.cs" />
  124. <Compile Include="Ssdp\DeviceDiscovery.cs" />
  125. <Compile Include="Ssdp\SsdpHelper.cs" />
  126. <Compile Include="PlayTo\SsdpHttpClient.cs" />
  127. <Compile Include="Common\StateVariable.cs" />
  128. <Compile Include="PlayTo\TransportCommands.cs" />
  129. <Compile Include="PlayTo\TransportStateEventArgs.cs" />
  130. <Compile Include="PlayTo\uBaseObject.cs" />
  131. <Compile Include="PlayTo\UpnpContainer.cs" />
  132. <Compile Include="Common\DeviceIcon.cs" />
  133. <Compile Include="PlayTo\uParser.cs" />
  134. <Compile Include="PlayTo\uPnpNamespaces.cs" />
  135. <Compile Include="Profiles\DenonAvrProfile.cs" />
  136. <Compile Include="Profiles\LgTvProfile.cs" />
  137. <Compile Include="Profiles\LinksysDMA2100Profile.cs" />
  138. <Compile Include="Profiles\PanasonicVieraProfile.cs" />
  139. <Compile Include="Profiles\SamsungSmartTvProfile.cs" />
  140. <Compile Include="Profiles\SonyBlurayPlayer2013Profile.cs" />
  141. <Compile Include="Profiles\SonyBlurayPlayerProfile.cs" />
  142. <Compile Include="Profiles\SonyBravia2010Profile.cs" />
  143. <Compile Include="Profiles\SonyBravia2011Profile.cs" />
  144. <Compile Include="Profiles\SonyBravia2012Profile.cs" />
  145. <Compile Include="Profiles\SonyBravia2013Profile.cs" />
  146. <Compile Include="Profiles\SonyPs3Profile.cs" />
  147. <Compile Include="Profiles\WdtvLiveProfile.cs" />
  148. <Compile Include="Profiles\Xbox360Profile.cs" />
  149. <Compile Include="Profiles\XboxOneProfile.cs" />
  150. <Compile Include="Properties\AssemblyInfo.cs" />
  151. <Compile Include="Server\Headers.cs" />
  152. <Compile Include="Server\UpnpDevice.cs" />
  153. <Compile Include="Ssdp\SsdpMessageBuilder.cs" />
  154. <Compile Include="Ssdp\SsdpHandler.cs" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  158. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  159. <Name>MediaBrowser.Common</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  162. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  163. <Name>MediaBrowser.Controller</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  166. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  167. <Name>MediaBrowser.Model</Name>
  168. </ProjectReference>
  169. </ItemGroup>
  170. <ItemGroup>
  171. <EmbeddedResource Include="Profiles\Xml\Denon AVR.xml" />
  172. <EmbeddedResource Include="Profiles\Xml\foobar2000.xml" />
  173. <EmbeddedResource Include="Profiles\Xml\LG Smart TV.xml" />
  174. <EmbeddedResource Include="Profiles\Xml\Linksys DMA2100.xml" />
  175. <EmbeddedResource Include="Profiles\Xml\Panasonic Viera.xml" />
  176. <EmbeddedResource Include="Profiles\Xml\Samsung Smart TV.xml" />
  177. <EmbeddedResource Include="Profiles\Xml\Sony Blu-ray Player 2013.xml" />
  178. <EmbeddedResource Include="Profiles\Xml\Sony Blu-ray Player.xml" />
  179. <EmbeddedResource Include="Profiles\Xml\Sony Bravia %282010%29.xml" />
  180. <EmbeddedResource Include="Profiles\Xml\Sony Bravia %282011%29.xml" />
  181. <EmbeddedResource Include="Profiles\Xml\Sony Bravia %282012%29.xml" />
  182. <EmbeddedResource Include="Profiles\Xml\Sony Bravia %282013%29.xml">
  183. <SubType>Designer</SubType>
  184. </EmbeddedResource>
  185. <EmbeddedResource Include="Profiles\Xml\Sony PlayStation 3.xml" />
  186. <EmbeddedResource Include="Profiles\Xml\WDTV Live.xml" />
  187. <EmbeddedResource Include="Profiles\Xml\Xbox 360.xml">
  188. <SubType>Designer</SubType>
  189. </EmbeddedResource>
  190. <EmbeddedResource Include="Profiles\Xml\Xbox One.xml" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <EmbeddedResource Include="Profiles\Xml\Default.xml">
  194. <SubType>Designer</SubType>
  195. </EmbeddedResource>
  196. </ItemGroup>
  197. <ItemGroup>
  198. <EmbeddedResource Include="Images\logo120.jpg" />
  199. <EmbeddedResource Include="Images\logo120.png" />
  200. <EmbeddedResource Include="Images\logo48.jpg" />
  201. <EmbeddedResource Include="Images\logo48.png" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <EmbeddedResource Include="Profiles\Xml\MediaMonkey.xml" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <EmbeddedResource Include="Images\logo240.jpg" />
  208. <EmbeddedResource Include="Images\logo240.png" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <EmbeddedResource Include="Profiles\Xml\DirecTV HD-DVR.xml" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <EmbeddedResource Include="Profiles\Xml\Dish Hopper-Joey.xml" />
  215. </ItemGroup>
  216. <ItemGroup>
  217. <EmbeddedResource Include="Profiles\Xml\Popcorn Hour.xml" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <EmbeddedResource Include="Images\people48.jpg" />
  221. <EmbeddedResource Include="Images\people48.png" />
  222. </ItemGroup>
  223. <ItemGroup>
  224. <EmbeddedResource Include="Images\people480.jpg" />
  225. <EmbeddedResource Include="Images\people480.png" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <EmbeddedResource Include="Profiles\Xml\BubbleUPnp.xml" />
  229. <EmbeddedResource Include="Profiles\Xml\Vlc.xml" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <EmbeddedResource Include="Profiles\Xml\Sony PlayStation 4.xml" />
  233. </ItemGroup>
  234. <ItemGroup>
  235. <EmbeddedResource Include="Profiles\Xml\Kodi.xml">
  236. <SubType>Designer</SubType>
  237. </EmbeddedResource>
  238. </ItemGroup>
  239. <ItemGroup>
  240. <EmbeddedResource Include="Profiles\Xml\Sony Bravia %282014%29.xml">
  241. <SubType>Designer</SubType>
  242. </EmbeddedResource>
  243. </ItemGroup>
  244. <ItemGroup>
  245. <None Include="packages.config" />
  246. </ItemGroup>
  247. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  248. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  249. Other similar extension points exist, see Microsoft.Common.targets.
  250. <Target Name="BeforeBuild">
  251. </Target>
  252. <Target Name="AfterBuild">
  253. </Target>
  254. -->
  255. </Project>