2
0

MediaBrowser.Model.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Model</RootNamespace>
  11. <AssemblyName>MediaBrowser.Model</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <FodyPath>..\packages\Fody.1.17.0.0</FodyPath>
  17. <ProductVersion>10.0.0</ProductVersion>
  18. <SchemaVersion>2.0</SchemaVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <RunPostBuildEvent>Always</RunPostBuildEvent>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Compile Include="..\SharedVersion.cs">
  43. <Link>Properties\SharedVersion.cs</Link>
  44. </Compile>
  45. <Compile Include="ApiClient\HttpResponseEventArgs.cs" />
  46. <Compile Include="ApiClient\IApiClient.cs" />
  47. <Compile Include="ApiClient\ApiClientExtensions.cs" />
  48. <Compile Include="Configuration\BaseApplicationConfiguration.cs" />
  49. <Compile Include="Configuration\ManualLoginCategory.cs" />
  50. <Compile Include="Configuration\ServerConfiguration.cs" />
  51. <Compile Include="Drawing\ImageOverlay.cs" />
  52. <Compile Include="Drawing\ImageOutputFormat.cs" />
  53. <Compile Include="Dto\BaseItemPerson.cs" />
  54. <Compile Include="Dto\ChapterInfoDto.cs" />
  55. <Compile Include="Dto\GameSystemSummary.cs" />
  56. <Compile Include="Dto\IItemDto.cs" />
  57. <Compile Include="Dto\ImageInfo.cs" />
  58. <Compile Include="Dto\ItemByNameCounts.cs" />
  59. <Compile Include="Dto\ItemCounts.cs" />
  60. <Compile Include="Dto\StudioDto.cs" />
  61. <Compile Include="Entities\CollectionType.cs" />
  62. <Compile Include="Entities\ItemReview.cs" />
  63. <Compile Include="Entities\MediaUrl.cs" />
  64. <Compile Include="Entities\MetadataFields.cs" />
  65. <Compile Include="Entities\Video3DFormat.cs" />
  66. <Compile Include="IO\IIsoManager.cs" />
  67. <Compile Include="IO\IIsoMount.cs" />
  68. <Compile Include="IO\IIsoMounter.cs" />
  69. <Compile Include="LiveTv\ChannelInfoDto.cs" />
  70. <Compile Include="LiveTv\LiveTvServiceInfo.cs" />
  71. <Compile Include="Net\WebSocketMessage.cs" />
  72. <Compile Include="Net\WebSocketMessageType.cs" />
  73. <Compile Include="Net\WebSocketState.cs" />
  74. <Compile Include="Notifications\Notification.cs" />
  75. <Compile Include="Notifications\NotificationLevel.cs" />
  76. <Compile Include="Notifications\NotificationQuery.cs" />
  77. <Compile Include="Notifications\NotificationResult.cs" />
  78. <Compile Include="Notifications\NotificationsSummary.cs" />
  79. <Compile Include="Querying\ArtistsQuery.cs" />
  80. <Compile Include="Querying\ItemReviewsResult.cs" />
  81. <Compile Include="Querying\ItemsByNameQuery.cs" />
  82. <Compile Include="Entities\BaseItemInfo.cs" />
  83. <Compile Include="Querying\NextUpQuery.cs" />
  84. <Compile Include="Querying\SessionQuery.cs" />
  85. <Compile Include="Querying\SimilarItemsQuery.cs" />
  86. <Compile Include="Querying\UserQuery.cs" />
  87. <Compile Include="Session\BrowseRequest.cs" />
  88. <Compile Include="Session\MessageCommand.cs" />
  89. <Compile Include="Session\PlayRequest.cs" />
  90. <Compile Include="Session\PlaystateCommand.cs" />
  91. <Compile Include="Entities\ImageDownloadOptions.cs" />
  92. <Compile Include="Logging\ILogManager.cs" />
  93. <Compile Include="MediaInfo\BlurayDiscInfo.cs" />
  94. <Compile Include="Entities\ChapterInfo.cs" />
  95. <Compile Include="Entities\LocationType.cs" />
  96. <Compile Include="Entities\MBRegistrationRecord.cs" />
  97. <Compile Include="Entities\MediaType.cs" />
  98. <Compile Include="Entities\PersonType.cs" />
  99. <Compile Include="Entities\PluginSecurityInfo.cs" />
  100. <Compile Include="Globalization\CountryInfo.cs" />
  101. <Compile Include="Globalization\CultureDto.cs" />
  102. <Compile Include="IO\FileSystemEntryInfo.cs" />
  103. <Compile Include="Dto\ImageOptions.cs" />
  104. <Compile Include="Querying\ItemFilter.cs" />
  105. <Compile Include="Querying\ItemQuery.cs" />
  106. <Compile Include="Entities\LibraryUpdateInfo.cs" />
  107. <Compile Include="Entities\ParentalRating.cs" />
  108. <Compile Include="Dto\StreamOptions.cs" />
  109. <Compile Include="Entities\VirtualFolderInfo.cs" />
  110. <Compile Include="Entities\IHasMediaStreams.cs" />
  111. <Compile Include="Extensions\ModelExtensions.cs" />
  112. <Compile Include="IO\IZipClient.cs" />
  113. <Compile Include="Logging\ILogger.cs" />
  114. <Compile Include="Logging\LogSeverity.cs" />
  115. <Compile Include="MediaInfo\IBlurayExaminer.cs" />
  116. <Compile Include="Net\HttpException.cs" />
  117. <Compile Include="Net\NetworkShare.cs" />
  118. <Compile Include="Net\NetworkShareType.cs" />
  119. <Compile Include="Querying\PersonsQuery.cs" />
  120. <Compile Include="Querying\ThemeSongsResult.cs" />
  121. <Compile Include="Search\SearchHint.cs" />
  122. <Compile Include="Search\SearchHintResult.cs" />
  123. <Compile Include="Serialization\IJsonSerializer.cs" />
  124. <Compile Include="Serialization\IXmlSerializer.cs" />
  125. <Compile Include="Session\SessionInfoDto.cs" />
  126. <Compile Include="Session\SystemCommand.cs" />
  127. <Compile Include="Updates\CheckForUpdateResult.cs" />
  128. <Compile Include="Updates\PackageTargetSystem.cs" />
  129. <Compile Include="Updates\InstallationInfo.cs" />
  130. <Compile Include="Updates\PackageType.cs" />
  131. <Compile Include="Updates\PackageVersionClass.cs" />
  132. <Compile Include="Entities\RequestResult.cs" />
  133. <Compile Include="Configuration\UserConfiguration.cs" />
  134. <Compile Include="Drawing\DrawingUtils.cs" />
  135. <Compile Include="Dto\UserItemDataDto.cs" />
  136. <Compile Include="Querying\ItemFields.cs" />
  137. <Compile Include="Querying\ItemSortBy.cs" />
  138. <Compile Include="Dto\BaseItemDto.cs" />
  139. <Compile Include="Dto\UserDto.cs" />
  140. <Compile Include="Querying\ItemsResult.cs" />
  141. <Compile Include="Entities\DisplayPreferences.cs" />
  142. <Compile Include="Entities\ImageType.cs" />
  143. <Compile Include="Entities\IHasProviderIds.cs" />
  144. <Compile Include="Entities\MetadataProviders.cs" />
  145. <Compile Include="Entities\SeriesStatus.cs" />
  146. <Compile Include="Entities\MediaStream.cs" />
  147. <Compile Include="Entities\VideoType.cs" />
  148. <Compile Include="Plugins\BasePluginConfiguration.cs" />
  149. <Compile Include="Plugins\PluginInfo.cs" />
  150. <Compile Include="Properties\AssemblyInfo.cs" />
  151. <Compile Include="System\SystemInfo.cs" />
  152. <Compile Include="Tasks\SystemEvent.cs" />
  153. <Compile Include="Tasks\TaskCompletionStatus.cs" />
  154. <Compile Include="Tasks\TaskResult.cs" />
  155. <Compile Include="Tasks\TaskInfo.cs" />
  156. <Compile Include="Tasks\TaskState.cs" />
  157. <Compile Include="Tasks\TaskTriggerInfo.cs" />
  158. <Compile Include="Updates\PackageInfo.cs" />
  159. <Compile Include="Updates\PackageVersionInfo.cs" />
  160. <Compile Include="Users\AuthenticationResult.cs" />
  161. <Compile Include="Weather\WeatherUnits.cs" />
  162. <Compile Include="Web\QueryStringDictionary.cs" />
  163. <None Include="Fody.targets" />
  164. <None Include="FodyWeavers.xml" />
  165. <None Include="packages.config" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Reference Include="Microsoft.CSharp" />
  169. <Reference Include="System" />
  170. <Reference Include="System.Core" />
  171. <Reference Include="System.Runtime.Serialization" />
  172. <Reference Include="PropertyChanged">
  173. <HintPath>..\packages\PropertyChanged.Fody.1.41.0.0\Lib\NET35\PropertyChanged.dll</HintPath>
  174. <Private>False</Private>
  175. </Reference>
  176. </ItemGroup>
  177. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  178. <PropertyGroup>
  179. <PostBuildEvent>if $(ConfigurationName) == Release (
  180. xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\net45\" /y /d /r /i
  181. )</PostBuildEvent>
  182. </PropertyGroup>
  183. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  184. <Import Project="Fody.targets" />
  185. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  186. Other similar extension points exist, see Microsoft.Common.targets.
  187. <Target Name="BeforeBuild">
  188. </Target>
  189. <Target Name="AfterBuild">
  190. </Target>
  191. -->
  192. </Project>