diff --git a/minisqlquery-master/src/ReadMe.htm b/minisqlquery-master/src/ReadMe.htm
new file mode 100644
index 0000000..8681eba
--- /dev/null
+++ b/minisqlquery-master/src/ReadMe.htm
@@ -0,0 +1,103 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Mini SQL Query Read Me</title>
+ <style type="text/css">
+ h1, h2, h3, h4
+ {
+ font-family: Verdana;
+ }
+ blockquote, p, ul, ol, li
+ {
+ font-family: Verdana;
+ font-size: small;
+ }
+ </style>
+</head>
+<body>
+ <h3>
+ Mini SQL Query
+ </h3>
+ <blockquote>
+ <p>
+ "<b>Mini SQL Query</b> from by Paul Kohler is a minimalist SQL query tool for multiple providers (MSSQL, Oracle, OLEDB,
+ MS Access, SQLite etc). The goal of the Mini SQL Query tool is to allow a developer or trouble-shooter to quickly diagnose issues or make changes to a database using a tool with a small footprint, is portable, fast, flexible and easy to use."
+ </p>
+ </blockquote>
+ <h4>
+ Features
+ </h4>
+ <p>
+ <b>Mini SQL Query</b> is now hosted as an open source project on GitHub,
+ see <a target="_blank" href="https://github.com/paulkohler/minisqlquery">https://github.com/paulkohler/minisqlquery</a>
+ </p>
+ <p>
+ <b>Mini SQL Query</b> is "deliberately minimalist". Software too often becomes bloated and less usable while trying to satisfy
+ the 99% of what every user wants. <b>Mini SQL Query </b>aims to satisfy the most common tasks what the average user seeks
+ to achieve, in doing so it keeps the size and complexity of the application to a minimum.
+ </p>
+ <p>
+ The application was developed almost entirely using Microsoft's Visual Studio C# Express IDE.
+ </p>
+ <p>
+ Some Core features:
+ </p>
+ <ul>
+ <li>Supports multiple databases (MSSQL, MSSQL CE, MS Access, SQLite, Oracle, OLEDB etc)</li>
+ <li>Integrated text templating system for generating SQL, code or data scripts</li>
+ <li>Syntax highlighting (with printing support)</li>
+ <li>Load and save SQL script files</li>
+ <li>Generic batch support (using the 'GO' keyword but for any DB including SQLite, MSAccess etc)</li>
+ <li>Quick View table data</li>
+ <li>Basic query generation</li>
+ <li>Extensible programming model</li>
+ </ul>
+ <h4>
+ System Requirements
+ </h4>
+ <ul>
+ <li>Microsoft Windows (Windows 7, Vista, XP, Server 2003 etc)</li>
+ <li>Microsoft .NET Framework 4 (or higher, earlier releases worked on version 2 of
+ the framework but the requirement has become distant)</li>
+ </ul>
+ <h4>
+ Product Website
+ </h4>
+ <p>
+ The product "home" of <b>Mini SQL Query</b> is <a target="_blank" href="https://github.com/paulkohler/minisqlquery">https://github.com/paulkohler/minisqlquery</a>
+ (previously hosted on CodePlex).
+ </p>
+ <h4>
+ License
+ </h4>
+ <p>
+ The project is run under the GLPLv3 license. See the "License-MiniSqlQuery.txt" file for the details.
+ </p>
+ <h4>
+ Thank You's
+ </h4>
+ <p>
+ Mini SQL Query relies on several other 'free/open source' products to pull together a simple but useful SQL working environment.
+ In no particular order, thank you...
+ </p>
+ <ul>
+ <li>Thanks to <b>Kent Carlsle</b> for his contributions (<a href="mailto:kdcarlisle@gmail.com">kdcarlisle@gmail.com</a>)</li>
+ <li><b>Mark James</b>, for the Silk icon set (<a target="_blank" href="http://www.famfamfam.com/">http://www.famfamfam.com/</a>)
+ </li>
+ <li><b>ic#code</b> for the <b>SharpDevelop</b>SharpDevelop project where I get the ICSharpCode.TextEditor from that removes
+ the need for using an plain old textbox (<a target="_blank" href="http://www.icsharpcode.net/OpenSource/SD/">http://www.icsharpcode.net/OpenSource/SD/</a></li>
+ <li><b>Weifen Luo</b> for his extremely easy to use WinForms docking suite (<a target="_blank" href="http://sourceforge.net/projects/dockpanelsuite/">http://sourceforge.net/projects/dockpanelsuite/</a>)</li>
+ <li>To the <b>Castle Project</b> (<a target="_blank" href="http://www.castleproject.org/">http://www.castleproject.org/</a>)
+ for the <b>NVelocity</b> text template engine port.</li>
+ <li>To the <b>Ninject</b> (<a target="_blank" href="http://www.ninject.org/">http://www.ninject.org/</a>)
+ for the dependency injection container.</li>
+ </ul>
+ <h4>
+ Extensibility
+ </h4>
+ <p>
+ Mini SQL Query uses a very simple and open plugin architecture to make extending the tool very straight forward. Make use
+ of the project plugin template (MiniSqlQuery.PlugIn.ProjectTemplate.zip) to get started.
+ </p>
+</body>
+</html>