MediaBrowser.Common.csproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>{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. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  19. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>none</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Compile Include="..\SharedVersion.cs">
  41. <Link>Properties\SharedVersion.cs</Link>
  42. </Compile>
  43. <Compile Include="Configuration\ConfigurationUpdateEventArgs.cs" />
  44. <Compile Include="Configuration\IConfigurationManager.cs" />
  45. <Compile Include="Configuration\IConfigurationFactory.cs" />
  46. <Compile Include="Events\EventHelper.cs" />
  47. <Compile Include="Extensions\BaseExtensions.cs" />
  48. <Compile Include="Extensions\ResourceNotFoundException.cs" />
  49. <Compile Include="IDependencyContainer.cs" />
  50. <Compile Include="Configuration\IApplicationPaths.cs" />
  51. <Compile Include="Net\HttpRequestOptions.cs" />
  52. <Compile Include="Net\HttpResponseInfo.cs" />
  53. <Compile Include="IApplicationHost.cs" />
  54. <Compile Include="Net\IHttpClient.cs" />
  55. <Compile Include="Net\INetworkManager.cs" />
  56. <Compile Include="Plugins\IDependencyModule.cs" />
  57. <Compile Include="Plugins\IPlugin.cs" />
  58. <Compile Include="Progress\ActionableProgress.cs" />
  59. <Compile Include="Plugins\BasePlugin.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="Security\IRequiresRegistration.cs" />
  62. <Compile Include="Security\ISecurityManager.cs" />
  63. <Compile Include="Security\PaymentRequiredException.cs" />
  64. <Compile Include="Updates\GithubUpdater.cs" />
  65. <Compile Include="Updates\IInstallationManager.cs" />
  66. <Compile Include="Updates\InstallationEventArgs.cs" />
  67. <Compile Include="Updates\InstallationFailedEventArgs.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  71. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  72. <Name>MediaBrowser.Model</Name>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <None Include="project.json" />
  77. </ItemGroup>
  78. <ItemGroup />
  79. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  80. <PropertyGroup>
  81. <PostBuildEvent />
  82. </PropertyGroup>
  83. <PropertyGroup>
  84. <PostBuildEvent />
  85. </PropertyGroup>
  86. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  87. Other similar extension points exist, see Microsoft.Common.targets.
  88. <Target Name="BeforeBuild">
  89. </Target>
  90. <Target Name="AfterBuild">
  91. </Target>
  92. -->
  93. </Project>