diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-08 11:45:30 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-08 11:45:30 -0400 |
| commit | b289b4cc7f547a982b9a06e54cd2fbc893e122bd (patch) | |
| tree | 303d29e0d16736ef6b8fc1d006908920b9759d53 /Emby.Drawing/Emby.Drawing.csproj | |
| parent | 4820fe80971c83cde97a445e45b9e0b1952b0d90 (diff) | |
complete gdi fallback
Diffstat (limited to 'Emby.Drawing/Emby.Drawing.csproj')
| -rw-r--r-- | Emby.Drawing/Emby.Drawing.csproj | 1 |
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" /> |
