From 31357d3298baa8e0f540dfefc47eb39da8df128d Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Mon, 3 Sep 2012 12:40:35 -0400 Subject: Updated plugins to store their assemblies directly in the plugins folder --- MediaBrowser.Common/UI/BaseApplication.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MediaBrowser.Common/UI') diff --git a/MediaBrowser.Common/UI/BaseApplication.cs b/MediaBrowser.Common/UI/BaseApplication.cs index a45faca503..b19be3d7fd 100644 --- a/MediaBrowser.Common/UI/BaseApplication.cs +++ b/MediaBrowser.Common/UI/BaseApplication.cs @@ -5,6 +5,8 @@ using System.Windows.Media.Imaging; using MediaBrowser.Common.Kernel; using MediaBrowser.Common.Logging; using MediaBrowser.Model.Progress; +using System.Runtime.InteropServices; +using System.Security; namespace MediaBrowser.Common.UI { -- cgit v1.2.3