Unzip anywhere and run.
Requires one of these to be true:
	1. ILMerge to be installed in its default location
	2. ILMerge.exe to be placed beside ILMergeWrapper
	3. ILRepack to be placed besides ILMergeWrapper

How does it work: All commands entired into ILMergeWrapper will be "translated" to calls to ILMerge/ILRepack


 * JunctionManager Copyrights  Marc 'XMR1' Stanglmayr 2012
 * Contact @ http://www.mastasoftware.net/ or support@mastasoftware.net
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, version 3 of the License.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  See the Copyrights.txt file sent with this program/source code or
 *  see <http://www.gnu.org/licenses/>.

 * ILMergeWrapper was built using Visual Studio 2010
 * ILMergeWrapper requires at least .Net 4.0 to be installed
 * ILMergeWrapper uses ILMerge (http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx) and ILRepack (https://github.com/gluck/il-repack)