Rename Emby.Drawing and move to src (#9054)

* Move Emby.Drawing to src

* Rename Emby.Drawing -> Jellyfin.Drawing
This commit is contained in:
Patrick Barron
2023-01-10 07:51:46 -05:00
committed by GitHub
parent 8af854315e
commit b5da0d1b17
9 changed files with 13 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using Emby.Drawing;
using Emby.Server.Implementations;
using Emby.Server.Implementations.Session;
using Jellyfin.Api.WebSocketListeners;
using Jellyfin.Drawing;
using Jellyfin.Drawing.Skia;
using Jellyfin.Server.Implementations;
using Jellyfin.Server.Implementations.Activity;

View File

@@ -52,7 +52,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" />
<ProjectReference Include="..\src\Jellyfin.Drawing\Jellyfin.Drawing.csproj" />
<ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj" />
<ProjectReference Include="..\Jellyfin.Drawing.Skia\Jellyfin.Drawing.Skia.csproj" />
<ProjectReference Include="..\Jellyfin.Server.Implementations\Jellyfin.Server.Implementations.csproj" />