From 6cde1dd5aee0f38555e56e7e2eed2e183c44ba72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Wed, 11 Nov 2015 00:46:24 +0100 Subject: [PATCH] Include mediainfo and sqlite3 libraries for Mac Enables usage within MonoDevelop and Xamarin Studio including NUnit --- src/NzbDrone.Core/NzbDrone.Core.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/NzbDrone.Core/NzbDrone.Core.csproj b/src/NzbDrone.Core/NzbDrone.Core.csproj index 386e5b1ca..0ede6fc89 100644 --- a/src/NzbDrone.Core/NzbDrone.Core.csproj +++ b/src/NzbDrone.Core/NzbDrone.Core.csproj @@ -1064,6 +1064,14 @@ MediaInfo.dll PreserveNewest + + libmediainfo.0.dylib + PreserveNewest + + + libsqlite3.0.dylib + PreserveNewest +