Index: src/DeltaShell/DeltaShell.Plugins.CommonTools/CommonToolsApplicationPlugin.cs =================================================================== diff -u -ra0b4632c9d4f89335cbb7e0de45e525481586392 -rcdfaabb651eef71a8334ea62138fa420fe135356 --- src/DeltaShell/DeltaShell.Plugins.CommonTools/CommonToolsApplicationPlugin.cs (.../CommonToolsApplicationPlugin.cs) (revision a0b4632c9d4f89335cbb7e0de45e525481586392) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools/CommonToolsApplicationPlugin.cs (.../CommonToolsApplicationPlugin.cs) (revision cdfaabb651eef71a8334ea62138fa420fe135356) @@ -3,14 +3,12 @@ using System.Reflection; using DelftTools.Shell.Core; using DelftTools.Shell.Core.Dao; -using Mono.Addins; namespace DeltaShell.Plugins.CommonTools { /// /// Common tool plugins /// - [Extension(typeof(IPlugin))] public class CommonToolsApplicationPlugin : ApplicationPlugin, IDataAccessListenersProvider { /// Index: src/DeltaShell/DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj =================================================================== diff -u -r2ff69dfc67c77d80c1ed2f4f1f9bc0172e28e518 -rcdfaabb651eef71a8334ea62138fa420fe135356 --- src/DeltaShell/DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj (.../DeltaShell.Plugins.CommonTools.csproj) (revision 2ff69dfc67c77d80c1ed2f4f1f9bc0172e28e518) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj (.../DeltaShell.Plugins.CommonTools.csproj) (revision cdfaabb651eef71a8334ea62138fa420fe135356) @@ -37,7 +37,7 @@ true bin\Debug\ - 4 + 4 DEBUG;TRACE @@ -50,7 +50,7 @@ bin\Release\ - 4 + 4 TRACE true @@ -62,9 +62,6 @@ bin\Release\DeltaShell.Plugins.CommonTools.XML - - ..\..\..\lib\Mono.Addins.dll - 3.5 Index: src/DeltaShell/DeltaShell.Plugins.CommonTools/Properties/AssemblyInfo.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -rcdfaabb651eef71a8334ea62138fa420fe135356 --- src/DeltaShell/DeltaShell.Plugins.CommonTools/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision cdfaabb651eef71a8334ea62138fa420fe135356) @@ -1,9 +1,6 @@ using System.Reflection; using System.Runtime.InteropServices; -using Mono.Addins; [assembly: AssemblyTitle("DeltaShell.Plugins.CommonTools")] [assembly: AssemblyProduct("DeltaShell.Plugins.CommonTools")] -[assembly: Guid("79b65ba0-d711-4212-b21b-c2b10e27adfc")] -[assembly: Addin] -[assembly: AddinDependency("DeltaShellApplication", "1.0")] \ No newline at end of file +[assembly: Guid("79b65ba0-d711-4212-b21b-c2b10e27adfc")] \ No newline at end of file