move to Plugin namespace

This commit is contained in:
Paddy Xu
2018-01-27 16:52:10 +02:00
parent 197bfee1da
commit 6bc990bbf9
22 changed files with 24 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ using System.Windows;
using QuickLook.Common.Annotations;
using QuickLook.Common.Helpers;
namespace QuickLook.Common
namespace QuickLook.Common.Plugin
{
/// <summary>
/// A runtime object which allows interaction between this plugin and QuickLook.

View File

@@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
namespace QuickLook.Common
namespace QuickLook.Common.Plugin
{
/// <summary>
/// Interface implemented by every QuickLook.Plugin

View File

@@ -46,7 +46,7 @@
<Compile Include="..\GitVersion.cs">
<Link>Properties\GitVersion.cs</Link>
</Compile>
<Compile Include="ContextObject.cs" />
<Compile Include="Plugin\ContextObject.cs" />
<Compile Include="Helpers\DpiHelper.cs" />
<Compile Include="ExtensionMethods\BitmapExtensions.cs" />
<Compile Include="ExtensionMethods\DispatcherExtensions.cs" />
@@ -54,7 +54,7 @@
<Compile Include="ExtensionMethods\FileExtensions.cs" />
<Compile Include="ExtensionMethods\TypeExtensions.cs" />
<Compile Include="Helpers\FileHelper.cs" />
<Compile Include="IViewer.cs" />
<Compile Include="Plugin\IViewer.cs" />
<Compile Include="NativeMethods\Kernel32.cs" />
<Compile Include="Helpers\ProcessHelper.cs" />
<Compile Include="Properties\Annotations.cs" />
@@ -64,5 +64,6 @@
<Compile Include="NativeMethods\User32.cs" />
<Compile Include="Helpers\WindowHelper.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>