MediaBrowser.Model.Portable.csproj 54 KB

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