2
0

MediaBrowser.Model.net35.csproj 46 KB

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