2
0

MediaBrowser.Server.Implementations.csproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>{2E781478-814D-4A48-9D80-BFF206441A65}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Server.Implementations</RootNamespace>
  11. <AssemblyName>MediaBrowser.Server.Implementations</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  14. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  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. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>none</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Compile Include="..\SharedVersion.cs">
  37. <Link>Properties\SharedVersion.cs</Link>
  38. </Compile>
  39. <Compile Include="Devices\CameraUploadsFolder.cs" />
  40. <Compile Include="Playlists\ManualPlaylistsFolder.cs" />
  41. <Compile Include="Properties\AssemblyInfo.cs" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  45. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  46. <Name>MediaBrowser.Common</Name>
  47. </ProjectReference>
  48. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  49. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  50. <Name>MediaBrowser.Controller</Name>
  51. </ProjectReference>
  52. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  53. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  54. <Name>MediaBrowser.Model</Name>
  55. </ProjectReference>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <None Include="app.config" />
  59. </ItemGroup>
  60. <ItemGroup />
  61. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  62. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  63. Other similar extension points exist, see Microsoft.Common.targets.
  64. <Target Name="BeforeBuild">
  65. </Target>
  66. <Target Name="AfterBuild">
  67. </Target>
  68. -->
  69. </Project>