aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/Emby.Drawing.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-08 11:45:30 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-08 11:45:30 -0400
commitb289b4cc7f547a982b9a06e54cd2fbc893e122bd (patch)
tree303d29e0d16736ef6b8fc1d006908920b9759d53 /Emby.Drawing/Emby.Drawing.csproj
parent4820fe80971c83cde97a445e45b9e0b1952b0d90 (diff)
complete gdi fallback
Diffstat (limited to 'Emby.Drawing/Emby.Drawing.csproj')
-rw-r--r--Emby.Drawing/Emby.Drawing.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Drawing/Emby.Drawing.csproj b/Emby.Drawing/Emby.Drawing.csproj
index 1907381e9c..0e368d70e9 100644
--- a/Emby.Drawing/Emby.Drawing.csproj
+++ b/Emby.Drawing/Emby.Drawing.csproj
@@ -48,6 +48,7 @@
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
+ <Compile Include="GDI\DynamicImageHelpers.cs" />
<Compile Include="GDI\GDIImageEncoder.cs" />
<Compile Include="GDI\ImageExtensions.cs" />
<Compile Include="GDI\PercentPlayedDrawer.cs" />