MediaBrowser.Common.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Common</RootNamespace>
  11. <AssemblyName>MediaBrowser.Common</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. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <TargetFrameworkVersion>v4.5</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. <ItemGroup>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="Microsoft.CSharp" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="..\SharedVersion.cs">
  54. <Link>Properties\SharedVersion.cs</Link>
  55. </Compile>
  56. <Compile Include="Configuration\ConfigurationUpdateEventArgs.cs" />
  57. <Compile Include="Configuration\IConfigurationManager.cs" />
  58. <Compile Include="Configuration\IConfigurationFactory.cs" />
  59. <Compile Include="Events\EventHelper.cs" />
  60. <Compile Include="Extensions\BaseExtensions.cs" />
  61. <Compile Include="Extensions\ResourceNotFoundException.cs" />
  62. <Compile Include="IDependencyContainer.cs" />
  63. <Compile Include="IO\IFileSystem.cs" />
  64. <Compile Include="IO\ProgressStream.cs" />
  65. <Compile Include="IO\StreamDefaults.cs" />
  66. <Compile Include="Configuration\IApplicationPaths.cs" />
  67. <Compile Include="Net\HttpRequestOptions.cs" />
  68. <Compile Include="Net\HttpResponseInfo.cs" />
  69. <Compile Include="IApplicationHost.cs" />
  70. <Compile Include="Net\IHttpClient.cs" />
  71. <Compile Include="Net\INetworkManager.cs" />
  72. <Compile Include="Plugins\IDependencyModule.cs" />
  73. <Compile Include="Plugins\IPlugin.cs" />
  74. <Compile Include="Progress\ActionableProgress.cs" />
  75. <Compile Include="ScheduledTasks\IConfigurableScheduledTask.cs" />
  76. <Compile Include="ScheduledTasks\IHasKey.cs" />
  77. <Compile Include="ScheduledTasks\IScheduledTask.cs" />
  78. <Compile Include="ScheduledTasks\IScheduledTaskWorker.cs" />
  79. <Compile Include="ScheduledTasks\ITaskManager.cs" />
  80. <Compile Include="ScheduledTasks\ITaskTrigger.cs" />
  81. <Compile Include="ScheduledTasks\ScheduledTaskHelpers.cs" />
  82. <Compile Include="ScheduledTasks\StartupTrigger.cs" />
  83. <Compile Include="ScheduledTasks\SystemEventTrigger.cs" />
  84. <Compile Include="Plugins\BasePlugin.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="ScheduledTasks\DailyTrigger.cs" />
  87. <Compile Include="ScheduledTasks\IntervalTrigger.cs" />
  88. <Compile Include="ScheduledTasks\TaskCompletionEventArgs.cs" />
  89. <Compile Include="ScheduledTasks\TaskExecutionOptions.cs" />
  90. <Compile Include="ScheduledTasks\WeeklyTrigger.cs" />
  91. <Compile Include="Security\IRequiresRegistration.cs" />
  92. <Compile Include="Security\ISecurityManager.cs" />
  93. <Compile Include="Updates\IInstallationManager.cs" />
  94. <Compile Include="Updates\InstallationEventArgs.cs" />
  95. <Compile Include="Updates\InstallationFailedEventArgs.cs" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  99. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  100. <Name>MediaBrowser.Model</Name>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <ItemGroup />
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <PropertyGroup>
  106. <PostBuildEvent />
  107. </PropertyGroup>
  108. <PropertyGroup>
  109. <PostBuildEvent />
  110. </PropertyGroup>
  111. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  112. Other similar extension points exist, see Microsoft.Common.targets.
  113. <Target Name="BeforeBuild">
  114. </Target>
  115. <Target Name="AfterBuild">
  116. </Target>
  117. -->
  118. </Project>