diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-08 08:37:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-08 08:37:07 -0400 |
| commit | 78e96917e12abb963301957607da4a738f27df58 (patch) | |
| tree | 5d46b69b5ea4d034c778ba0339d006cbd654a461 /MediaBrowser.Server.Startup.Common | |
| parent | d6b2bf89f58f4bf9df6bc1c3578c0ee1cc152210 (diff) | |
move drawing code
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj index 38e07fde49..fb49692b54 100644 --- a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj +++ b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj @@ -76,6 +76,10 @@ <Compile Include="UnhandledExceptionWriter.cs" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj"> + <Project>{08fff49b-f175-4807-a2b5-73b0ebd9f716}</Project> + <Name>Emby.Drawing</Name> + </ProjectReference> <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj"> <Project>{4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project> <Name>MediaBrowser.Api</Name> |
