MediaBrowser.Model.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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.0</TargetFrameworkVersion>
  13. <TargetFrameworkProfile>Profile4</TargetFrameworkProfile>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  17. <RestorePackages>true</RestorePackages>
  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. <RunPostBuildEvent>Always</RunPostBuildEvent>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Compile Include="..\SharedVersion.cs">
  41. <Link>Properties\SharedVersion.cs</Link>
  42. </Compile>
  43. <Compile Include="Configuration\BaseApplicationConfiguration.cs" />
  44. <Compile Include="Configuration\ServerConfiguration.cs" />
  45. <Compile Include="Dto\BaseItemPerson.cs" />
  46. <Compile Include="Dto\ChapterInfoDto.cs" />
  47. <Compile Include="Dto\IItemDto.cs" />
  48. <Compile Include="Dto\ImageInfo.cs" />
  49. <Compile Include="Dto\ItemByNameCounts.cs" />
  50. <Compile Include="Dto\StudioDto.cs" />
  51. <Compile Include="Entities\IByReferenceItem.cs" />
  52. <Compile Include="Entities\ItemReview.cs" />
  53. <Compile Include="Net\WebSocketMessage.cs" />
  54. <Compile Include="Net\WebSocketMessageType.cs" />
  55. <Compile Include="Net\WebSocketState.cs" />
  56. <Compile Include="Querying\ArtistsQuery.cs" />
  57. <Compile Include="Querying\ItemsByNameQuery.cs" />
  58. <Compile Include="Entities\BaseItemInfo.cs" />
  59. <Compile Include="Connectivity\ClientConnectionInfo.cs" />
  60. <Compile Include="Entities\ImageDownloadOptions.cs" />
  61. <Compile Include="Logging\ILogManager.cs" />
  62. <Compile Include="MediaInfo\BlurayDiscInfo.cs" />
  63. <Compile Include="Entities\ChapterInfo.cs" />
  64. <Compile Include="Entities\LocationType.cs" />
  65. <Compile Include="Entities\MBRegistrationRecord.cs" />
  66. <Compile Include="Entities\MediaType.cs" />
  67. <Compile Include="Entities\PersonType.cs" />
  68. <Compile Include="Entities\PluginSecurityInfo.cs" />
  69. <Compile Include="Globalization\CountryInfo.cs" />
  70. <Compile Include="Globalization\CultureDto.cs" />
  71. <Compile Include="IO\FileSystemEntryInfo.cs" />
  72. <Compile Include="Dto\ImageOptions.cs" />
  73. <Compile Include="Querying\ItemFilter.cs" />
  74. <Compile Include="Querying\ItemQuery.cs" />
  75. <Compile Include="Entities\LibraryUpdateInfo.cs" />
  76. <Compile Include="Entities\ParentalRating.cs" />
  77. <Compile Include="Dto\StreamOptions.cs" />
  78. <Compile Include="Entities\VirtualFolderInfo.cs" />
  79. <Compile Include="Entities\IHasMediaStreams.cs" />
  80. <Compile Include="Entities\VideoFormat.cs" />
  81. <Compile Include="Extensions\ModelExtensions.cs" />
  82. <Compile Include="IO\IZipClient.cs" />
  83. <Compile Include="Logging\ILogger.cs" />
  84. <Compile Include="Logging\LogSeverity.cs" />
  85. <Compile Include="MediaInfo\IBlurayExaminer.cs" />
  86. <Compile Include="Net\HttpException.cs" />
  87. <Compile Include="Net\NetworkShare.cs" />
  88. <Compile Include="Net\NetworkShareType.cs" />
  89. <Compile Include="Querying\PersonsQuery.cs" />
  90. <Compile Include="Querying\ThemeSongsResult.cs" />
  91. <Compile Include="Search\SearchHint.cs" />
  92. <Compile Include="Search\SearchHintResult.cs" />
  93. <Compile Include="Serialization\IJsonSerializer.cs" />
  94. <Compile Include="Serialization\IXmlSerializer.cs" />
  95. <Compile Include="Updates\CheckForUpdateResult.cs" />
  96. <Compile Include="Updates\PackageTargetSystem.cs" />
  97. <Compile Include="Updates\InstallationInfo.cs" />
  98. <Compile Include="Updates\PackageType.cs" />
  99. <Compile Include="Updates\PackageVersionClass.cs" />
  100. <Compile Include="Entities\RequestResult.cs" />
  101. <Compile Include="Configuration\UserConfiguration.cs" />
  102. <Compile Include="Drawing\DrawingUtils.cs" />
  103. <Compile Include="Dto\UserItemDataDto.cs" />
  104. <Compile Include="Querying\ItemFields.cs" />
  105. <Compile Include="Querying\ItemSortBy.cs" />
  106. <Compile Include="Dto\BaseItemDto.cs" />
  107. <Compile Include="Dto\UserDto.cs" />
  108. <Compile Include="Querying\ItemsResult.cs" />
  109. <Compile Include="Entities\DisplayPreferences.cs" />
  110. <Compile Include="Entities\ImageType.cs" />
  111. <Compile Include="Entities\IHasProviderIds.cs" />
  112. <Compile Include="Entities\MetadataProviders.cs" />
  113. <Compile Include="Entities\SeriesStatus.cs" />
  114. <Compile Include="Entities\MediaStream.cs" />
  115. <Compile Include="Entities\VideoType.cs" />
  116. <Compile Include="Plugins\BasePluginConfiguration.cs" />
  117. <Compile Include="Plugins\PluginInfo.cs" />
  118. <Compile Include="Properties\AssemblyInfo.cs" />
  119. <Compile Include="System\SystemInfo.cs" />
  120. <Compile Include="Tasks\SystemEvent.cs" />
  121. <Compile Include="Tasks\TaskCompletionStatus.cs" />
  122. <Compile Include="Tasks\TaskResult.cs" />
  123. <Compile Include="Tasks\TaskInfo.cs" />
  124. <Compile Include="Tasks\TaskState.cs" />
  125. <Compile Include="Tasks\TaskTriggerInfo.cs" />
  126. <Compile Include="Updates\PackageInfo.cs" />
  127. <Compile Include="Updates\PackageVersionInfo.cs" />
  128. <Compile Include="Weather\WeatherForecast.cs" />
  129. <Compile Include="Weather\WeatherInfo.cs" />
  130. <Compile Include="Weather\WeatherStatus.cs" />
  131. <Compile Include="Weather\WeatherUnits.cs" />
  132. <Compile Include="Web\QueryStringDictionary.cs" />
  133. <None Include="FodyWeavers.xml" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Reference Include="PropertyChanged">
  137. <HintPath>..\packages\PropertyChanged.Fody.1.32.2.0\lib\portable-net4+sl4+wp7+win8\PropertyChanged.dll</HintPath>
  138. </Reference>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="packages.config" />
  142. </ItemGroup>
  143. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  144. <PropertyGroup>
  145. <PostBuildEvent>if $(ConfigurationName) == Release (
  146. xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
  147. )</PostBuildEvent>
  148. </PropertyGroup>
  149. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  150. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  151. Other similar extension points exist, see Microsoft.Common.targets.
  152. <Target Name="BeforeBuild">
  153. </Target>
  154. <Target Name="AfterBuild">
  155. </Target>
  156. -->
  157. <Import Project="$(ProjectDir)\..\Tools\Fody\Fody.targets" />
  158. </Project>