MediaBrowser.Common.Implementations.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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>{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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  38. <DebugType>none</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\Release Mono\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <RunPostBuildEvent>Always</RunPostBuildEvent>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\packages\CommonIO.1.0.0.5\lib\net45\CommonIO.dll</HintPath>
  53. </Reference>
  54. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\packages\NLog.4.1.1\lib\net45\NLog.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Patterns.Logging">
  59. <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
  60. </Reference>
  61. <Reference Include="SharpCompress, Version=0.10.2.0, Culture=neutral, PublicKeyToken=beaf6f427e128133, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\ThirdParty\SharpCompress\SharpCompress.dll</HintPath>
  64. </Reference>
  65. <Reference Include="SimpleInjector, Version=2.8.0.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\packages\SimpleInjector.3.0.5\lib\net45\SimpleInjector.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Net" />
  73. <Reference Include="System.Xml" />
  74. <Reference Include="ServiceStack.Text">
  75. <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
  76. </Reference>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="..\SharedVersion.cs">
  80. <Link>Properties\SharedVersion.cs</Link>
  81. </Compile>
  82. <Compile Include="Archiving\ZipClient.cs" />
  83. <Compile Include="BaseApplicationHost.cs" />
  84. <Compile Include="BaseApplicationPaths.cs" />
  85. <Compile Include="Configuration\BaseConfigurationManager.cs" />
  86. <Compile Include="Configuration\ConfigurationHelper.cs" />
  87. <Compile Include="Devices\DeviceId.cs" />
  88. <Compile Include="HttpClientManager\HttpClientInfo.cs" />
  89. <Compile Include="HttpClientManager\HttpClientManager.cs" />
  90. <Compile Include="IO\IsoManager.cs" />
  91. <Compile Include="Logging\LogHelper.cs" />
  92. <Compile Include="Logging\NLogger.cs" />
  93. <Compile Include="Logging\NlogManager.cs" />
  94. <Compile Include="Networking\BaseNetworkManager.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
  97. <Compile Include="ScheduledTasks\TaskManager.cs" />
  98. <Compile Include="ScheduledTasks\Tasks\DeleteCacheFileTask.cs" />
  99. <Compile Include="ScheduledTasks\Tasks\DeleteLogFileTask.cs" />
  100. <Compile Include="ScheduledTasks\Tasks\ReloadLoggerFileTask.cs" />
  101. <Compile Include="Security\MbAdmin.cs" />
  102. <Compile Include="Security\MBLicenseFile.cs" />
  103. <Compile Include="Security\PluginSecurityManager.cs" />
  104. <Compile Include="Security\RegRecord.cs" />
  105. <Compile Include="Security\SuppporterInfoResponse.cs" />
  106. <Compile Include="Serialization\JsonSerializer.cs" />
  107. <Compile Include="Serialization\XmlSerializer.cs" />
  108. <Compile Include="Updates\InstallationManager.cs" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  112. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  113. <Name>MediaBrowser.Common</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  116. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  117. <Name>MediaBrowser.Model</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="packages.config" />
  122. </ItemGroup>
  123. <ItemGroup />
  124. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  125. <PropertyGroup>
  126. <PostBuildEvent />
  127. </PropertyGroup>
  128. <PropertyGroup>
  129. <PostBuildEvent />
  130. </PropertyGroup>
  131. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  132. Other similar extension points exist, see Microsoft.Common.targets.
  133. <Target Name="BeforeBuild">
  134. </Target>
  135. <Target Name="AfterBuild">
  136. </Target>
  137. -->
  138. </Project>