Emby.Drawing.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>..\packages\CommonIO.1.0.0.7\lib\net45\CommonIO.dll</HintPath>
  37. </Reference>
  38. <Reference Include="ImageMagickSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\packages\ImageMagickSharp.1.0.0.18\lib\net45\ImageMagickSharp.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Patterns.Logging">
  43. <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
  44. </Reference>
  45. <Reference Include="policy.2.0.taglib-sharp">
  46. <HintPath>..\packages\taglib.2.1.0.0\lib\policy.2.0.taglib-sharp.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="taglib-sharp">
  57. <HintPath>..\packages\taglib.2.1.0.0\lib\taglib-sharp.dll</HintPath>
  58. </Reference>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="..\SharedVersion.cs">
  62. <Link>Properties\SharedVersion.cs</Link>
  63. </Compile>
  64. <Compile Include="Common\ImageHeader.cs" />
  65. <Compile Include="GDI\DynamicImageHelpers.cs" />
  66. <Compile Include="GDI\GDIImageEncoder.cs" />
  67. <Compile Include="GDI\ImageExtensions.cs" />
  68. <Compile Include="GDI\PercentPlayedDrawer.cs" />
  69. <Compile Include="GDI\PlayedIndicatorDrawer.cs" />
  70. <Compile Include="GDI\UnplayedCountIndicator.cs" />
  71. <Compile Include="IImageEncoder.cs" />
  72. <Compile Include="ImageHelpers.cs" />
  73. <Compile Include="ImageMagick\ImageMagickEncoder.cs" />
  74. <Compile Include="ImageMagick\StripCollageBuilder.cs" />
  75. <Compile Include="ImageProcessor.cs" />
  76. <Compile Include="ImageMagick\PercentPlayedDrawer.cs" />
  77. <Compile Include="ImageMagick\PlayedIndicatorDrawer.cs" />
  78. <Compile Include="NullImageEncoder.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. <Compile Include="ImageMagick\UnplayedCountIndicator.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <EmbeddedResource Include="ImageMagick\fonts\MontserratLight.otf" />
  84. <EmbeddedResource Include="ImageMagick\fonts\robotoregular.ttf" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  88. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  89. <Name>MediaBrowser.Common</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  92. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  93. <Name>MediaBrowser.Controller</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  96. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  97. <Name>MediaBrowser.Model</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="packages.config" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <EmbeddedResource Include="GDI\empty.png" />
  105. </ItemGroup>
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. </Project>