MediaBrowser.Model.Portable.csproj 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096
  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>Profile344</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. <FileUpgradeFlags>
  21. </FileUpgradeFlags>
  22. <UpgradeBackupLocation>
  23. </UpgradeBackupLocation>
  24. <OldToolsVersion>4.0</OldToolsVersion>
  25. <PublishUrl>publish\</PublishUrl>
  26. <Install>true</Install>
  27. <InstallFrom>Disk</InstallFrom>
  28. <UpdateEnabled>false</UpdateEnabled>
  29. <UpdateMode>Foreground</UpdateMode>
  30. <UpdateInterval>7</UpdateInterval>
  31. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  32. <UpdatePeriodically>false</UpdatePeriodically>
  33. <UpdateRequired>false</UpdateRequired>
  34. <MapFileExtensions>true</MapFileExtensions>
  35. <ApplicationRevision>0</ApplicationRevision>
  36. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  37. <IsWebBootstrapper>false</IsWebBootstrapper>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <!-- A reference to the entire .NET Framework is automatically included -->
  60. <None Include="app.config" />
  61. <None Include="Fody.targets" />
  62. <None Include="packages.config" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Reference Include="PropertyChanged">
  66. <HintPath>..\packages\PropertyChanged.Fody.1.41.0.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
  67. <Private>False</Private>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="..\MediaBrowser.Model\Activity\ActivityLogEntry.cs">
  72. <Link>Activity\ActivityLogEntry.cs</Link>
  73. </Compile>
  74. <Compile Include="..\MediaBrowser.Model\ApiClient\ApiClientExtensions.cs">
  75. <Link>ApiClient\ApiClientExtensions.cs</Link>
  76. </Compile>
  77. <Compile Include="..\MediaBrowser.Model\ApiClient\ConnectionMode.cs">
  78. <Link>ApiClient\ConnectionMode.cs</Link>
  79. </Compile>
  80. <Compile Include="..\MediaBrowser.Model\ApiClient\ConnectionResult.cs">
  81. <Link>ApiClient\ConnectionResult.cs</Link>
  82. </Compile>
  83. <Compile Include="..\MediaBrowser.Model\ApiClient\ConnectionState.cs">
  84. <Link>ApiClient\ConnectionState.cs</Link>
  85. </Compile>
  86. <Compile Include="..\MediaBrowser.Model\ApiClient\GeneralCommandEventArgs.cs">
  87. <Link>ApiClient\GeneralCommandEventArgs.cs</Link>
  88. </Compile>
  89. <Compile Include="..\MediaBrowser.Model\ApiClient\HttpResponseEventArgs.cs">
  90. <Link>ApiClient\HttpResponseEventArgs.cs</Link>
  91. </Compile>
  92. <Compile Include="..\MediaBrowser.Model\ApiClient\IApiClient.cs">
  93. <Link>ApiClient\IApiClient.cs</Link>
  94. </Compile>
  95. <Compile Include="..\MediaBrowser.Model\ApiClient\IClientWebSocket.cs">
  96. <Link>ApiClient\IClientWebSocket.cs</Link>
  97. </Compile>
  98. <Compile Include="..\MediaBrowser.Model\ApiClient\IConnectionManager.cs">
  99. <Link>ApiClient\IConnectionManager.cs</Link>
  100. </Compile>
  101. <Compile Include="..\MediaBrowser.Model\ApiClient\IDevice.cs">
  102. <Link>ApiClient\IDevice.cs</Link>
  103. </Compile>
  104. <Compile Include="..\MediaBrowser.Model\ApiClient\IServerEvents.cs">
  105. <Link>ApiClient\IServerEvents.cs</Link>
  106. </Compile>
  107. <Compile Include="..\MediaBrowser.Model\ApiClient\ServerDiscoveryInfo.cs">
  108. <Link>ApiClient\ServerDiscoveryInfo.cs</Link>
  109. </Compile>
  110. <Compile Include="..\MediaBrowser.Model\ApiClient\ServerInfo.cs">
  111. <Link>ApiClient\ServerInfo.cs</Link>
  112. </Compile>
  113. <Compile Include="..\MediaBrowser.Model\ApiClient\SessionUpdatesEventArgs.cs">
  114. <Link>ApiClient\SessionUpdatesEventArgs.cs</Link>
  115. </Compile>
  116. <Compile Include="..\MediaBrowser.Model\ApiClient\WakeOnLanInfo.cs">
  117. <Link>ApiClient\WakeOnLanInfo.cs</Link>
  118. </Compile>
  119. <Compile Include="..\MediaBrowser.Model\Branding\BrandingOptions.cs">
  120. <Link>Branding\BrandingOptions.cs</Link>
  121. </Compile>
  122. <Compile Include="..\MediaBrowser.Model\Channels\AllChannelMediaQuery.cs">
  123. <Link>Channels\AllChannelMediaQuery.cs</Link>
  124. </Compile>
  125. <Compile Include="..\MediaBrowser.Model\Channels\ChannelFeatures.cs">
  126. <Link>Channels\ChannelFeatures.cs</Link>
  127. </Compile>
  128. <Compile Include="..\MediaBrowser.Model\Channels\ChannelFolderType.cs">
  129. <Link>Channels\ChannelFolderType.cs</Link>
  130. </Compile>
  131. <Compile Include="..\MediaBrowser.Model\Channels\ChannelInfo.cs">
  132. <Link>Channels\ChannelInfo.cs</Link>
  133. </Compile>
  134. <Compile Include="..\MediaBrowser.Model\Channels\ChannelItemQuery.cs">
  135. <Link>Channels\ChannelItemQuery.cs</Link>
  136. </Compile>
  137. <Compile Include="..\MediaBrowser.Model\Channels\ChannelItemSortField.cs">
  138. <Link>Channels\ChannelItemSortField.cs</Link>
  139. </Compile>
  140. <Compile Include="..\MediaBrowser.Model\Channels\ChannelMediaContentType.cs">
  141. <Link>Channels\ChannelMediaContentType.cs</Link>
  142. </Compile>
  143. <Compile Include="..\MediaBrowser.Model\Channels\ChannelMediaType.cs">
  144. <Link>Channels\ChannelMediaType.cs</Link>
  145. </Compile>
  146. <Compile Include="..\MediaBrowser.Model\Channels\ChannelQuery.cs">
  147. <Link>Channels\ChannelQuery.cs</Link>
  148. </Compile>
  149. <Compile Include="..\MediaBrowser.Model\Chapters\ChapterProviderInfo.cs">
  150. <Link>Chapters\ChapterProviderInfo.cs</Link>
  151. </Compile>
  152. <Compile Include="..\MediaBrowser.Model\Chapters\RemoteChapterInfo.cs">
  153. <Link>Chapters\RemoteChapterInfo.cs</Link>
  154. </Compile>
  155. <Compile Include="..\MediaBrowser.Model\Chapters\RemoteChapterResult.cs">
  156. <Link>Chapters\RemoteChapterResult.cs</Link>
  157. </Compile>
  158. <Compile Include="..\MediaBrowser.Model\Collections\CollectionCreationResult.cs">
  159. <Link>Collections\CollectionCreationResult.cs</Link>
  160. </Compile>
  161. <Compile Include="..\MediaBrowser.Model\Configuration\BaseApplicationConfiguration.cs">
  162. <Link>Configuration\BaseApplicationConfiguration.cs</Link>
  163. </Compile>
  164. <Compile Include="..\MediaBrowser.Model\Configuration\ChannelOptions.cs">
  165. <Link>Configuration\ChannelOptions.cs</Link>
  166. </Compile>
  167. <Compile Include="..\MediaBrowser.Model\Configuration\ChapterOptions.cs">
  168. <Link>Configuration\ChapterOptions.cs</Link>
  169. </Compile>
  170. <Compile Include="..\MediaBrowser.Model\Configuration\DlnaOptions.cs">
  171. <Link>Configuration\DlnaOptions.cs</Link>
  172. </Compile>
  173. <Compile Include="..\MediaBrowser.Model\Configuration\EncodingQuality.cs">
  174. <Link>Configuration\EncodingQuality.cs</Link>
  175. </Compile>
  176. <Compile Include="..\MediaBrowser.Model\Configuration\ImageOption.cs">
  177. <Link>Configuration\ImageOption.cs</Link>
  178. </Compile>
  179. <Compile Include="..\MediaBrowser.Model\Configuration\ImageSavingConvention.cs">
  180. <Link>Configuration\ImageSavingConvention.cs</Link>
  181. </Compile>
  182. <Compile Include="..\MediaBrowser.Model\Configuration\MetadataConfiguration.cs">
  183. <Link>Configuration\MetadataConfiguration.cs</Link>
  184. </Compile>
  185. <Compile Include="..\MediaBrowser.Model\Configuration\MetadataOptions.cs">
  186. <Link>Configuration\MetadataOptions.cs</Link>
  187. </Compile>
  188. <Compile Include="..\MediaBrowser.Model\Configuration\MetadataPlugin.cs">
  189. <Link>Configuration\MetadataPlugin.cs</Link>
  190. </Compile>
  191. <Compile Include="..\MediaBrowser.Model\Configuration\MetadataPluginSummary.cs">
  192. <Link>Configuration\MetadataPluginSummary.cs</Link>
  193. </Compile>
  194. <Compile Include="..\MediaBrowser.Model\Configuration\MetadataPluginType.cs">
  195. <Link>Configuration\MetadataPluginType.cs</Link>
  196. </Compile>
  197. <Compile Include="..\MediaBrowser.Model\Configuration\PathSubstitution.cs">
  198. <Link>Configuration\PathSubstitution.cs</Link>
  199. </Compile>
  200. <Compile Include="..\MediaBrowser.Model\Configuration\PeopleMetadataOptions.cs">
  201. <Link>Configuration\PeopleMetadataOptions.cs</Link>
  202. </Compile>
  203. <Compile Include="..\MediaBrowser.Model\Configuration\ServerConfiguration.cs">
  204. <Link>Configuration\ServerConfiguration.cs</Link>
  205. </Compile>
  206. <Compile Include="..\MediaBrowser.Model\Configuration\SubtitlePlaybackMode.cs">
  207. <Link>Configuration\SubtitlePlaybackMode.cs</Link>
  208. </Compile>
  209. <Compile Include="..\MediaBrowser.Model\Configuration\UnratedItem.cs">
  210. <Link>Configuration\UnratedItem.cs</Link>
  211. </Compile>
  212. <Compile Include="..\MediaBrowser.Model\Configuration\UserConfiguration.cs">
  213. <Link>Configuration\UserConfiguration.cs</Link>
  214. </Compile>
  215. <Compile Include="..\MediaBrowser.Model\Configuration\XbmcMetadataOptions.cs">
  216. <Link>Configuration\XbmcMetadataOptions.cs</Link>
  217. </Compile>
  218. <Compile Include="..\MediaBrowser.Model\Connect\ConnectAuthorization.cs">
  219. <Link>Connect\ConnectAuthorization.cs</Link>
  220. </Compile>
  221. <Compile Include="..\MediaBrowser.Model\Connect\UserLinkType.cs">
  222. <Link>Connect\UserLinkType.cs</Link>
  223. </Compile>
  224. <Compile Include="..\MediaBrowser.Model\Devices\ContentUploadHistory.cs">
  225. <Link>Devices\ContentUploadHistory.cs</Link>
  226. </Compile>
  227. <Compile Include="..\MediaBrowser.Model\Devices\DeviceInfo.cs">
  228. <Link>Devices\DeviceInfo.cs</Link>
  229. </Compile>
  230. <Compile Include="..\MediaBrowser.Model\Devices\DeviceOptions.cs">
  231. <Link>Devices\DeviceOptions.cs</Link>
  232. </Compile>
  233. <Compile Include="..\MediaBrowser.Model\Devices\DevicesOptions.cs">
  234. <Link>Devices\DevicesOptions.cs</Link>
  235. </Compile>
  236. <Compile Include="..\MediaBrowser.Model\Devices\LocalFileInfo.cs">
  237. <Link>Devices\LocalFileInfo.cs</Link>
  238. </Compile>
  239. <Compile Include="..\MediaBrowser.Model\Dlna\AudioOptions.cs">
  240. <Link>Dlna\AudioOptions.cs</Link>
  241. </Compile>
  242. <Compile Include="..\MediaBrowser.Model\Dlna\CodecProfile.cs">
  243. <Link>Dlna\CodecProfile.cs</Link>
  244. </Compile>
  245. <Compile Include="..\MediaBrowser.Model\Dlna\CodecType.cs">
  246. <Link>Dlna\CodecType.cs</Link>
  247. </Compile>
  248. <Compile Include="..\MediaBrowser.Model\Dlna\ConditionProcessor.cs">
  249. <Link>Dlna\ConditionProcessor.cs</Link>
  250. </Compile>
  251. <Compile Include="..\MediaBrowser.Model\Dlna\ContainerProfile.cs">
  252. <Link>Dlna\ContainerProfile.cs</Link>
  253. </Compile>
  254. <Compile Include="..\MediaBrowser.Model\Dlna\ContentFeatureBuilder.cs">
  255. <Link>Dlna\ContentFeatureBuilder.cs</Link>
  256. </Compile>
  257. <Compile Include="..\MediaBrowser.Model\Dlna\DeviceIdentification.cs">
  258. <Link>Dlna\DeviceIdentification.cs</Link>
  259. </Compile>
  260. <Compile Include="..\MediaBrowser.Model\Dlna\DeviceProfile.cs">
  261. <Link>Dlna\DeviceProfile.cs</Link>
  262. </Compile>
  263. <Compile Include="..\MediaBrowser.Model\Dlna\DeviceProfileInfo.cs">
  264. <Link>Dlna\DeviceProfileInfo.cs</Link>
  265. </Compile>
  266. <Compile Include="..\MediaBrowser.Model\Dlna\DeviceProfileType.cs">
  267. <Link>Dlna\DeviceProfileType.cs</Link>
  268. </Compile>
  269. <Compile Include="..\MediaBrowser.Model\Dlna\DirectPlayProfile.cs">
  270. <Link>Dlna\DirectPlayProfile.cs</Link>
  271. </Compile>
  272. <Compile Include="..\MediaBrowser.Model\Dlna\DlnaFlags.cs">
  273. <Link>Dlna\DlnaFlags.cs</Link>
  274. </Compile>
  275. <Compile Include="..\MediaBrowser.Model\Dlna\DlnaMaps.cs">
  276. <Link>Dlna\DlnaMaps.cs</Link>
  277. </Compile>
  278. <Compile Include="..\MediaBrowser.Model\Dlna\DlnaProfileType.cs">
  279. <Link>Dlna\DlnaProfileType.cs</Link>
  280. </Compile>
  281. <Compile Include="..\MediaBrowser.Model\Dlna\EncodingContext.cs">
  282. <Link>Dlna\EncodingContext.cs</Link>
  283. </Compile>
  284. <Compile Include="..\MediaBrowser.Model\Dlna\HeaderMatchType.cs">
  285. <Link>Dlna\HeaderMatchType.cs</Link>
  286. </Compile>
  287. <Compile Include="..\MediaBrowser.Model\Dlna\HttpHeaderInfo.cs">
  288. <Link>Dlna\HttpHeaderInfo.cs</Link>
  289. </Compile>
  290. <Compile Include="..\MediaBrowser.Model\Dlna\MediaFormatProfile.cs">
  291. <Link>Dlna\MediaFormatProfile.cs</Link>
  292. </Compile>
  293. <Compile Include="..\MediaBrowser.Model\Dlna\MediaFormatProfileResolver.cs">
  294. <Link>Dlna\MediaFormatProfileResolver.cs</Link>
  295. </Compile>
  296. <Compile Include="..\MediaBrowser.Model\Dlna\ProfileCondition.cs">
  297. <Link>Dlna\ProfileCondition.cs</Link>
  298. </Compile>
  299. <Compile Include="..\MediaBrowser.Model\Dlna\ProfileConditionType.cs">
  300. <Link>Dlna\ProfileConditionType.cs</Link>
  301. </Compile>
  302. <Compile Include="..\MediaBrowser.Model\Dlna\ProfileConditionValue.cs">
  303. <Link>Dlna\ProfileConditionValue.cs</Link>
  304. </Compile>
  305. <Compile Include="..\MediaBrowser.Model\Dlna\Profiles\AndroidProfile.cs">
  306. <Link>Dlna\Profiles\AndroidProfile.cs</Link>
  307. </Compile>
  308. <Compile Include="..\MediaBrowser.Model\Dlna\Profiles\DefaultProfile.cs">
  309. <Link>Dlna\Profiles\DefaultProfile.cs</Link>
  310. </Compile>
  311. <Compile Include="..\MediaBrowser.Model\Dlna\ResolutionConfiguration.cs">
  312. <Link>Dlna\ResolutionConfiguration.cs</Link>
  313. </Compile>
  314. <Compile Include="..\MediaBrowser.Model\Dlna\ResolutionNormalizer.cs">
  315. <Link>Dlna\ResolutionNormalizer.cs</Link>
  316. </Compile>
  317. <Compile Include="..\MediaBrowser.Model\Dlna\ResolutionOptions.cs">
  318. <Link>Dlna\ResolutionOptions.cs</Link>
  319. </Compile>
  320. <Compile Include="..\MediaBrowser.Model\Dlna\ResponseProfile.cs">
  321. <Link>Dlna\ResponseProfile.cs</Link>
  322. </Compile>
  323. <Compile Include="..\MediaBrowser.Model\Dlna\SearchCriteria.cs">
  324. <Link>Dlna\SearchCriteria.cs</Link>
  325. </Compile>
  326. <Compile Include="..\MediaBrowser.Model\Dlna\SearchType.cs">
  327. <Link>Dlna\SearchType.cs</Link>
  328. </Compile>
  329. <Compile Include="..\MediaBrowser.Model\Dlna\SortCriteria.cs">
  330. <Link>Dlna\SortCriteria.cs</Link>
  331. </Compile>
  332. <Compile Include="..\MediaBrowser.Model\Dlna\StreamBuilder.cs">
  333. <Link>Dlna\StreamBuilder.cs</Link>
  334. </Compile>
  335. <Compile Include="..\MediaBrowser.Model\Dlna\StreamInfo.cs">
  336. <Link>Dlna\StreamInfo.cs</Link>
  337. </Compile>
  338. <Compile Include="..\MediaBrowser.Model\Dlna\SubtitleDeliveryMethod.cs">
  339. <Link>Dlna\SubtitleDeliveryMethod.cs</Link>
  340. </Compile>
  341. <Compile Include="..\MediaBrowser.Model\Dlna\SubtitleProfile.cs">
  342. <Link>Dlna\SubtitleProfile.cs</Link>
  343. </Compile>
  344. <Compile Include="..\MediaBrowser.Model\Dlna\SubtitleStreamInfo.cs">
  345. <Link>Dlna\SubtitleStreamInfo.cs</Link>
  346. </Compile>
  347. <Compile Include="..\MediaBrowser.Model\Dlna\TranscodeSeekInfo.cs">
  348. <Link>Dlna\TranscodeSeekInfo.cs</Link>
  349. </Compile>
  350. <Compile Include="..\MediaBrowser.Model\Dlna\TranscodingProfile.cs">
  351. <Link>Dlna\TranscodingProfile.cs</Link>
  352. </Compile>
  353. <Compile Include="..\MediaBrowser.Model\Dlna\VideoOptions.cs">
  354. <Link>Dlna\VideoOptions.cs</Link>
  355. </Compile>
  356. <Compile Include="..\MediaBrowser.Model\Dlna\XmlAttribute.cs">
  357. <Link>Dlna\XmlAttribute.cs</Link>
  358. </Compile>
  359. <Compile Include="..\MediaBrowser.Model\Drawing\DrawingUtils.cs">
  360. <Link>Drawing\DrawingUtils.cs</Link>
  361. </Compile>
  362. <Compile Include="..\MediaBrowser.Model\Drawing\ImageOrientation.cs">
  363. <Link>Drawing\ImageOrientation.cs</Link>
  364. </Compile>
  365. <Compile Include="..\MediaBrowser.Model\Drawing\ImageOutputFormat.cs">
  366. <Link>Drawing\ImageOutputFormat.cs</Link>
  367. </Compile>
  368. <Compile Include="..\MediaBrowser.Model\Drawing\ImageSize.cs">
  369. <Link>Drawing\ImageSize.cs</Link>
  370. </Compile>
  371. <Compile Include="..\MediaBrowser.Model\Dto\BaseItemDto.cs">
  372. <Link>Dto\BaseItemDto.cs</Link>
  373. </Compile>
  374. <Compile Include="..\MediaBrowser.Model\Dto\BaseItemPerson.cs">
  375. <Link>Dto\BaseItemPerson.cs</Link>
  376. </Compile>
  377. <Compile Include="..\MediaBrowser.Model\Dto\ChapterInfoDto.cs">
  378. <Link>Dto\ChapterInfoDto.cs</Link>
  379. </Compile>
  380. <Compile Include="..\MediaBrowser.Model\Dto\GameSystemSummary.cs">
  381. <Link>Dto\GameSystemSummary.cs</Link>
  382. </Compile>
  383. <Compile Include="..\MediaBrowser.Model\Dto\IItemDto.cs">
  384. <Link>Dto\IItemDto.cs</Link>
  385. </Compile>
  386. <Compile Include="..\MediaBrowser.Model\Dto\ImageByNameInfo.cs">
  387. <Link>Dto\ImageByNameInfo.cs</Link>
  388. </Compile>
  389. <Compile Include="..\MediaBrowser.Model\Dto\ImageInfo.cs">
  390. <Link>Dto\ImageInfo.cs</Link>
  391. </Compile>
  392. <Compile Include="..\MediaBrowser.Model\Dto\ImageOptions.cs">
  393. <Link>Dto\ImageOptions.cs</Link>
  394. </Compile>
  395. <Compile Include="..\MediaBrowser.Model\Dto\ItemByNameCounts.cs">
  396. <Link>Dto\ItemByNameCounts.cs</Link>
  397. </Compile>
  398. <Compile Include="..\MediaBrowser.Model\Dto\ItemCounts.cs">
  399. <Link>Dto\ItemCounts.cs</Link>
  400. </Compile>
  401. <Compile Include="..\MediaBrowser.Model\Dto\ItemIndex.cs">
  402. <Link>Dto\ItemIndex.cs</Link>
  403. </Compile>
  404. <Compile Include="..\MediaBrowser.Model\Dto\MediaSourceInfo.cs">
  405. <Link>Dto\MediaSourceInfo.cs</Link>
  406. </Compile>
  407. <Compile Include="..\MediaBrowser.Model\Dto\MediaSourceType.cs">
  408. <Link>Dto\MediaSourceType.cs</Link>
  409. </Compile>
  410. <Compile Include="..\MediaBrowser.Model\Dto\RatingType.cs">
  411. <Link>Dto\RatingType.cs</Link>
  412. </Compile>
  413. <Compile Include="..\MediaBrowser.Model\Dto\RecommendationDto.cs">
  414. <Link>Dto\RecommendationDto.cs</Link>
  415. </Compile>
  416. <Compile Include="..\MediaBrowser.Model\Dto\RecommendationType.cs">
  417. <Link>Dto\RecommendationType.cs</Link>
  418. </Compile>
  419. <Compile Include="..\MediaBrowser.Model\Dto\StreamOptions.cs">
  420. <Link>Dto\StreamOptions.cs</Link>
  421. </Compile>
  422. <Compile Include="..\MediaBrowser.Model\Dto\StudioDto.cs">
  423. <Link>Dto\StudioDto.cs</Link>
  424. </Compile>
  425. <Compile Include="..\MediaBrowser.Model\Dto\SubtitleDownloadOptions.cs">
  426. <Link>Dto\SubtitleDownloadOptions.cs</Link>
  427. </Compile>
  428. <Compile Include="..\MediaBrowser.Model\Dto\UserDto.cs">
  429. <Link>Dto\UserDto.cs</Link>
  430. </Compile>
  431. <Compile Include="..\MediaBrowser.Model\Dto\UserItemDataDto.cs">
  432. <Link>Dto\UserItemDataDto.cs</Link>
  433. </Compile>
  434. <Compile Include="..\MediaBrowser.Model\Dto\VideoStreamOptions.cs">
  435. <Link>Dto\VideoStreamOptions.cs</Link>
  436. </Compile>
  437. <Compile Include="..\MediaBrowser.Model\Entities\BaseItemInfo.cs">
  438. <Link>Entities\BaseItemInfo.cs</Link>
  439. </Compile>
  440. <Compile Include="..\MediaBrowser.Model\Entities\ChapterInfo.cs">
  441. <Link>Entities\ChapterInfo.cs</Link>
  442. </Compile>
  443. <Compile Include="..\MediaBrowser.Model\Entities\CollectionType.cs">
  444. <Link>Entities\CollectionType.cs</Link>
  445. </Compile>
  446. <Compile Include="..\MediaBrowser.Model\Entities\DisplayPreferences.cs">
  447. <Link>Entities\DisplayPreferences.cs</Link>
  448. </Compile>
  449. <Compile Include="..\MediaBrowser.Model\Entities\EmptyRequestResult.cs">
  450. <Link>Entities\EmptyRequestResult.cs</Link>
  451. </Compile>
  452. <Compile Include="..\MediaBrowser.Model\Entities\ExtraType.cs">
  453. <Link>Entities\ExtraType.cs</Link>
  454. </Compile>
  455. <Compile Include="..\MediaBrowser.Model\Entities\IHasProviderIds.cs">
  456. <Link>Entities\IHasProviderIds.cs</Link>
  457. </Compile>
  458. <Compile Include="..\MediaBrowser.Model\Entities\ImageType.cs">
  459. <Link>Entities\ImageType.cs</Link>
  460. </Compile>
  461. <Compile Include="..\MediaBrowser.Model\Entities\IsoType.cs">
  462. <Link>Entities\IsoType.cs</Link>
  463. </Compile>
  464. <Compile Include="..\MediaBrowser.Model\Entities\ItemReview.cs">
  465. <Link>Entities\ItemReview.cs</Link>
  466. </Compile>
  467. <Compile Include="..\MediaBrowser.Model\Entities\LibraryUpdateInfo.cs">
  468. <Link>Entities\LibraryUpdateInfo.cs</Link>
  469. </Compile>
  470. <Compile Include="..\MediaBrowser.Model\Entities\LocationType.cs">
  471. <Link>Entities\LocationType.cs</Link>
  472. </Compile>
  473. <Compile Include="..\MediaBrowser.Model\Entities\MBRegistrationRecord.cs">
  474. <Link>Entities\MBRegistrationRecord.cs</Link>
  475. </Compile>
  476. <Compile Include="..\MediaBrowser.Model\Entities\MediaInfo.cs">
  477. <Link>Entities\MediaInfo.cs</Link>
  478. </Compile>
  479. <Compile Include="..\MediaBrowser.Model\Entities\MediaStream.cs">
  480. <Link>Entities\MediaStream.cs</Link>
  481. </Compile>
  482. <Compile Include="..\MediaBrowser.Model\Entities\MediaStreamType.cs">
  483. <Link>Entities\MediaStreamType.cs</Link>
  484. </Compile>
  485. <Compile Include="..\MediaBrowser.Model\Entities\MediaType.cs">
  486. <Link>Entities\MediaType.cs</Link>
  487. </Compile>
  488. <Compile Include="..\MediaBrowser.Model\Entities\MediaUrl.cs">
  489. <Link>Entities\MediaUrl.cs</Link>
  490. </Compile>
  491. <Compile Include="..\MediaBrowser.Model\Entities\MetadataFields.cs">
  492. <Link>Entities\MetadataFields.cs</Link>
  493. </Compile>
  494. <Compile Include="..\MediaBrowser.Model\Entities\MetadataProviders.cs">
  495. <Link>Entities\MetadataProviders.cs</Link>
  496. </Compile>
  497. <Compile Include="..\MediaBrowser.Model\Entities\PackageReviewInfo.cs">
  498. <Link>Entities\PackageReviewInfo.cs</Link>
  499. </Compile>
  500. <Compile Include="..\MediaBrowser.Model\Entities\ParentalRating.cs">
  501. <Link>Entities\ParentalRating.cs</Link>
  502. </Compile>
  503. <Compile Include="..\MediaBrowser.Model\Entities\PersonType.cs">
  504. <Link>Entities\PersonType.cs</Link>
  505. </Compile>
  506. <Compile Include="..\MediaBrowser.Model\Entities\PluginSecurityInfo.cs">
  507. <Link>Entities\PluginSecurityInfo.cs</Link>
  508. </Compile>
  509. <Compile Include="..\MediaBrowser.Model\Entities\ProviderIdsExtensions.cs">
  510. <Link>Entities\ProviderIdsExtensions.cs</Link>
  511. </Compile>
  512. <Compile Include="..\MediaBrowser.Model\Entities\ScrollDirection.cs">
  513. <Link>Entities\ScrollDirection.cs</Link>
  514. </Compile>
  515. <Compile Include="..\MediaBrowser.Model\Entities\SeriesStatus.cs">
  516. <Link>Entities\SeriesStatus.cs</Link>
  517. </Compile>
  518. <Compile Include="..\MediaBrowser.Model\Entities\SortOrder.cs">
  519. <Link>Entities\SortOrder.cs</Link>
  520. </Compile>
  521. <Compile Include="..\MediaBrowser.Model\Entities\SupporterInfo.cs">
  522. <Link>Entities\SupporterInfo.cs</Link>
  523. </Compile>
  524. <Compile Include="..\MediaBrowser.Model\Entities\TrailerType.cs">
  525. <Link>Entities\TrailerType.cs</Link>
  526. </Compile>
  527. <Compile Include="..\MediaBrowser.Model\Entities\UserDataSaveReason.cs">
  528. <Link>Entities\UserDataSaveReason.cs</Link>
  529. </Compile>
  530. <Compile Include="..\MediaBrowser.Model\Entities\Video3DFormat.cs">
  531. <Link>Entities\Video3DFormat.cs</Link>
  532. </Compile>
  533. <Compile Include="..\MediaBrowser.Model\Entities\VideoSize.cs">
  534. <Link>Entities\VideoSize.cs</Link>
  535. </Compile>
  536. <Compile Include="..\MediaBrowser.Model\Entities\VideoType.cs">
  537. <Link>Entities\VideoType.cs</Link>
  538. </Compile>
  539. <Compile Include="..\MediaBrowser.Model\Entities\VirtualFolderInfo.cs">
  540. <Link>Entities\VirtualFolderInfo.cs</Link>
  541. </Compile>
  542. <Compile Include="..\MediaBrowser.Model\Events\GenericEventArgs.cs">
  543. <Link>Events\GenericEventArgs.cs</Link>
  544. </Compile>
  545. <Compile Include="..\MediaBrowser.Model\Extensions\BoolHelper.cs">
  546. <Link>Extensions\BoolHelper.cs</Link>
  547. </Compile>
  548. <Compile Include="..\MediaBrowser.Model\Extensions\DoubleHelper.cs">
  549. <Link>Extensions\DoubleHelper.cs</Link>
  550. </Compile>
  551. <Compile Include="..\MediaBrowser.Model\Extensions\FloatHelper.cs">
  552. <Link>Extensions\FloatHelper.cs</Link>
  553. </Compile>
  554. <Compile Include="..\MediaBrowser.Model\Extensions\IHasPropertyChangedEvent.cs">
  555. <Link>Extensions\IHasPropertyChangedEvent.cs</Link>
  556. </Compile>
  557. <Compile Include="..\MediaBrowser.Model\Extensions\IntHelper.cs">
  558. <Link>Extensions\IntHelper.cs</Link>
  559. </Compile>
  560. <Compile Include="..\MediaBrowser.Model\Extensions\ListHelper.cs">
  561. <Link>Extensions\ListHelper.cs</Link>
  562. </Compile>
  563. <Compile Include="..\MediaBrowser.Model\Extensions\StringHelper.cs">
  564. <Link>Extensions\StringHelper.cs</Link>
  565. </Compile>
  566. <Compile Include="..\MediaBrowser.Model\FileOrganization\AutoOrganizeOptions.cs">
  567. <Link>FileOrganization\AutoOrganizeOptions.cs</Link>
  568. </Compile>
  569. <Compile Include="..\MediaBrowser.Model\FileOrganization\EpisodeFileOrganizationRequest.cs">
  570. <Link>FileOrganization\EpisodeFileOrganizationRequest.cs</Link>
  571. </Compile>
  572. <Compile Include="..\MediaBrowser.Model\FileOrganization\FileOrganizationResult.cs">
  573. <Link>FileOrganization\FileOrganizationResult.cs</Link>
  574. </Compile>
  575. <Compile Include="..\MediaBrowser.Model\FileOrganization\FileOrganizationResultQuery.cs">
  576. <Link>FileOrganization\FileOrganizationResultQuery.cs</Link>
  577. </Compile>
  578. <Compile Include="..\MediaBrowser.Model\FileOrganization\FileOrganizerType.cs">
  579. <Link>FileOrganization\FileOrganizerType.cs</Link>
  580. </Compile>
  581. <Compile Include="..\MediaBrowser.Model\FileOrganization\FileSortingStatus.cs">
  582. <Link>FileOrganization\FileSortingStatus.cs</Link>
  583. </Compile>
  584. <Compile Include="..\MediaBrowser.Model\FileOrganization\TvFileOrganizationOptions.cs">
  585. <Link>FileOrganization\TvFileOrganizationOptions.cs</Link>
  586. </Compile>
  587. <Compile Include="..\MediaBrowser.Model\Games\GameSystem.cs">
  588. <Link>Games\GameSystem.cs</Link>
  589. </Compile>
  590. <Compile Include="..\MediaBrowser.Model\Globalization\CountryInfo.cs">
  591. <Link>Globalization\CountryInfo.cs</Link>
  592. </Compile>
  593. <Compile Include="..\MediaBrowser.Model\Globalization\CultureDto.cs">
  594. <Link>Globalization\CultureDto.cs</Link>
  595. </Compile>
  596. <Compile Include="..\MediaBrowser.Model\Globalization\LocalizatonOption.cs">
  597. <Link>Globalization\LocalizatonOption.cs</Link>
  598. </Compile>
  599. <Compile Include="..\MediaBrowser.Model\IO\FileSystemEntryInfo.cs">
  600. <Link>IO\FileSystemEntryInfo.cs</Link>
  601. </Compile>
  602. <Compile Include="..\MediaBrowser.Model\IO\FileSystemEntryType.cs">
  603. <Link>IO\FileSystemEntryType.cs</Link>
  604. </Compile>
  605. <Compile Include="..\MediaBrowser.Model\IO\IIsoManager.cs">
  606. <Link>IO\IIsoManager.cs</Link>
  607. </Compile>
  608. <Compile Include="..\MediaBrowser.Model\IO\IIsoMount.cs">
  609. <Link>IO\IIsoMount.cs</Link>
  610. </Compile>
  611. <Compile Include="..\MediaBrowser.Model\IO\IIsoMounter.cs">
  612. <Link>IO\IIsoMounter.cs</Link>
  613. </Compile>
  614. <Compile Include="..\MediaBrowser.Model\IO\IZipClient.cs">
  615. <Link>IO\IZipClient.cs</Link>
  616. </Compile>
  617. <Compile Include="..\MediaBrowser.Model\Library\PlayAccess.cs">
  618. <Link>Library\PlayAccess.cs</Link>
  619. </Compile>
  620. <Compile Include="..\MediaBrowser.Model\LiveTv\BaseTimerInfoDto.cs">
  621. <Link>LiveTv\BaseTimerInfoDto.cs</Link>
  622. </Compile>
  623. <Compile Include="..\MediaBrowser.Model\LiveTv\ChannelInfoDto.cs">
  624. <Link>LiveTv\ChannelInfoDto.cs</Link>
  625. </Compile>
  626. <Compile Include="..\MediaBrowser.Model\LiveTv\ChannelType.cs">
  627. <Link>LiveTv\ChannelType.cs</Link>
  628. </Compile>
  629. <Compile Include="..\MediaBrowser.Model\LiveTv\DayPattern.cs">
  630. <Link>LiveTv\DayPattern.cs</Link>
  631. </Compile>
  632. <Compile Include="..\MediaBrowser.Model\LiveTv\GuideInfo.cs">
  633. <Link>LiveTv\GuideInfo.cs</Link>
  634. </Compile>
  635. <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvChannelQuery.cs">
  636. <Link>LiveTv\LiveTvChannelQuery.cs</Link>
  637. </Compile>
  638. <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvInfo.cs">
  639. <Link>LiveTv\LiveTvInfo.cs</Link>
  640. </Compile>
  641. <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvOptions.cs">
  642. <Link>LiveTv\LiveTvOptions.cs</Link>
  643. </Compile>
  644. <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvServiceInfo.cs">
  645. <Link>LiveTv\LiveTvServiceInfo.cs</Link>
  646. </Compile>
  647. <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvServiceStatus.cs">
  648. <Link>LiveTv\LiveTvServiceStatus.cs</Link>
  649. </Compile>
  650. <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvTunerInfoDto.cs">
  651. <Link>LiveTv\LiveTvTunerInfoDto.cs</Link>
  652. </Compile>
  653. <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvTunerStatus.cs">
  654. <Link>LiveTv\LiveTvTunerStatus.cs</Link>
  655. </Compile>
  656. <Compile Include="..\MediaBrowser.Model\LiveTv\ProgramAudio.cs">
  657. <Link>LiveTv\ProgramAudio.cs</Link>
  658. </Compile>
  659. <Compile Include="..\MediaBrowser.Model\LiveTv\ProgramInfoDto.cs">
  660. <Link>LiveTv\ProgramInfoDto.cs</Link>
  661. </Compile>
  662. <Compile Include="..\MediaBrowser.Model\LiveTv\ProgramQuery.cs">
  663. <Link>LiveTv\ProgramQuery.cs</Link>
  664. </Compile>
  665. <Compile Include="..\MediaBrowser.Model\LiveTv\RecommendedProgramQuery.cs">
  666. <Link>LiveTv\RecommendedProgramQuery.cs</Link>
  667. </Compile>
  668. <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingGroupDto.cs">
  669. <Link>LiveTv\RecordingGroupDto.cs</Link>
  670. </Compile>
  671. <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingGroupQuery.cs">
  672. <Link>LiveTv\RecordingGroupQuery.cs</Link>
  673. </Compile>
  674. <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingInfoDto.cs">
  675. <Link>LiveTv\RecordingInfoDto.cs</Link>
  676. </Compile>
  677. <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingQuery.cs">
  678. <Link>LiveTv\RecordingQuery.cs</Link>
  679. </Compile>
  680. <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingStatus.cs">
  681. <Link>LiveTv\RecordingStatus.cs</Link>
  682. </Compile>
  683. <Compile Include="..\MediaBrowser.Model\LiveTv\SeriesTimerInfoDto.cs">
  684. <Link>LiveTv\SeriesTimerInfoDto.cs</Link>
  685. </Compile>
  686. <Compile Include="..\MediaBrowser.Model\LiveTv\SeriesTimerQuery.cs">
  687. <Link>LiveTv\SeriesTimerQuery.cs</Link>
  688. </Compile>
  689. <Compile Include="..\MediaBrowser.Model\LiveTv\TimerInfoDto.cs">
  690. <Link>LiveTv\TimerInfoDto.cs</Link>
  691. </Compile>
  692. <Compile Include="..\MediaBrowser.Model\LiveTv\TimerQuery.cs">
  693. <Link>LiveTv\TimerQuery.cs</Link>
  694. </Compile>
  695. <Compile Include="..\MediaBrowser.Model\Logging\ILogger.cs">
  696. <Link>Logging\ILogger.cs</Link>
  697. </Compile>
  698. <Compile Include="..\MediaBrowser.Model\Logging\ILogManager.cs">
  699. <Link>Logging\ILogManager.cs</Link>
  700. </Compile>
  701. <Compile Include="..\MediaBrowser.Model\Logging\LogSeverity.cs">
  702. <Link>Logging\LogSeverity.cs</Link>
  703. </Compile>
  704. <Compile Include="..\MediaBrowser.Model\Logging\NullLogger.cs">
  705. <Link>Logging\NullLogger.cs</Link>
  706. </Compile>
  707. <Compile Include="..\MediaBrowser.Model\MediaInfo\AudioCodec.cs">
  708. <Link>MediaInfo\AudioCodec.cs</Link>
  709. </Compile>
  710. <Compile Include="..\MediaBrowser.Model\MediaInfo\BlurayDiscInfo.cs">
  711. <Link>MediaInfo\BlurayDiscInfo.cs</Link>
  712. </Compile>
  713. <Compile Include="..\MediaBrowser.Model\MediaInfo\Container.cs">
  714. <Link>MediaInfo\Container.cs</Link>
  715. </Compile>
  716. <Compile Include="..\MediaBrowser.Model\MediaInfo\IBlurayExaminer.cs">
  717. <Link>MediaInfo\IBlurayExaminer.cs</Link>
  718. </Compile>
  719. <Compile Include="..\MediaBrowser.Model\MediaInfo\MediaProtocol.cs">
  720. <Link>MediaInfo\MediaProtocol.cs</Link>
  721. </Compile>
  722. <Compile Include="..\MediaBrowser.Model\MediaInfo\SubtitleFormat.cs">
  723. <Link>MediaInfo\SubtitleFormat.cs</Link>
  724. </Compile>
  725. <Compile Include="..\MediaBrowser.Model\MediaInfo\TransportStreamTimestamp.cs">
  726. <Link>MediaInfo\TransportStreamTimestamp.cs</Link>
  727. </Compile>
  728. <Compile Include="..\MediaBrowser.Model\MediaInfo\VideoCodec.cs">
  729. <Link>MediaInfo\VideoCodec.cs</Link>
  730. </Compile>
  731. <Compile Include="..\MediaBrowser.Model\Net\HttpException.cs">
  732. <Link>Net\HttpException.cs</Link>
  733. </Compile>
  734. <Compile Include="..\MediaBrowser.Model\Net\NetworkShare.cs">
  735. <Link>Net\NetworkShare.cs</Link>
  736. </Compile>
  737. <Compile Include="..\MediaBrowser.Model\Net\NetworkShareType.cs">
  738. <Link>Net\NetworkShareType.cs</Link>
  739. </Compile>
  740. <Compile Include="..\MediaBrowser.Model\Net\WebSocketMessage.cs">
  741. <Link>Net\WebSocketMessage.cs</Link>
  742. </Compile>
  743. <Compile Include="..\MediaBrowser.Model\Net\WebSocketMessageType.cs">
  744. <Link>Net\WebSocketMessageType.cs</Link>
  745. </Compile>
  746. <Compile Include="..\MediaBrowser.Model\Net\WebSocketState.cs">
  747. <Link>Net\WebSocketState.cs</Link>
  748. </Compile>
  749. <Compile Include="..\MediaBrowser.Model\News\NewsChannel.cs">
  750. <Link>News\NewsChannel.cs</Link>
  751. </Compile>
  752. <Compile Include="..\MediaBrowser.Model\News\NewsItem.cs">
  753. <Link>News\NewsItem.cs</Link>
  754. </Compile>
  755. <Compile Include="..\MediaBrowser.Model\News\NewsQuery.cs">
  756. <Link>News\NewsQuery.cs</Link>
  757. </Compile>
  758. <Compile Include="..\MediaBrowser.Model\Notifications\Notification.cs">
  759. <Link>Notifications\Notification.cs</Link>
  760. </Compile>
  761. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationLevel.cs">
  762. <Link>Notifications\NotificationLevel.cs</Link>
  763. </Compile>
  764. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationOption.cs">
  765. <Link>Notifications\NotificationOption.cs</Link>
  766. </Compile>
  767. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationOptions.cs">
  768. <Link>Notifications\NotificationOptions.cs</Link>
  769. </Compile>
  770. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationQuery.cs">
  771. <Link>Notifications\NotificationQuery.cs</Link>
  772. </Compile>
  773. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationRequest.cs">
  774. <Link>Notifications\NotificationRequest.cs</Link>
  775. </Compile>
  776. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationResult.cs">
  777. <Link>Notifications\NotificationResult.cs</Link>
  778. </Compile>
  779. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationServiceInfo.cs">
  780. <Link>Notifications\NotificationServiceInfo.cs</Link>
  781. </Compile>
  782. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationsSummary.cs">
  783. <Link>Notifications\NotificationsSummary.cs</Link>
  784. </Compile>
  785. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationType.cs">
  786. <Link>Notifications\NotificationType.cs</Link>
  787. </Compile>
  788. <Compile Include="..\MediaBrowser.Model\Notifications\NotificationTypeInfo.cs">
  789. <Link>Notifications\NotificationTypeInfo.cs</Link>
  790. </Compile>
  791. <Compile Include="..\MediaBrowser.Model\Notifications\SendToUserType.cs">
  792. <Link>Notifications\SendToUserType.cs</Link>
  793. </Compile>
  794. <Compile Include="..\MediaBrowser.Model\Playlists\PlaylistCreationRequest.cs">
  795. <Link>Playlists\PlaylistCreationRequest.cs</Link>
  796. </Compile>
  797. <Compile Include="..\MediaBrowser.Model\Playlists\PlaylistCreationResult.cs">
  798. <Link>Playlists\PlaylistCreationResult.cs</Link>
  799. </Compile>
  800. <Compile Include="..\MediaBrowser.Model\Playlists\PlaylistItemQuery.cs">
  801. <Link>Playlists\PlaylistItemQuery.cs</Link>
  802. </Compile>
  803. <Compile Include="..\MediaBrowser.Model\Plugins\BasePluginConfiguration.cs">
  804. <Link>Plugins\BasePluginConfiguration.cs</Link>
  805. </Compile>
  806. <Compile Include="..\MediaBrowser.Model\Plugins\PluginInfo.cs">
  807. <Link>Plugins\PluginInfo.cs</Link>
  808. </Compile>
  809. <Compile Include="..\MediaBrowser.Model\Providers\ExternalIdInfo.cs">
  810. <Link>Providers\ExternalIdInfo.cs</Link>
  811. </Compile>
  812. <Compile Include="..\MediaBrowser.Model\Providers\ExternalUrl.cs">
  813. <Link>Providers\ExternalUrl.cs</Link>
  814. </Compile>
  815. <Compile Include="..\MediaBrowser.Model\Providers\ImageProviderInfo.cs">
  816. <Link>Providers\ImageProviderInfo.cs</Link>
  817. </Compile>
  818. <Compile Include="..\MediaBrowser.Model\Providers\RemoteImageInfo.cs">
  819. <Link>Providers\RemoteImageInfo.cs</Link>
  820. </Compile>
  821. <Compile Include="..\MediaBrowser.Model\Providers\RemoteImageQuery.cs">
  822. <Link>Providers\RemoteImageQuery.cs</Link>
  823. </Compile>
  824. <Compile Include="..\MediaBrowser.Model\Providers\RemoteImageResult.cs">
  825. <Link>Providers\RemoteImageResult.cs</Link>
  826. </Compile>
  827. <Compile Include="..\MediaBrowser.Model\Providers\RemoteSearchResult.cs">
  828. <Link>Providers\RemoteSearchResult.cs</Link>
  829. </Compile>
  830. <Compile Include="..\MediaBrowser.Model\Providers\RemoteSubtitleInfo.cs">
  831. <Link>Providers\RemoteSubtitleInfo.cs</Link>
  832. </Compile>
  833. <Compile Include="..\MediaBrowser.Model\Providers\SubtitleOptions.cs">
  834. <Link>Providers\SubtitleOptions.cs</Link>
  835. </Compile>
  836. <Compile Include="..\MediaBrowser.Model\Providers\SubtitleProviderInfo.cs">
  837. <Link>Providers\SubtitleProviderInfo.cs</Link>
  838. </Compile>
  839. <Compile Include="..\MediaBrowser.Model\Querying\AllThemeMediaResult.cs">
  840. <Link>Querying\AllThemeMediaResult.cs</Link>
  841. </Compile>
  842. <Compile Include="..\MediaBrowser.Model\Querying\ArtistsQuery.cs">
  843. <Link>Querying\ArtistsQuery.cs</Link>
  844. </Compile>
  845. <Compile Include="..\MediaBrowser.Model\Querying\EpisodeQuery.cs">
  846. <Link>Querying\EpisodeQuery.cs</Link>
  847. </Compile>
  848. <Compile Include="..\MediaBrowser.Model\Querying\ItemCountsQuery.cs">
  849. <Link>Querying\ItemCountsQuery.cs</Link>
  850. </Compile>
  851. <Compile Include="..\MediaBrowser.Model\Querying\ItemFields.cs">
  852. <Link>Querying\ItemFields.cs</Link>
  853. </Compile>
  854. <Compile Include="..\MediaBrowser.Model\Querying\ItemFilter.cs">
  855. <Link>Querying\ItemFilter.cs</Link>
  856. </Compile>
  857. <Compile Include="..\MediaBrowser.Model\Querying\ItemQuery.cs">
  858. <Link>Querying\ItemQuery.cs</Link>
  859. </Compile>
  860. <Compile Include="..\MediaBrowser.Model\Querying\ItemsByNameQuery.cs">
  861. <Link>Querying\ItemsByNameQuery.cs</Link>
  862. </Compile>
  863. <Compile Include="..\MediaBrowser.Model\Querying\ItemSortBy.cs">
  864. <Link>Querying\ItemSortBy.cs</Link>
  865. </Compile>
  866. <Compile Include="..\MediaBrowser.Model\Querying\ItemsResult.cs">
  867. <Link>Querying\ItemsResult.cs</Link>
  868. </Compile>
  869. <Compile Include="..\MediaBrowser.Model\Querying\LatestItemsQuery.cs">
  870. <Link>Querying\LatestItemsQuery.cs</Link>
  871. </Compile>
  872. <Compile Include="..\MediaBrowser.Model\Querying\NextUpQuery.cs">
  873. <Link>Querying\NextUpQuery.cs</Link>
  874. </Compile>
  875. <Compile Include="..\MediaBrowser.Model\Querying\PersonsQuery.cs">
  876. <Link>Querying\PersonsQuery.cs</Link>
  877. </Compile>
  878. <Compile Include="..\MediaBrowser.Model\Querying\QueryResult.cs">
  879. <Link>Querying\QueryResult.cs</Link>
  880. </Compile>
  881. <Compile Include="..\MediaBrowser.Model\Querying\SeasonQuery.cs">
  882. <Link>Querying\SeasonQuery.cs</Link>
  883. </Compile>
  884. <Compile Include="..\MediaBrowser.Model\Querying\SessionQuery.cs">
  885. <Link>Querying\SessionQuery.cs</Link>
  886. </Compile>
  887. <Compile Include="..\MediaBrowser.Model\Querying\SimilarItemsByNameQuery.cs">
  888. <Link>Querying\SimilarItemsByNameQuery.cs</Link>
  889. </Compile>
  890. <Compile Include="..\MediaBrowser.Model\Querying\SimilarItemsQuery.cs">
  891. <Link>Querying\SimilarItemsQuery.cs</Link>
  892. </Compile>
  893. <Compile Include="..\MediaBrowser.Model\Querying\ThemeMediaResult.cs">
  894. <Link>Querying\ThemeMediaResult.cs</Link>
  895. </Compile>
  896. <Compile Include="..\MediaBrowser.Model\Querying\UpcomingEpisodesQuery.cs">
  897. <Link>Querying\UpcomingEpisodesQuery.cs</Link>
  898. </Compile>
  899. <Compile Include="..\MediaBrowser.Model\Querying\UserQuery.cs">
  900. <Link>Querying\UserQuery.cs</Link>
  901. </Compile>
  902. <Compile Include="..\MediaBrowser.Model\Search\SearchHint.cs">
  903. <Link>Search\SearchHint.cs</Link>
  904. </Compile>
  905. <Compile Include="..\MediaBrowser.Model\Search\SearchHintResult.cs">
  906. <Link>Search\SearchHintResult.cs</Link>
  907. </Compile>
  908. <Compile Include="..\MediaBrowser.Model\Search\SearchQuery.cs">
  909. <Link>Search\SearchQuery.cs</Link>
  910. </Compile>
  911. <Compile Include="..\MediaBrowser.Model\Serialization\IJsonSerializer.cs">
  912. <Link>Serialization\IJsonSerializer.cs</Link>
  913. </Compile>
  914. <Compile Include="..\MediaBrowser.Model\Serialization\IXmlSerializer.cs">
  915. <Link>Serialization\IXmlSerializer.cs</Link>
  916. </Compile>
  917. <Compile Include="..\MediaBrowser.Model\Session\BrowseRequest.cs">
  918. <Link>Session\BrowseRequest.cs</Link>
  919. </Compile>
  920. <Compile Include="..\MediaBrowser.Model\Session\ClientCapabilities.cs">
  921. <Link>Session\ClientCapabilities.cs</Link>
  922. </Compile>
  923. <Compile Include="..\MediaBrowser.Model\Session\GeneralCommand.cs">
  924. <Link>Session\GeneralCommand.cs</Link>
  925. </Compile>
  926. <Compile Include="..\MediaBrowser.Model\Session\GeneralCommandType.cs">
  927. <Link>Session\GeneralCommandType.cs</Link>
  928. </Compile>
  929. <Compile Include="..\MediaBrowser.Model\Session\MessageCommand.cs">
  930. <Link>Session\MessageCommand.cs</Link>
  931. </Compile>
  932. <Compile Include="..\MediaBrowser.Model\Session\PlaybackProgressInfo.cs">
  933. <Link>Session\PlaybackProgressInfo.cs</Link>
  934. </Compile>
  935. <Compile Include="..\MediaBrowser.Model\Session\PlaybackStartInfo.cs">
  936. <Link>Session\PlaybackStartInfo.cs</Link>
  937. </Compile>
  938. <Compile Include="..\MediaBrowser.Model\Session\PlaybackStopInfo.cs">
  939. <Link>Session\PlaybackStopInfo.cs</Link>
  940. </Compile>
  941. <Compile Include="..\MediaBrowser.Model\Session\PlayCommand.cs">
  942. <Link>Session\PlayCommand.cs</Link>
  943. </Compile>
  944. <Compile Include="..\MediaBrowser.Model\Session\PlayerStateInfo.cs">
  945. <Link>Session\PlayerStateInfo.cs</Link>
  946. </Compile>
  947. <Compile Include="..\MediaBrowser.Model\Session\PlayMethod.cs">
  948. <Link>Session\PlayMethod.cs</Link>
  949. </Compile>
  950. <Compile Include="..\MediaBrowser.Model\Session\PlayRequest.cs">
  951. <Link>Session\PlayRequest.cs</Link>
  952. </Compile>
  953. <Compile Include="..\MediaBrowser.Model\Session\PlaystateCommand.cs">
  954. <Link>Session\PlaystateCommand.cs</Link>
  955. </Compile>
  956. <Compile Include="..\MediaBrowser.Model\Session\PlaystateRequest.cs">
  957. <Link>Session\PlaystateRequest.cs</Link>
  958. </Compile>
  959. <Compile Include="..\MediaBrowser.Model\Session\SessionInfoDto.cs">
  960. <Link>Session\SessionInfoDto.cs</Link>
  961. </Compile>
  962. <Compile Include="..\MediaBrowser.Model\Session\SessionUserInfo.cs">
  963. <Link>Session\SessionUserInfo.cs</Link>
  964. </Compile>
  965. <Compile Include="..\MediaBrowser.Model\Session\TranscodingInfo.cs">
  966. <Link>Session\TranscodingInfo.cs</Link>
  967. </Compile>
  968. <Compile Include="..\MediaBrowser.Model\Session\UserDataChangeInfo.cs">
  969. <Link>Session\UserDataChangeInfo.cs</Link>
  970. </Compile>
  971. <Compile Include="..\MediaBrowser.Model\Sync\SyncJob.cs">
  972. <Link>Sync\SyncJob.cs</Link>
  973. </Compile>
  974. <Compile Include="..\MediaBrowser.Model\Sync\SyncJobCreationResult.cs">
  975. <Link>Sync\SyncJobCreationResult.cs</Link>
  976. </Compile>
  977. <Compile Include="..\MediaBrowser.Model\Sync\SyncJobItem.cs">
  978. <Link>Sync\SyncJobItem.cs</Link>
  979. </Compile>
  980. <Compile Include="..\MediaBrowser.Model\Sync\SyncJobQuery.cs">
  981. <Link>Sync\SyncJobQuery.cs</Link>
  982. </Compile>
  983. <Compile Include="..\MediaBrowser.Model\Sync\SyncJobRequest.cs">
  984. <Link>Sync\SyncJobRequest.cs</Link>
  985. </Compile>
  986. <Compile Include="..\MediaBrowser.Model\Sync\SyncJobStatus.cs">
  987. <Link>Sync\SyncJobStatus.cs</Link>
  988. </Compile>
  989. <Compile Include="..\MediaBrowser.Model\Sync\SyncLimitType.cs">
  990. <Link>Sync\SyncLimitType.cs</Link>
  991. </Compile>
  992. <Compile Include="..\MediaBrowser.Model\Sync\SyncQuality.cs">
  993. <Link>Sync\SyncQuality.cs</Link>
  994. </Compile>
  995. <Compile Include="..\MediaBrowser.Model\Sync\SyncTarget.cs">
  996. <Link>Sync\SyncTarget.cs</Link>
  997. </Compile>
  998. <Compile Include="..\MediaBrowser.Model\System\LogFile.cs">
  999. <Link>System\LogFile.cs</Link>
  1000. </Compile>
  1001. <Compile Include="..\MediaBrowser.Model\System\PublicSystemInfo.cs">
  1002. <Link>System\PublicSystemInfo.cs</Link>
  1003. </Compile>
  1004. <Compile Include="..\MediaBrowser.Model\System\SystemInfo.cs">
  1005. <Link>System\SystemInfo.cs</Link>
  1006. </Compile>
  1007. <Compile Include="..\MediaBrowser.Model\Tasks\SystemEvent.cs">
  1008. <Link>Tasks\SystemEvent.cs</Link>
  1009. </Compile>
  1010. <Compile Include="..\MediaBrowser.Model\Tasks\TaskCompletionStatus.cs">
  1011. <Link>Tasks\TaskCompletionStatus.cs</Link>
  1012. </Compile>
  1013. <Compile Include="..\MediaBrowser.Model\Tasks\TaskInfo.cs">
  1014. <Link>Tasks\TaskInfo.cs</Link>
  1015. </Compile>
  1016. <Compile Include="..\MediaBrowser.Model\Tasks\TaskResult.cs">
  1017. <Link>Tasks\TaskResult.cs</Link>
  1018. </Compile>
  1019. <Compile Include="..\MediaBrowser.Model\Tasks\TaskState.cs">
  1020. <Link>Tasks\TaskState.cs</Link>
  1021. </Compile>
  1022. <Compile Include="..\MediaBrowser.Model\Tasks\TaskTriggerInfo.cs">
  1023. <Link>Tasks\TaskTriggerInfo.cs</Link>
  1024. </Compile>
  1025. <Compile Include="..\MediaBrowser.Model\Themes\AppTheme.cs">
  1026. <Link>Themes\AppTheme.cs</Link>
  1027. </Compile>
  1028. <Compile Include="..\MediaBrowser.Model\Themes\AppThemeInfo.cs">
  1029. <Link>Themes\AppThemeInfo.cs</Link>
  1030. </Compile>
  1031. <Compile Include="..\MediaBrowser.Model\Themes\ThemeImage.cs">
  1032. <Link>Themes\ThemeImage.cs</Link>
  1033. </Compile>
  1034. <Compile Include="..\MediaBrowser.Model\Updates\CheckForUpdateResult.cs">
  1035. <Link>Updates\CheckForUpdateResult.cs</Link>
  1036. </Compile>
  1037. <Compile Include="..\MediaBrowser.Model\Updates\InstallationInfo.cs">
  1038. <Link>Updates\InstallationInfo.cs</Link>
  1039. </Compile>
  1040. <Compile Include="..\MediaBrowser.Model\Updates\PackageInfo.cs">
  1041. <Link>Updates\PackageInfo.cs</Link>
  1042. </Compile>
  1043. <Compile Include="..\MediaBrowser.Model\Updates\PackageTargetSystem.cs">
  1044. <Link>Updates\PackageTargetSystem.cs</Link>
  1045. </Compile>
  1046. <Compile Include="..\MediaBrowser.Model\Updates\PackageType.cs">
  1047. <Link>Updates\PackageType.cs</Link>
  1048. </Compile>
  1049. <Compile Include="..\MediaBrowser.Model\Updates\PackageVersionClass.cs">
  1050. <Link>Updates\PackageVersionClass.cs</Link>
  1051. </Compile>
  1052. <Compile Include="..\MediaBrowser.Model\Updates\PackageVersionInfo.cs">
  1053. <Link>Updates\PackageVersionInfo.cs</Link>
  1054. </Compile>
  1055. <Compile Include="..\MediaBrowser.Model\Users\AuthenticationResult.cs">
  1056. <Link>Users\AuthenticationResult.cs</Link>
  1057. </Compile>
  1058. <Compile Include="..\MediaBrowser.Model\Weather\WeatherUnits.cs">
  1059. <Link>Weather\WeatherUnits.cs</Link>
  1060. </Compile>
  1061. <Compile Include="..\SharedVersion.cs">
  1062. <Link>Properties\SharedVersion.cs</Link>
  1063. </Compile>
  1064. <Compile Include="Properties\AssemblyInfo.cs" />
  1065. </ItemGroup>
  1066. <ItemGroup>
  1067. <Content Include="FodyWeavers.xml" />
  1068. </ItemGroup>
  1069. <ItemGroup>
  1070. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  1071. <Visible>False</Visible>
  1072. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  1073. <Install>false</Install>
  1074. </BootstrapperPackage>
  1075. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1076. <Visible>False</Visible>
  1077. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1078. <Install>false</Install>
  1079. </BootstrapperPackage>
  1080. </ItemGroup>
  1081. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  1082. <PropertyGroup>
  1083. <PostBuildEvent>if $(ConfigurationName) == Release (
  1084. xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\portable\" /y /d /r /i
  1085. )</PostBuildEvent>
  1086. </PropertyGroup>
  1087. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  1088. <Import Project="Fody.targets" />
  1089. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1090. Other similar extension points exist, see Microsoft.Common.targets.
  1091. <Target Name="BeforeBuild">
  1092. </Target>
  1093. <Target Name="AfterBuild">
  1094. </Target>
  1095. -->
  1096. </Project>