diff options
Diffstat (limited to 'Emby.Drawing.Skia/Emby.Drawing.Skia.csproj')
| -rw-r--r-- | Emby.Drawing.Skia/Emby.Drawing.Skia.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj b/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj index 8d1e221d0a..d7b33b9507 100644 --- a/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj +++ b/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj @@ -52,7 +52,12 @@ <Compile Include="..\SharedVersion.cs"> <Link>Properties\SharedVersion.cs</Link> </Compile> + <Compile Include="PercentPlayedDrawer.cs" /> + <Compile Include="PlayedIndicatorDrawer.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="SkiaEncoder.cs" /> + <Compile Include="StripCollageBuilder.cs" /> + <Compile Include="UnplayedCountIndicator.cs" /> </ItemGroup> <ItemGroup> <Reference Include="SkiaSharp, Version=1.57.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> @@ -61,6 +66,7 @@ </Reference> </ItemGroup> <ItemGroup> + <EmbeddedResource Include="fonts\robotoregular.ttf" /> <None Include="packages.config" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
