MediaBrowser.Common.Implementations.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Common.Implementations</RootNamespace>
  11. <AssemblyName>MediaBrowser.Common.Implementations</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  14. <ProductVersion>10.0.0</ProductVersion>
  15. <SchemaVersion>2.0</SchemaVersion>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <TargetFrameworkProfile />
  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. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>none</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  39. <DebugType>none</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\Release Mono\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <RunPostBuildEvent>Always</RunPostBuildEvent>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\packages\CommonIO.1.0.0.9\lib\net45\CommonIO.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.1.1.0.0\lib\net45\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="MoreLinq">
  60. <HintPath>..\packages\morelinq.1.4.0\lib\net35\MoreLinq.dll</HintPath>
  61. </Reference>
  62. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  63. <HintPath>..\packages\NLog.4.3.8\lib\net45\NLog.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="Patterns.Logging">
  67. <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
  68. </Reference>
  69. <Reference Include="SharpCompress, Version=0.10.2.0, Culture=neutral, PublicKeyToken=beaf6f427e128133, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\ThirdParty\SharpCompress\SharpCompress.dll</HintPath>
  72. </Reference>
  73. <Reference Include="SimpleInjector, Version=3.2.2.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  74. <HintPath>..\packages\SimpleInjector.3.2.2\lib\net45\SimpleInjector.dll</HintPath>
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="System" />
  78. <Reference Include="System.Configuration" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="Microsoft.CSharp" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Net" />
  83. <Reference Include="System.Text.Json">
  84. <HintPath>..\ThirdParty\fastjsonparser\System.Text.Json.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Xml" />
  87. <Reference Include="ServiceStack.Text">
  88. <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
  89. </Reference>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="..\SharedVersion.cs">
  93. <Link>Properties\SharedVersion.cs</Link>
  94. </Compile>
  95. <Compile Include="Archiving\ZipClient.cs" />
  96. <Compile Include="BaseApplicationHost.cs" />
  97. <Compile Include="BaseApplicationPaths.cs" />
  98. <Compile Include="Configuration\BaseConfigurationManager.cs" />
  99. <Compile Include="Configuration\ConfigurationHelper.cs" />
  100. <Compile Include="Devices\DeviceId.cs" />
  101. <Compile Include="HttpClientManager\HttpClientInfo.cs" />
  102. <Compile Include="HttpClientManager\HttpClientManager.cs" />
  103. <Compile Include="IO\IsoManager.cs" />
  104. <Compile Include="IO\MemoryStreamProvider.cs" />
  105. <Compile Include="Logging\LogHelper.cs" />
  106. <Compile Include="Logging\NLogger.cs" />
  107. <Compile Include="Logging\NlogManager.cs" />
  108. <Compile Include="Networking\BaseNetworkManager.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
  111. <Compile Include="ScheduledTasks\TaskManager.cs" />
  112. <Compile Include="ScheduledTasks\Tasks\DeleteCacheFileTask.cs" />
  113. <Compile Include="ScheduledTasks\Tasks\DeleteLogFileTask.cs" />
  114. <Compile Include="ScheduledTasks\Tasks\ReloadLoggerFileTask.cs" />
  115. <Compile Include="Security\MbAdmin.cs" />
  116. <Compile Include="Security\MBLicenseFile.cs" />
  117. <Compile Include="Security\PluginSecurityManager.cs" />
  118. <Compile Include="Security\RegRecord.cs" />
  119. <Compile Include="Security\SuppporterInfoResponse.cs" />
  120. <Compile Include="Serialization\JsonSerializer.cs" />
  121. <Compile Include="Serialization\XmlSerializer.cs" />
  122. <Compile Include="Updates\GithubUpdater.cs" />
  123. <Compile Include="Updates\InstallationManager.cs" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  127. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  128. <Name>MediaBrowser.Common</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  131. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  132. <Name>MediaBrowser.Model</Name>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <None Include="packages.config" />
  137. </ItemGroup>
  138. <ItemGroup />
  139. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  140. <PropertyGroup>
  141. <PostBuildEvent />
  142. </PropertyGroup>
  143. <PropertyGroup>
  144. <PostBuildEvent />
  145. </PropertyGroup>
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>