diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-19 15:46:19 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-19 15:46:19 -0400 |
| commit | 088df67fcadd75d0da40f4e252a6d6bcc47c7274 (patch) | |
| tree | 129d2aacb413596ef3689ae106c00d64e7e256b8 /MediaBrowser.Model/MediaBrowser.Model.csproj | |
| parent | 06a7eb78ee4e8df3e312eab44adbe58995b6c289 (diff) | |
moved new image options to the model
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index d0e7ffd7b..0822bfbc3 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -46,6 +46,8 @@ <Compile Include="Configuration\BaseApplicationConfiguration.cs" /> <Compile Include="Configuration\ManualLoginCategory.cs" /> <Compile Include="Configuration\ServerConfiguration.cs" /> + <Compile Include="Drawing\ImageOverlay.cs" /> + <Compile Include="Drawing\ImageOutputFormat.cs" /> <Compile Include="Dto\BaseItemPerson.cs" /> <Compile Include="Dto\ChapterInfoDto.cs" /> <Compile Include="Dto\IItemDto.cs" /> |
