Emby.Drawing.Skia.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{2312DA6D-FF86-4597-9777-BCEEC32D96DD}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Emby.Drawing.Skia</RootNamespace>
  12. <AssemblyName>Emby.Drawing.Skia</AssemblyName>
  13. <DefaultLanguage>en-US</DefaultLanguage>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <!-- A reference to the entire .NET Framework is automatically included -->
  38. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  39. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  40. <Name>MediaBrowser.Common</Name>
  41. </ProjectReference>
  42. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  43. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  44. <Name>MediaBrowser.Controller</Name>
  45. </ProjectReference>
  46. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  47. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  48. <Name>MediaBrowser.Model</Name>
  49. </ProjectReference>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="..\SharedVersion.cs">
  53. <Link>Properties\SharedVersion.cs</Link>
  54. </Compile>
  55. <Compile Include="PercentPlayedDrawer.cs" />
  56. <Compile Include="PlayedIndicatorDrawer.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. <Compile Include="SkiaEncoder.cs" />
  59. <Compile Include="StripCollageBuilder.cs" />
  60. <Compile Include="UnplayedCountIndicator.cs" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <EmbeddedResource Include="fonts\robotoregular.ttf" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Reference Include="SkiaSharp, Version=1.58.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  67. <HintPath>..\packages\SkiaSharp.1.58.0\lib\portable-net45+win8+wpa81+wp8\SkiaSharp.dll</HintPath>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="packages.config" />
  72. </ItemGroup>
  73. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  74. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  75. Other similar extension points exist, see Microsoft.Common.targets.
  76. <Target Name="BeforeBuild">
  77. </Target>
  78. <Target Name="AfterBuild">
  79. </Target>
  80. -->
  81. </Project>