MediaBrowser.Common.Implementations.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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.9\lib\net45\CommonIO.dll</HintPath>
  53. </Reference>
  54. <Reference Include="MoreLinq">
  55. <HintPath>..\packages\morelinq.1.4.0\lib\net35\MoreLinq.dll</HintPath>
  56. </Reference>
  57. <Reference Include="NLog">
  58. <HintPath>..\packages\NLog.4.2.3\lib\net45\NLog.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Patterns.Logging">
  61. <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SharpCompress, Version=0.10.2.0, Culture=neutral, PublicKeyToken=beaf6f427e128133, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\ThirdParty\SharpCompress\SharpCompress.dll</HintPath>
  66. </Reference>
  67. <Reference Include="SimpleInjector">
  68. <HintPath>..\packages\SimpleInjector.3.1.2\lib\net45\SimpleInjector.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Configuration" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Net" />
  76. <Reference Include="System.Xml" />
  77. <Reference Include="ServiceStack.Text">
  78. <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
  79. </Reference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="..\SharedVersion.cs">
  83. <Link>Properties\SharedVersion.cs</Link>
  84. </Compile>
  85. <Compile Include="Archiving\ZipClient.cs" />
  86. <Compile Include="BaseApplicationHost.cs" />
  87. <Compile Include="BaseApplicationPaths.cs" />
  88. <Compile Include="Configuration\BaseConfigurationManager.cs" />
  89. <Compile Include="Configuration\ConfigurationHelper.cs" />
  90. <Compile Include="Devices\DeviceId.cs" />
  91. <Compile Include="HttpClientManager\HttpClientInfo.cs" />
  92. <Compile Include="HttpClientManager\HttpClientManager.cs" />
  93. <Compile Include="IO\IsoManager.cs" />
  94. <Compile Include="Logging\LogHelper.cs" />
  95. <Compile Include="Logging\NLogger.cs" />
  96. <Compile Include="Logging\NlogManager.cs" />
  97. <Compile Include="Networking\BaseNetworkManager.cs" />
  98. <Compile Include="Properties\AssemblyInfo.cs" />
  99. <Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
  100. <Compile Include="ScheduledTasks\TaskManager.cs" />
  101. <Compile Include="ScheduledTasks\Tasks\DeleteCacheFileTask.cs" />
  102. <Compile Include="ScheduledTasks\Tasks\DeleteLogFileTask.cs" />
  103. <Compile Include="ScheduledTasks\Tasks\ReloadLoggerFileTask.cs" />
  104. <Compile Include="Security\MbAdmin.cs" />
  105. <Compile Include="Security\MBLicenseFile.cs" />
  106. <Compile Include="Security\PluginSecurityManager.cs" />
  107. <Compile Include="Security\RegRecord.cs" />
  108. <Compile Include="Security\SuppporterInfoResponse.cs" />
  109. <Compile Include="Serialization\JsonSerializer.cs" />
  110. <Compile Include="Serialization\XmlSerializer.cs" />
  111. <Compile Include="Updates\GithubUpdater.cs" />
  112. <Compile Include="Updates\InstallationManager.cs" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  116. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  117. <Name>MediaBrowser.Common</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  120. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  121. <Name>MediaBrowser.Model</Name>
  122. </ProjectReference>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <None Include="packages.config" />
  126. </ItemGroup>
  127. <ItemGroup />
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. <PropertyGroup>
  130. <PostBuildEvent />
  131. </PropertyGroup>
  132. <PropertyGroup>
  133. <PostBuildEvent />
  134. </PropertyGroup>
  135. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  136. Other similar extension points exist, see Microsoft.Common.targets.
  137. <Target Name="BeforeBuild">
  138. </Target>
  139. <Target Name="AfterBuild">
  140. </Target>
  141. -->
  142. </Project>