MediaBrowser.Model.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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\MediaType.cs" />
  48. <Compile Include="Entities\BaseItemInfo.cs" />
  49. <Compile Include="Connectivity\ClientConnectionInfo.cs" />
  50. <Compile Include="Connectivity\ClientType.cs" />
  51. <Compile Include="MediaInfo\BlurayDiscInfo.cs" />
  52. <Compile Include="Entities\ChapterInfo.cs" />
  53. <Compile Include="Entities\LocationType.cs" />
  54. <Compile Include="Entities\MBRegistrationRecord.cs" />
  55. <Compile Include="Entities\MediaType.cs" />
  56. <Compile Include="Entities\PersonType.cs" />
  57. <Compile Include="Entities\PluginSecurityInfo.cs" />
  58. <Compile Include="Globalization\CountryInfo.cs" />
  59. <Compile Include="Globalization\CultureDto.cs" />
  60. <Compile Include="IO\FileSystemEntryInfo.cs" />
  61. <Compile Include="Dto\ImageOptions.cs" />
  62. <Compile Include="Dto\ItemFilter.cs" />
  63. <Compile Include="Dto\ItemQuery.cs" />
  64. <Compile Include="Entities\LibraryUpdateInfo.cs" />
  65. <Compile Include="Entities\ParentalRating.cs" />
  66. <Compile Include="Dto\StreamOptions.cs" />
  67. <Compile Include="Entities\VirtualFolderInfo.cs" />
  68. <Compile Include="Entities\IHasMediaStreams.cs" />
  69. <Compile Include="Entities\VideoFormat.cs" />
  70. <Compile Include="Extensions\ModelExtensions.cs" />
  71. <Compile Include="IO\IZipClient.cs" />
  72. <Compile Include="Logging\ILogger.cs" />
  73. <Compile Include="Logging\LogSeverity.cs" />
  74. <Compile Include="MediaInfo\IBlurayExaminer.cs" />
  75. <Compile Include="Net\HttpException.cs" />
  76. <Compile Include="Net\NetworkShare.cs" />
  77. <Compile Include="Net\NetworkShareType.cs" />
  78. <Compile Include="Serialization\IJsonSerializer.cs" />
  79. <Compile Include="Serialization\IProtobufSerializer.cs" />
  80. <Compile Include="Serialization\IXmlSerializer.cs" />
  81. <Compile Include="Updates\CheckForUpdateResult.cs" />
  82. <Compile Include="Updates\InstallationInfo.cs" />
  83. <Compile Include="Updates\PackageType.cs" />
  84. <Compile Include="Updates\PackageVersionClass.cs" />
  85. <Compile Include="Entities\RequestResult.cs" />
  86. <Compile Include="Configuration\UserConfiguration.cs" />
  87. <Compile Include="Drawing\DrawingUtils.cs" />
  88. <Compile Include="Dto\UserItemDataDto.cs" />
  89. <Compile Include="Dto\ItemFields.cs" />
  90. <Compile Include="Dto\ItemSortBy.cs" />
  91. <Compile Include="Dto\BaseItemDto.cs" />
  92. <Compile Include="Dto\UserDto.cs" />
  93. <Compile Include="Dto\ItemsResult.cs" />
  94. <Compile Include="Entities\DisplayPreferences.cs" />
  95. <Compile Include="Entities\ImageType.cs" />
  96. <Compile Include="Entities\IHasProviderIds.cs" />
  97. <Compile Include="Entities\MetadataProviders.cs" />
  98. <Compile Include="Entities\SeriesStatus.cs" />
  99. <Compile Include="Entities\MediaStream.cs" />
  100. <Compile Include="Entities\VideoType.cs" />
  101. <Compile Include="Plugins\BasePluginConfiguration.cs" />
  102. <Compile Include="Plugins\PluginInfo.cs" />
  103. <Compile Include="Properties\AssemblyInfo.cs" />
  104. <Compile Include="System\SystemInfo.cs" />
  105. <Compile Include="Tasks\SystemEvent.cs" />
  106. <Compile Include="Tasks\TaskCompletionStatus.cs" />
  107. <Compile Include="Tasks\TaskResult.cs" />
  108. <Compile Include="Tasks\TaskInfo.cs" />
  109. <Compile Include="Tasks\TaskState.cs" />
  110. <Compile Include="Tasks\TaskTriggerInfo.cs" />
  111. <Compile Include="Updates\PackageInfo.cs" />
  112. <Compile Include="Updates\PackageVersionInfo.cs" />
  113. <Compile Include="Weather\WeatherForecast.cs" />
  114. <Compile Include="Weather\WeatherInfo.cs" />
  115. <Compile Include="Weather\WeatherStatus.cs" />
  116. <Compile Include="Weather\WeatherUnits.cs" />
  117. <Compile Include="Web\QueryStringDictionary.cs" />
  118. <None Include="FodyWeavers.xml" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Reference Include="PropertyChanged">
  122. <HintPath>..\packages\PropertyChanged.Fody.1.32.2.0\lib\portable-net4+sl4+wp7+win8\PropertyChanged.dll</HintPath>
  123. </Reference>
  124. <Reference Include="protobuf-net">
  125. <HintPath>..\packages\protobuf-net.2.0.0.621\lib\portable-sl4+net40+wp7+windows8\protobuf-net.dll</HintPath>
  126. </Reference>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="packages.config" />
  130. </ItemGroup>
  131. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  132. <PropertyGroup>
  133. <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i</PostBuildEvent>
  134. </PropertyGroup>
  135. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  136. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  137. Other similar extension points exist, see Microsoft.Common.targets.
  138. <Target Name="BeforeBuild">
  139. </Target>
  140. <Target Name="AfterBuild">
  141. </Target>
  142. -->
  143. <Import Project="$(ProjectDir)\..\Tools\Fody\Fody.targets" />
  144. </Project>