diff --git a/minisqlquery-master/src/Contrib/MiniSqlQuery.ExternalTools.Plugin/Properties/AssemblyInfo.cs b/minisqlquery-master/src/Contrib/MiniSqlQuery.ExternalTools.Plugin/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..ae275c8
--- /dev/null
+++ b/minisqlquery-master/src/Contrib/MiniSqlQuery.ExternalTools.Plugin/Properties/AssemblyInfo.cs
@@ -0,0 +1,26 @@
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("MiniSqlQuery.ExternalTools.Plugin")]
+[assembly: AssemblyDescription("A Mini SQL Query Plugin for running external tools")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompanyAttribute("Paul Kohler")]
+[assembly: AssemblyCopyrightAttribute("Copyright (C) 2005-2009 Paul Kohler")]
+[assembly: AssemblyProduct("MiniSqlQuery.ExternalTools.Plugin")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+[assembly: ComVisible(false)]
+[assembly: Guid("2a584097-2e16-466e-a176-c1206761ad25")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]