MediaBrowser.Model.Portable.csproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  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. <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{D729ADB1-1C01-428D-B680-8EFACD687B2A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MediaBrowser.Model</RootNamespace>
  12. <AssemblyName>MediaBrowser.Model</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Profile104</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  18. <RestorePackages>true</RestorePackages>
  19. <FodyPath>..\packages\Fody.1.19.1.0</FodyPath>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <!-- A reference to the entire .NET Framework is automatically included -->
  40. <None Include="Fody.targets" />
  41. <None Include="packages.config" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Reference Include="Microsoft.Threading.Tasks">
  45. <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Threading.Tasks.Extensions">
  48. <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
  49. </Reference>
  50. <Reference Include="PropertyChanged">
  51. <HintPath>..\packages\PropertyChanged.Fody.1.41.0.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
  52. <Private>False</Private>
  53. </Reference>
  54. <Reference Include="System.Runtime">
  55. <HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl4+win8+wp71\System.Runtime.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Threading.Tasks">
  58. <HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl4+win8+wp71\System.Threading.Tasks.dll</HintPath>
  59. </Reference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="..\MediaBrowser.Model\ApiClient\ApiClientExtensions.cs">
  63. <Link>ApiClient\ApiClientExtensions.cs</Link>
  64. </Compile>
  65. <Compile Include="..\MediaBrowser.Model\ApiClient\HttpResponseEventArgs.cs">
  66. <Link>ApiClient\HttpResponseEventArgs.cs</Link>
  67. </Compile>
  68. <Compile Include="..\MediaBrowser.Model\ApiClient\IApiClient.cs">
  69. <Link>ApiClient\IApiClient.cs</Link>
  70. </Compile>
  71. <Compile Include="..\MediaBrowser.Model\ApiClient\IServerEvents.cs">
  72. <Link>ApiClient\IServerEvents.cs</Link>
  73. </Compile>
  74. <Compile Include="..\MediaBrowser.Model\ApiClient\ServerEventArgs.cs">
  75. <Link>ApiClient\ServerEventArgs.cs</Link>
  76. </Compile>
  77. <Compile Include="..\MediaBrowser.Model\Channels\ChannelQuery.cs">
  78. <Link>Channels\ChannelQuery.cs</Link>
  79. </Compile>
  80. <Compile Include="..\MediaBrowser.Model\Configuration\AutoOrganize.cs">
  81. <Link>Configuration\AutoOrganize.cs</Link>
  82. </Compile>
  83. <Compile Include="..\MediaBrowser.Model\Configuration\BaseApplicationConfiguration.cs">
  84. <Link>Configuration\BaseApplicationConfiguration.cs</Link>
  85. </Compile>
  86. <Compile Include="..\MediaBrowser.Model\Configuration\DlnaOptions.cs">
  87. <Link>Configuration\DlnaOptions.cs</Link>
  88. </Compile>
  89. <Compile Include="..\MediaBrowser.Model\Configuration\MetadataOptions.cs">
  90. <Link>Configuration\MetadataOptions.cs</Link>
  91. </Compile>
  92. <Compile Include="..\MediaBrowser.Model\Configuration\MetadataPlugin.cs">
  93. <Link>Configuration\MetadataPlugin.cs</Link>
  94. </Compile>
  95. <Compile Include="..\MediaBrowser.Model\Configuration\ServerConfiguration.cs">
  96. <Link>Configuration\ServerConfiguration.cs</Link>
  97. </Compile>
  98. <Compile Include="..\MediaBrowser.Model\Configuration\UserConfiguration.cs">
  99. <Link>Configuration\UserConfiguration.cs</Link>
  100. </Compile>
  101. <Compile Include="..\MediaBrowser.Model\Dlna\CodecProfile.cs">
  102. <Link>Dlna\CodecProfile.cs</Link>
  103. </Compile>
  104. <Compile Include="..\MediaBrowser.Model\Dlna\ConditionProcessor.cs">
  105. <Link>Dlna\ConditionProcessor.cs</Link>
  106. </Compile>
  107. <Compile Include="..\MediaBrowser.Model\Dlna\ContainerProfile.cs">
  108. <Link>Dlna\ContainerProfile.cs</Link>
  109. </Compile>
  110. <Compile Include="..\MediaBrowser.Model\Dlna\DeviceIdentification.cs">
  111. <Link>Dlna\DeviceIdentification.cs</Link>
  112. </Compile>
  113. <Compile Include="..\MediaBrowser.Model\Dlna\DeviceProfile.cs">
  114. <Link>Dlna\DeviceProfile.cs</Link>
  115. </Compile>
  116. <Compile Include="..\MediaBrowser.Model\Dlna\DeviceProfileInfo.cs">
  117. <Link>Dlna\DeviceProfileInfo.cs</Link>
  118. </Compile>
  119. <Compile Include="..\MediaBrowser.Model\Dlna\DirectPlayProfile.cs">
  120. <Link>Dlna\DirectPlayProfile.cs</Link>
  121. </Compile>
  122. <Compile Include="..\MediaBrowser.Model\Dlna\DlnaMaps.cs">
  123. <Link>Dlna\DlnaMaps.cs</Link>
  124. </Compile>
  125. <Compile Include="..\MediaBrowser.Model\Dlna\EventSubscription.cs">
  126. <Link>Dlna\EventSubscription.cs</Link>
  127. </Compile>
  128. <Compile Include="..\MediaBrowser.Model\Dlna\Filter.cs">
  129. <Link>Dlna\Filter.cs</Link>
  130. </Compile>
  131. <Compile Include="..\MediaBrowser.Model\Dlna\MediaFormatProfile.cs">
  132. <Link>Dlna\MediaFormatProfile.cs</Link>
  133. </Compile>
  134. <Compile Include="..\MediaBrowser.Model\Dlna\MediaFormatProfileResolver.cs">
  135. <Link>Dlna\MediaFormatProfileResolver.cs</Link>
  136. </Compile>
  137. <Compile Include="..\MediaBrowser.Model\Dlna\ResponseProfile.cs">
  138. <Link>Dlna\ResponseProfile.cs</Link>
  139. </Compile>
  140. <Compile Include="..\MediaBrowser.Model\Dlna\SearchCriteria.cs">
  141. <Link>Dlna\SearchCriteria.cs</Link>
  142. </Compile>
  143. <Compile Include="..\MediaBrowser.Model\Dlna\SortCriteria.cs">
  144. <Link>Dlna\SortCriteria.cs</Link>
  145. </Compile>
  146. <Compile Include="..\MediaBrowser.Model\Dlna\StreamBuilder.cs">
  147. <Link>Dlna\StreamBuilder.cs</Link>
  148. </Compile>
  149. <Compile Include="..\MediaBrowser.Model\Dlna\StreamInfo.cs">
  150. <Link>Dlna\StreamInfo.cs</Link>
  151. </Compile>
  152. <Compile Include="..\MediaBrowser.Model\Dlna\TranscodingProfile.cs">
  153. <Link>Dlna\TranscodingProfile.cs</Link>
  154. </Compile>
  155. <Compile Include="..\MediaBrowser.Model\Drawing\DrawingUtils.cs">
  156. <Link>Drawing\DrawingUtils.cs</Link>
  157. </Compile>
  158. <Compile Include="..\MediaBrowser.Model\Drawing\ImageOutputFormat.cs">
  159. <Link>Drawing\ImageOutputFormat.cs</Link>
  160. </Compile>
  161. <Compile Include="..\MediaBrowser.Model\Dto\BaseItemDto.cs">
  162. <Link>Dto\BaseItemDto.cs</Link>
  163. </Compile>
  164. <Compile Include="..\MediaBrowser.Model\Dto\BaseItemPerson.cs">
  165. <Link>Dto\BaseItemPerson.cs</Link>
  166. </Compile>
  167. <Compile Include="..\MediaBrowser.Model\Dto\ChapterInfoDto.cs">
  168. <Link>Dto\ChapterInfoDto.cs</Link>
  169. </Compile>
  170. <Compile Include="..\MediaBrowser.Model\Dto\GameSystemSummary.cs">
  171. <Link>Dto\GameSystemSummary.cs</Link>
  172. </Compile>
  173. <Compile Include="..\MediaBrowser.Model\Dto\IItemDto.cs">
  174. <Link>Dto\IItemDto.cs</Link>
  175. </Compile>
  176. <Compile Include="..\MediaBrowser.Model\Dto\ImageInfo.cs">
  177. <Link>Dto\ImageInfo.cs</Link>
  178. </Compile>
  179. <Compile Include="..\MediaBrowser.Model\Dto\ImageOptions.cs">
  180. <Link>Dto\ImageOptions.cs</Link>
  181. </Compile>
  182. <Compile Include="..\MediaBrowser.Model\Dto\ItemByNameCounts.cs">
  183. <Link>Dto\ItemByNameCounts.cs</Link>
  184. </Compile>
  185. <Compile Include="..\MediaBrowser.Model\Dto\ItemCounts.cs">
  186. <Link>Dto\ItemCounts.cs</Link>
  187. </Compile>
  188. <Compile Include="..\MediaBrowser.Model\Dto\ItemIndex.cs">
  189. <Link>Dto\ItemIndex.cs</Link>
  190. </Compile>
  191. <Compile Include="..\MediaBrowser.Model\Dto\MediaVersionInfo.cs">
  192. <Link>Dto\MediaVersionInfo.cs</Link>
  193. </Compile>
  194. <Compile Include="..\MediaBrowser.Model\Dto\RecommendationDto.cs">
  195. <Link>Dto\RecommendationDto.cs</Link>
  196. </Compile>
  197. <Compile Include="..\MediaBrowser.Model\Dto\StreamOptions.cs">
  198. <Link>Dto\StreamOptions.cs</Link>
  199. </Compile>
  200. <Compile Include="..\MediaBrowser.Model\Dto\StudioDto.cs">
  201. <Link>Dto\StudioDto.cs</Link>
  202. </Compile>
  203. <Compile Include="..\MediaBrowser.Model\Dto\UserDto.cs">
  204. <Link>Dto\UserDto.cs</Link>
  205. </Compile>
  206. <Compile Include="..\MediaBrowser.Model\Dto\UserItemDataDto.cs">
  207. <Link>Dto\UserItemDataDto.cs</Link>
  208. </Compile>
  209. <Compile Include="..\MediaBrowser.Model\Entities\BaseItemInfo.cs">
  210. <Link>Entities\BaseItemInfo.cs</Link>
  211. </Compile>
  212. <Compile Include="..\MediaBrowser.Model\Entities\ChapterInfo.cs">
  213. <Link>Entities\ChapterInfo.cs</Link>
  214. </Compile>
  215. <Compile Include="..\MediaBrowser.Model\Entities\DisplayPreferences.cs">
  216. <Link>Entities\DisplayPreferences.cs</Link>
  217. </Compile>
  218. <Compile Include="..\MediaBrowser.Model\Entities\IHasProviderIds.cs">
  219. <Link>Entities\IHasProviderIds.cs</Link>
  220. </Compile>
  221. <Compile Include="..\MediaBrowser.Model\Entities\ImageType.cs">
  222. <Link>Entities\ImageType.cs</Link>
  223. </Compile>
  224. <Compile Include="..\MediaBrowser.Model\Entities\ItemReview.cs">
  225. <Link>Entities\ItemReview.cs</Link>
  226. </Compile>
  227. <Compile Include="..\MediaBrowser.Model\Entities\LibraryUpdateInfo.cs">
  228. <Link>Entities\LibraryUpdateInfo.cs</Link>
  229. </Compile>
  230. <Compile Include="..\MediaBrowser.Model\Entities\LocationType.cs">
  231. <Link>Entities\LocationType.cs</Link>
  232. </Compile>
  233. <Compile Include="..\MediaBrowser.Model\Entities\MBRegistrationRecord.cs">
  234. <Link>Entities\MBRegistrationRecord.cs</Link>
  235. </Compile>
  236. <Compile Include="..\MediaBrowser.Model\Entities\MediaStream.cs">
  237. <Link>Entities\MediaStream.cs</Link>
  238. </Compile>
  239. <Compile Include="..\MediaBrowser.Model\Entities\MediaType.cs">
  240. <Link>Entities\MediaType.cs</Link>
  241. </Compile>
  242. <Compile Include="..\MediaBrowser.Model\Entities\MediaUrl.cs">
  243. <Link>Entities\MediaUrl.cs</Link>
  244. </Compile>
  245. <Compile Include="..\MediaBrowser.Model\Entities\MetadataFields.cs">
  246. <Link>Entities\MetadataFields.cs</Link>
  247. </Compile>
  248. <Compile Include="..\MediaBrowser.Model\Entities\MetadataProviders.cs">
  249. <Link>Entities\MetadataProviders.cs</Link>
  250. </Compile>
  251. <Compile Include="..\MediaBrowser.Model\Entities\ParentalRating.cs">
  252. <Link>Entities\ParentalRating.cs</Link>
  253. </Compile>
  254. <Compile Include="..\MediaBrowser.Model\Entities\PersonType.cs">
  255. <Link>Entities\PersonType.cs</Link>
  256. </Compile>
  257. <Compile Include="..\MediaBrowser.Model\Entities\PluginSecurityInfo.cs">
  258. <Link>Entities\PluginSecurityInfo.cs</Link>
  259. </Compile>
  260. <Compile Include="..\MediaBrowser.Model\Entities\RequestResult.cs">
  261. <Link>Entities\RequestResult.cs</Link>
  262. </Compile>
  263. <Compile Include="..\MediaBrowser.Model\Entities\SeriesStatus.cs">
  264. <Link>Entities\SeriesStatus.cs</Link>
  265. </Compile>
  266. <Compile Include="..\MediaBrowser.Model\Entities\Video3DFormat.cs">
  267. <Link>Entities\Video3DFormat.cs</Link>
  268. </Compile>
  269. <Compile Include="..\MediaBrowser.Model\Entities\VideoType.cs">
  270. <Link>Entities\VideoType.cs</Link>
  271. </Compile>
  272. <Compile Include="..\MediaBrowser.Model\Entities\VirtualFolderInfo.cs">
  273. <Link>Entities\VirtualFolderInfo.cs</Link>
  274. </Compile>
  275. <Compile Include="..\MediaBrowser.Model\FileOrganization\FileOrganizationQuery.cs">
  276. <Link>FileOrganization\FileOrganizationQuery.cs</Link>
  277. </Compile>
  278. <Compile Include="..\MediaBrowser.Model\FileOrganization\FileOrganizationResult.cs">
  279. <Link>FileOrganization\FileOrganizationResult.cs</Link>
  280. </Compile>
  281. <Compile Include="..\MediaBrowser.Model\Games\GameSystem.cs">
  282. <Link>Games\GameSystem.cs</Link>
  283. </Compile>
  284. <Compile Include="..\MediaBrowser.Model\Globalization\CountryInfo.cs">
  285. <Link>Globalization\CountryInfo.cs</Link>
  286. </Compile>
  287. <Compile Include="..\MediaBrowser.Model\Globalization\CultureDto.cs">
  288. <Link>Globalization\CultureDto.cs</Link>
  289. </Compile>
  290. <Compile Include="..\MediaBrowser.Model\IO\FileSystemEntryInfo.cs">
  291. <Link>IO\FileSystemEntryInfo.cs</Link>
  292. </Compile>
  293. <Compile Include="..\MediaBrowser.Model\IO\IZipClient.cs">
  294. <Link>IO\IZipClient.cs</Link>
  295. </Compile>
  296. <Compile Include="..\MediaBrowser.Model\Library\PlayAccess.cs">
  297. <Link>Library\PlayAccess.cs</Link>
  298. </Compile>
  299. <Compile Include="..\MediaBrowser.Model\LiveTv\ChannelInfoDto.cs">
  300. <Link>LiveTv\ChannelInfoDto.cs</Link>
  301. </Compile>
  302. <Compile Include="..\MediaBrowser.Model\LiveTv\ChannelQuery.cs">
  303. <Link>LiveTv\ChannelQuery.cs</Link>
  304. </Compile>
  305. <Compile Include="..\MediaBrowser.Model\LiveTv\ChannelType.cs">
  306. <Link>LiveTv\ChannelType.cs</Link>
  307. </Compile>
  308. <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvServiceInfo.cs">
  309. <Link>LiveTv\LiveTvServiceInfo.cs</Link>
  310. </Compile>
  311. <Compile Include="..\MediaBrowser.Model\LiveTv\ProgramInfoDto.cs">
  312. <Link>LiveTv\ProgramInfoDto.cs</Link>
  313. </Compile>
  314. <Compile Include="..\MediaBrowser.Model\LiveTv\ProgramQuery.cs">
  315. <Link>LiveTv\ProgramQuery.cs</Link>
  316. </Compile>
  317. <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingGroupDto.cs">
  318. <Link>LiveTv\RecordingGroupDto.cs</Link>
  319. </Compile>
  320. <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingInfoDto.cs">
  321. <Link>LiveTv\RecordingInfoDto.cs</Link>
  322. </Compile>
  323. <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingQuery.cs">
  324. <Link>LiveTv\RecordingQuery.cs</Link>
  325. </Compile>
  326. <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingStatus.cs">
  327. <Link>LiveTv\RecordingStatus.cs</Link>
  328. </Compile>
  329. <Compile Include="..\MediaBrowser.Model\LiveTv\SeriesTimerInfoDto.cs">
  330. <Link>LiveTv\SeriesTimerInfoDto.cs</Link>
  331. </Compile>
  332. <Compile Include="..\MediaBrowser.Model\LiveTv\TimerInfoDto.cs">
  333. <Link>LiveTv\TimerInfoDto.cs</Link>
  334. </Compile>
  335. <Compile Include="..\MediaBrowser.Model\Logging\ILogger.cs">
  336. <Link>Logging\ILogger.cs</Link>
  337. </Compile>
  338. <Compile Include="..\MediaBrowser.Model\Logging\ILogManager.cs">
  339. <Link>Logging\ILogManager.cs</Link>
  340. </Compile>
  341. <Compile Include="..\MediaBrowser.Model\Logging\LogSeverity.cs">
  342. <Link>Logging\LogSeverity.cs</Link>
  343. </Compile>
  344. <Compile Include="..\MediaBrowser.Model\Logging\NullLogger.cs">
  345. <Link>Logging\NullLogger.cs</Link>
  346. </Compile>
  347. <Compile Include="..\MediaBrowser.Model\MediaInfo\BlurayDiscInfo.cs">
  348. <Link>MediaInfo\BlurayDiscInfo.cs</Link>
  349. </Compile>
  350. <Compile Include="..\MediaBrowser.Model\MediaInfo\IBlurayExaminer.cs">
  351. <Link>MediaInfo\IBlurayExaminer.cs</Link>
  352. </Compile>
  353. <Compile Include="..\MediaBrowser.Model\Net\HttpException.cs">
  354. <Link>Net\HttpException.cs</Link>
  355. </Compile>
  356. <Compile Include="..\MediaBrowser.Model\Net\NetworkShare.cs">
  357. <Link>Net\NetworkShare.cs</Link>
  358. </Compile>
  359. <Compile Include="..\MediaBrowser.Model\Net\NetworkShareType.cs">
  360. <Link>Net\NetworkShareType.cs</Link>
  361. </Compile>
  362. <Compile Include="..\MediaBrowser.Model\Net\WebSocketMessage.cs">
  363. <Link>Net\WebSocketMessage.cs</Link>
  364. </Compile>
  365. <Compile Include="..\MediaBrowser.Model\Net\WebSocketMessageType.cs">
  366. <Link>Net\WebSocketMessageType.cs</Link>
  367. </Compile>
  368. <Compile Include="..\MediaBrowser.Model\Net\WebSocketState.cs">
  369. <Link>Net\WebSocketState.cs</Link>
  370. </Compile>
  371. <Compile Include="..\MediaBrowser.Model\News\NewsItem.cs">
  372. <Link>News\NewsItem.cs</Link>
  373. </Compile>
  374. <Compile Include="..\MediaBrowser.Model\Notifications\Notification.cs">
  375. <Link>Notifications\Notification.cs</Link>
  376. </Compile>
  377. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationLevel.cs">
  378. <Link>Notifications\NotificationLevel.cs</Link>
  379. </Compile>
  380. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationQuery.cs">
  381. <Link>Notifications\NotificationQuery.cs</Link>
  382. </Compile>
  383. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationResult.cs">
  384. <Link>Notifications\NotificationResult.cs</Link>
  385. </Compile>
  386. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationsSummary.cs">
  387. <Link>Notifications\NotificationsSummary.cs</Link>
  388. </Compile>
  389. <Compile Include="..\MediaBrowser.Model\Plugins\BasePluginConfiguration.cs">
  390. <Link>Plugins\BasePluginConfiguration.cs</Link>
  391. </Compile>
  392. <Compile Include="..\MediaBrowser.Model\Plugins\PluginInfo.cs">
  393. <Link>Plugins\PluginInfo.cs</Link>
  394. </Compile>
  395. <Compile Include="..\MediaBrowser.Model\Providers\ExternalIdInfo.cs">
  396. <Link>Providers\ExternalIdInfo.cs</Link>
  397. </Compile>
  398. <Compile Include="..\MediaBrowser.Model\Providers\ImageProviderInfo.cs">
  399. <Link>Providers\ImageProviderInfo.cs</Link>
  400. </Compile>
  401. <Compile Include="..\MediaBrowser.Model\Providers\RemoteImageInfo.cs">
  402. <Link>Providers\RemoteImageInfo.cs</Link>
  403. </Compile>
  404. <Compile Include="..\MediaBrowser.Model\Providers\RemoteImageResult.cs">
  405. <Link>Providers\RemoteImageResult.cs</Link>
  406. </Compile>
  407. <Compile Include="..\MediaBrowser.Model\Providers\RemoteSearchResult.cs">
  408. <Link>Providers\RemoteSearchResult.cs</Link>
  409. </Compile>
  410. <Compile Include="..\MediaBrowser.Model\Querying\ArtistsQuery.cs">
  411. <Link>Querying\ArtistsQuery.cs</Link>
  412. </Compile>
  413. <Compile Include="..\MediaBrowser.Model\Querying\EpisodeQuery.cs">
  414. <Link>Querying\EpisodeQuery.cs</Link>
  415. </Compile>
  416. <Compile Include="..\MediaBrowser.Model\Querying\ItemCountsQuery.cs">
  417. <Link>Querying\ItemCountsQuery.cs</Link>
  418. </Compile>
  419. <Compile Include="..\MediaBrowser.Model\Querying\ItemFields.cs">
  420. <Link>Querying\ItemFields.cs</Link>
  421. </Compile>
  422. <Compile Include="..\MediaBrowser.Model\Querying\ItemFilter.cs">
  423. <Link>Querying\ItemFilter.cs</Link>
  424. </Compile>
  425. <Compile Include="..\MediaBrowser.Model\Querying\ItemQuery.cs">
  426. <Link>Querying\ItemQuery.cs</Link>
  427. </Compile>
  428. <Compile Include="..\MediaBrowser.Model\Querying\ItemsByNameQuery.cs">
  429. <Link>Querying\ItemsByNameQuery.cs</Link>
  430. </Compile>
  431. <Compile Include="..\MediaBrowser.Model\Querying\ItemSortBy.cs">
  432. <Link>Querying\ItemSortBy.cs</Link>
  433. </Compile>
  434. <Compile Include="..\MediaBrowser.Model\Querying\ItemsResult.cs">
  435. <Link>Querying\ItemsResult.cs</Link>
  436. </Compile>
  437. <Compile Include="..\MediaBrowser.Model\Querying\NextUpQuery.cs">
  438. <Link>Querying\NextUpQuery.cs</Link>
  439. </Compile>
  440. <Compile Include="..\MediaBrowser.Model\Querying\PersonsQuery.cs">
  441. <Link>Querying\PersonsQuery.cs</Link>
  442. </Compile>
  443. <Compile Include="..\MediaBrowser.Model\Querying\QueryResult.cs">
  444. <Link>Querying\QueryResult.cs</Link>
  445. </Compile>
  446. <Compile Include="..\MediaBrowser.Model\Querying\SessionQuery.cs">
  447. <Link>Querying\SessionQuery.cs</Link>
  448. </Compile>
  449. <Compile Include="..\MediaBrowser.Model\Querying\SimilarItemsQuery.cs">
  450. <Link>Querying\SimilarItemsQuery.cs</Link>
  451. </Compile>
  452. <Compile Include="..\MediaBrowser.Model\Querying\ThemeSongsResult.cs">
  453. <Link>Querying\ThemeSongsResult.cs</Link>
  454. </Compile>
  455. <Compile Include="..\MediaBrowser.Model\Querying\UserQuery.cs">
  456. <Link>Querying\UserQuery.cs</Link>
  457. </Compile>
  458. <Compile Include="..\MediaBrowser.Model\Search\SearchHint.cs">
  459. <Link>Search\SearchHint.cs</Link>
  460. </Compile>
  461. <Compile Include="..\MediaBrowser.Model\Search\SearchHintResult.cs">
  462. <Link>Search\SearchHintResult.cs</Link>
  463. </Compile>
  464. <Compile Include="..\MediaBrowser.Model\Search\SearchQuery.cs">
  465. <Link>Search\SearchQuery.cs</Link>
  466. </Compile>
  467. <Compile Include="..\MediaBrowser.Model\Serialization\IJsonSerializer.cs">
  468. <Link>Serialization\IJsonSerializer.cs</Link>
  469. </Compile>
  470. <Compile Include="..\MediaBrowser.Model\Serialization\IXmlSerializer.cs">
  471. <Link>Serialization\IXmlSerializer.cs</Link>
  472. </Compile>
  473. <Compile Include="..\MediaBrowser.Model\Session\BrowseRequest.cs">
  474. <Link>Session\BrowseRequest.cs</Link>
  475. </Compile>
  476. <Compile Include="..\MediaBrowser.Model\Session\GeneralCommand.cs">
  477. <Link>Session\GeneralCommand.cs</Link>
  478. </Compile>
  479. <Compile Include="..\MediaBrowser.Model\Session\MessageCommand.cs">
  480. <Link>Session\MessageCommand.cs</Link>
  481. </Compile>
  482. <Compile Include="..\MediaBrowser.Model\Session\PlaybackReports.cs">
  483. <Link>Session\PlaybackReports.cs</Link>
  484. </Compile>
  485. <Compile Include="..\MediaBrowser.Model\Session\PlayRequest.cs">
  486. <Link>Session\PlayRequest.cs</Link>
  487. </Compile>
  488. <Compile Include="..\MediaBrowser.Model\Session\PlaystateCommand.cs">
  489. <Link>Session\PlaystateCommand.cs</Link>
  490. </Compile>
  491. <Compile Include="..\MediaBrowser.Model\Session\SessionCapabilities.cs">
  492. <Link>Session\SessionCapabilities.cs</Link>
  493. </Compile>
  494. <Compile Include="..\MediaBrowser.Model\Session\SessionInfoDto.cs">
  495. <Link>Session\SessionInfoDto.cs</Link>
  496. </Compile>
  497. <Compile Include="..\MediaBrowser.Model\Session\UserDataChangeInfo.cs">
  498. <Link>Session\UserDataChangeInfo.cs</Link>
  499. </Compile>
  500. <Compile Include="..\MediaBrowser.Model\System\SystemInfo.cs">
  501. <Link>System\SystemInfo.cs</Link>
  502. </Compile>
  503. <Compile Include="..\MediaBrowser.Model\Tasks\SystemEvent.cs">
  504. <Link>Tasks\SystemEvent.cs</Link>
  505. </Compile>
  506. <Compile Include="..\MediaBrowser.Model\Tasks\TaskCompletionStatus.cs">
  507. <Link>Tasks\TaskCompletionStatus.cs</Link>
  508. </Compile>
  509. <Compile Include="..\MediaBrowser.Model\Tasks\TaskInfo.cs">
  510. <Link>Tasks\TaskInfo.cs</Link>
  511. </Compile>
  512. <Compile Include="..\MediaBrowser.Model\Tasks\TaskResult.cs">
  513. <Link>Tasks\TaskResult.cs</Link>
  514. </Compile>
  515. <Compile Include="..\MediaBrowser.Model\Tasks\TaskState.cs">
  516. <Link>Tasks\TaskState.cs</Link>
  517. </Compile>
  518. <Compile Include="..\MediaBrowser.Model\Tasks\TaskTriggerInfo.cs">
  519. <Link>Tasks\TaskTriggerInfo.cs</Link>
  520. </Compile>
  521. <Compile Include="..\MediaBrowser.Model\Themes\AppTheme.cs">
  522. <Link>Themes\AppTheme.cs</Link>
  523. </Compile>
  524. <Compile Include="..\MediaBrowser.Model\Themes\ThemeImage.cs">
  525. <Link>Themes\ThemeImage.cs</Link>
  526. </Compile>
  527. <Compile Include="..\MediaBrowser.Model\Updates\CheckForUpdateResult.cs">
  528. <Link>Updates\CheckForUpdateResult.cs</Link>
  529. </Compile>
  530. <Compile Include="..\MediaBrowser.Model\Updates\InstallationInfo.cs">
  531. <Link>Updates\InstallationInfo.cs</Link>
  532. </Compile>
  533. <Compile Include="..\MediaBrowser.Model\Updates\PackageInfo.cs">
  534. <Link>Updates\PackageInfo.cs</Link>
  535. </Compile>
  536. <Compile Include="..\MediaBrowser.Model\Updates\PackageTargetSystem.cs">
  537. <Link>Updates\PackageTargetSystem.cs</Link>
  538. </Compile>
  539. <Compile Include="..\MediaBrowser.Model\Updates\PackageType.cs">
  540. <Link>Updates\PackageType.cs</Link>
  541. </Compile>
  542. <Compile Include="..\MediaBrowser.Model\Updates\PackageVersionClass.cs">
  543. <Link>Updates\PackageVersionClass.cs</Link>
  544. </Compile>
  545. <Compile Include="..\MediaBrowser.Model\Updates\PackageVersionInfo.cs">
  546. <Link>Updates\PackageVersionInfo.cs</Link>
  547. </Compile>
  548. <Compile Include="..\MediaBrowser.Model\Users\AuthenticationResult.cs">
  549. <Link>Users\AuthenticationResult.cs</Link>
  550. </Compile>
  551. <Compile Include="..\MediaBrowser.Model\Weather\WeatherUnits.cs">
  552. <Link>Weather\WeatherUnits.cs</Link>
  553. </Compile>
  554. <Compile Include="..\MediaBrowser.Model\Web\QueryStringDictionary.cs">
  555. <Link>Web\QueryStringDictionary.cs</Link>
  556. </Compile>
  557. <Compile Include="..\SharedVersion.cs">
  558. <Link>Properties\SharedVersion.cs</Link>
  559. </Compile>
  560. <Compile Include="Properties\AssemblyInfo.cs" />
  561. </ItemGroup>
  562. <ItemGroup>
  563. <Content Include="FodyWeavers.xml" />
  564. </ItemGroup>
  565. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  566. <PropertyGroup>
  567. <PostBuildEvent>if $(ConfigurationName) == Release (
  568. xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\portable\" /y /d /r /i
  569. )</PostBuildEvent>
  570. </PropertyGroup>
  571. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  572. <Import Project="..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl.Build.targets" />
  573. <Import Project="Fody.targets" />
  574. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  575. Other similar extension points exist, see Microsoft.Common.targets.
  576. <Target Name="BeforeBuild">
  577. </Target>
  578. <Target Name="AfterBuild">
  579. </Target>
  580. -->
  581. </Project>