Emby.Drawing.csproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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>{08FFF49B-F175-4807-A2B5-73B0EBD9F716}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Emby.Drawing</RootNamespace>
  11. <AssemblyName>Emby.Drawing</AssemblyName>
  12. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  13. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  14. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  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>pdbonly</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. <Reference Include="TagLib.Portable">
  37. <HintPath>..\ThirdParty\taglib\TagLib.Portable.dll</HintPath>
  38. </Reference>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="..\SharedVersion.cs">
  42. <Link>Properties\SharedVersion.cs</Link>
  43. </Compile>
  44. <Compile Include="Common\ImageHeader.cs" />
  45. <Compile Include="ImageProcessor.cs" />
  46. <Compile Include="NullImageEncoder.cs" />
  47. <Compile Include="Properties\AssemblyInfo.cs" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  51. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  52. <Name>MediaBrowser.Common</Name>
  53. </ProjectReference>
  54. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  55. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  56. <Name>MediaBrowser.Controller</Name>
  57. </ProjectReference>
  58. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  59. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  60. <Name>MediaBrowser.Model</Name>
  61. </ProjectReference>
  62. </ItemGroup>
  63. <ItemGroup />
  64. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  65. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  66. Other similar extension points exist, see Microsoft.Common.targets.
  67. <Target Name="BeforeBuild">
  68. </Target>
  69. <Target Name="AfterBuild">
  70. </Target>
  71. -->
  72. </Project>