MediaBrowser.Common.Implementations.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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.6</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. </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. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  37. <DebugType>none</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release Mono\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <RunPostBuildEvent>Always</RunPostBuildEvent>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="System" />
  49. <Reference Include="System.Configuration" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Net" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="..\SharedVersion.cs">
  57. <Link>Properties\SharedVersion.cs</Link>
  58. </Compile>
  59. <Compile Include="BaseApplicationHost.cs" />
  60. <Compile Include="BaseApplicationPaths.cs" />
  61. <Compile Include="Configuration\BaseConfigurationManager.cs" />
  62. <Compile Include="Configuration\ConfigurationHelper.cs" />
  63. <Compile Include="Cryptography\CryptographyProvider.cs" />
  64. <Compile Include="Devices\DeviceId.cs" />
  65. <Compile Include="HttpClientManager\HttpClientInfo.cs" />
  66. <Compile Include="HttpClientManager\HttpClientManager.cs" />
  67. <Compile Include="IO\IsoManager.cs" />
  68. <Compile Include="IO\ManagedFileSystem.cs" />
  69. <Compile Include="IO\WindowsFileSystem.cs" />
  70. <Compile Include="Networking\BaseNetworkManager.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="ScheduledTasks\DailyTrigger.cs" />
  73. <Compile Include="ScheduledTasks\IntervalTrigger.cs" />
  74. <Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
  75. <Compile Include="ScheduledTasks\StartupTrigger.cs" />
  76. <Compile Include="ScheduledTasks\SystemEventTrigger.cs" />
  77. <Compile Include="ScheduledTasks\TaskManager.cs" />
  78. <Compile Include="ScheduledTasks\Tasks\DeleteCacheFileTask.cs" />
  79. <Compile Include="ScheduledTasks\Tasks\DeleteLogFileTask.cs" />
  80. <Compile Include="ScheduledTasks\Tasks\ReloadLoggerFileTask.cs" />
  81. <Compile Include="ScheduledTasks\WeeklyTrigger.cs" />
  82. <Compile Include="Serialization\XmlSerializer.cs" />
  83. <Compile Include="Updates\GithubUpdater.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  87. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  88. <Name>MediaBrowser.Common</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  91. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  92. <Name>MediaBrowser.Model</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <ItemGroup />
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <PropertyGroup>
  98. <PostBuildEvent />
  99. </PropertyGroup>
  100. <PropertyGroup>
  101. <PostBuildEvent />
  102. </PropertyGroup>
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>