diff --git a/packages/Machine.Fakes.0.2.3.3/Machine.Fakes.0.2.3.3.nupkg b/packages/Machine.Fakes.0.2.3.3/Machine.Fakes.0.2.3.3.nupkg
new file mode 100644
index 0000000000..9d2e6c4a9f
Binary files /dev/null and b/packages/Machine.Fakes.0.2.3.3/Machine.Fakes.0.2.3.3.nupkg differ
diff --git a/packages/Machine.Fakes.0.2.3.3/lib/Machine.Fakes.dll b/packages/Machine.Fakes.0.2.3.3/lib/Machine.Fakes.dll
new file mode 100644
index 0000000000..e71f0b1a2b
Binary files /dev/null and b/packages/Machine.Fakes.0.2.3.3/lib/Machine.Fakes.dll differ
diff --git a/packages/Machine.Fakes.RhinoMocks.0.2.3.3/Machine.Fakes.RhinoMocks.0.2.3.3.nupkg b/packages/Machine.Fakes.RhinoMocks.0.2.3.3/Machine.Fakes.RhinoMocks.0.2.3.3.nupkg
new file mode 100644
index 0000000000..6019d5f21e
Binary files /dev/null and b/packages/Machine.Fakes.RhinoMocks.0.2.3.3/Machine.Fakes.RhinoMocks.0.2.3.3.nupkg differ
diff --git a/packages/Machine.Fakes.RhinoMocks.0.2.3.3/lib/Machine.Fakes.Adapters.RhinoMocks.dll b/packages/Machine.Fakes.RhinoMocks.0.2.3.3/lib/Machine.Fakes.Adapters.RhinoMocks.dll
new file mode 100644
index 0000000000..1106c60685
Binary files /dev/null and b/packages/Machine.Fakes.RhinoMocks.0.2.3.3/lib/Machine.Fakes.Adapters.RhinoMocks.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/Machine.Specifications.0.4.13.0.nupkg b/packages/Machine.Specifications.0.4.13.0/Machine.Specifications.0.4.13.0.nupkg
new file mode 100644
index 0000000000..d0134ff108
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/Machine.Specifications.0.4.13.0.nupkg differ
diff --git a/packages/Machine.Specifications.0.4.13.0/lib/Machine.Specifications.TDNetRunner.dll b/packages/Machine.Specifications.0.4.13.0/lib/Machine.Specifications.TDNetRunner.dll
new file mode 100644
index 0000000000..1efaf9e08f
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/lib/Machine.Specifications.TDNetRunner.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/lib/Machine.Specifications.dll b/packages/Machine.Specifications.0.4.13.0/lib/Machine.Specifications.dll
new file mode 100644
index 0000000000..0e235f869a
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/lib/Machine.Specifications.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/lib/Machine.Specifications.dll.tdnet b/packages/Machine.Specifications.0.4.13.0/lib/Machine.Specifications.dll.tdnet
new file mode 100644
index 0000000000..d7ead9b95b
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/lib/Machine.Specifications.dll.tdnet
@@ -0,0 +1,5 @@
+
+ Machine.Specifications 0.4.13-2780e33
+ Machine.Specifications.TDNetRunner.dll
+ Machine.Specifications.TDNetRunner.SpecificationRunner
+
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/CommandLine.dll b/packages/Machine.Specifications.0.4.13.0/tools/CommandLine.dll
new file mode 100644
index 0000000000..1cef689aa7
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/CommandLine.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/CommandLine.xml b/packages/Machine.Specifications.0.4.13.0/tools/CommandLine.xml
new file mode 100644
index 0000000000..67a0be507f
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/CommandLine.xml
@@ -0,0 +1,347 @@
+
+
+
+ CommandLine
+
+
+
+
+ Models an help text and collects related informations.
+ You can assign it in place of a instance, this is why
+ this type lacks a method to add lines after the options usage informations;
+ simple use a or similar solutions.
+
+
+
+
+ Initializes a new instance of the class
+ specifying heading informations.
+
+ A string with heading information or
+ an instance of .
+ Thrown when parameter is null or empty string.
+
+
+
+ Adds a text line after copyright and before options usage informations.
+
+ A instance.
+ Thrown when parameter is null or empty string.
+
+
+
+ Adds a text block with options usage informations.
+
+ The instance that collected command line arguments parsed with class.
+ Thrown when parameter is null.
+
+
+
+ Adds a text block with options usage informations.
+
+ The instance that collected command line arguments parsed with the class.
+ The word to use when the option is required.
+ Thrown when parameter is null.
+ Thrown when parameter is null or empty string.
+
+
+
+ Returns the help informations as a .
+
+ The that contains the help informations.
+
+
+
+ Converts the help informations to a .
+
+ This instance.
+ The that contains the help informations.
+
+
+
+ Sets the copyright information string.
+ You can directly assign a instance.
+
+
+
+
+ Models an option specification.
+
+
+
+
+ Provides base properties for creating an attribute, used to define rules for command line parsing.
+
+
+
+
+ Short name of this command line option. This name is usually a single character.
+
+
+
+
+ Long name of this command line option. This name is usually a single english word.
+
+
+
+
+ True if this command line option is required.
+
+
+
+
+ A short description of this command line option. Usually a sentence summary.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The short name of the option or null if not used.
+ The long name of the option or null if not used.
+
+
+
+ Models the copyright informations part of an help text.
+ You can assign it where you assign any instance.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class
+ specifying author and year.
+
+ The company or person holding the copyright.
+ The year of coverage of copyright.
+ Thrown when parameter is null or empty string.
+
+
+
+ Initializes a new instance of the class
+ specifying author and years.
+
+ The company or person holding the copyright.
+ The years of coverage of copyright.
+ Thrown when parameter is null or empty string.
+ Thrown when parameter is not supplied.
+
+
+
+ Initializes a new instance of the class
+ specifying symbol case, author and years.
+
+ The case of the copyright symbol.
+ The company or person holding the copyright.
+ The years of coverage of copyright.
+ Thrown when parameter is null or empty string.
+ Thrown when parameter is not supplied.
+
+
+
+ Returns the copyright informations as a .
+
+ The that contains the copyright informations.
+
+
+
+ Converts the copyright informations to a .
+
+ This instance.
+ The that contains the copyright informations.
+
+
+
+ When overridden in a derived class, allows to specify a new algorithm to render copyright years
+ as a instance.
+
+ A array of years.
+ A instance with copyright years.
+
+
+
+ When overridden in a derived class, allows to specify a different copyright word.
+
+
+
+
+ Indicates the instance method that must be invoked when it becomes necessary show your help screen.
+ The method signature is an instance method with no parameters and
+ return value.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+ Allows you to define short and long option names.
+
+ The short name of the option or null if not used.
+ The long name of the option or null if not used.
+
+
+
+ Returns always false for this kind of option.
+ This behaviour can't be changed by design; if you try set
+ an will be thrown.
+
+
+
+
+ Models an option that can accept multiple values.
+ Must be applied to a field compatible with an interface
+ of instances.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The short name of the option or null if not used.
+ The long name of the option or null if not used.
+
+
+
+ Initializes a new instance of the class.
+
+ The short name of the option or null if not used.
+ The long name of the option or null if not used.
+ Values separator character.
+
+
+
+ Gets or sets the values separator character.
+
+
+
+
+ Models a list of command line arguments that are not options.
+ Must be applied to a field compatible with an interface
+ of instances.
+
+
+
+
+ Initializes a new instance of the class.
+
+ A type that implements .
+ Thrown if is null.
+
+
+
+ Gets or sets the maximum element allow for the list managed by type.
+ If lesser than 0, no upper bound is fixed.
+ If equal to 0, no elements are allowed.
+
+
+
+
+ Provides methods to parse command line arguments. This class cannot be inherited.
+
+
+
+
+ Parses a array of command line arguments,
+ setting values read in parameter instance.
+
+ A array of command line arguments.
+ An instance to receive values.
+ Parsing rules are defined using derived types.
+ True if parsing process succeed.
+ Thrown if is null.
+ Thrown if is null.
+
+
+
+ Parses a array of command line arguments,
+ setting values read in parameter instance.
+ This overloads allows you to specify a
+ derived instance for write text messages.
+
+ A array of command line arguments.
+ An instance to receive values.
+ Parsing rules are defined using derived types.
+ Any instance derived from ,
+ usually .
+ True if parsing process succeed.
+ Thrown if is null.
+ Thrown if is null.
+ Thrown if is null.
+
+
+
+ Represents the exception that is thrown when an attempt to assign incopatible types.
+
+
+
+
+ Models the heading informations part of an help text.
+ You can assign it where you assign any instance.
+
+
+
+
+ Initializes a new instance of the class
+ specifying program name.
+
+ The name of the program.
+ Thrown when parameter is null or empty string.
+
+
+
+ Initializes a new instance of the class
+ specifying program name and version.
+
+ The name of the program.
+ The version of the program.
+ Thrown when parameter is null or empty string.
+
+
+
+ Returns the heading informations as a .
+
+ The that contains the heading informations.
+
+
+
+ Converts the heading informations to a .
+
+ This instance.
+ The that contains the heading informations.
+
+
+
+ Writes out a string and a new line using the program name specified in the constructor
+ and parameter.
+
+ The message to write.
+ The target derived type.
+ Thrown when parameter is null or empty string.
+ Thrown when parameter is null.
+
+
+
+ Writes out a string and a new line using the program name specified in the constructor
+ and parameter to standard output stream.
+
+ The message to write.
+ Thrown when parameter is null or empty string.
+
+
+
+ Writes out a string and a new line using the program name specified in the constructor
+ and parameter to standard error stream.
+
+ The message to write.
+ Thrown when parameter is null or empty string.
+
+
+
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.4.1.bat b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.4.1.bat
new file mode 100644
index 0000000000..230dedadef
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.4.1.bat
@@ -0,0 +1,6 @@
+mkdir "%APPDATA%\JetBrains\ReSharper\v4.1\vs9.0\Plugins" 2> NUL
+copy /y Machine.Specifications.dll "%APPDATA%\JetBrains\ReSharper\v4.1\vs9.0\Plugins"
+copy /y Machine.Specifications.pdb "%APPDATA%\JetBrains\ReSharper\v4.1\vs9.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.4.1.dll "%APPDATA%\JetBrains\ReSharper\v4.1\vs9.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.4.1.pdb "%APPDATA%\JetBrains\ReSharper\v4.1\vs9.0\Plugins"
+
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.4.5.bat b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.4.5.bat
new file mode 100644
index 0000000000..9e2ee10e5a
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.4.5.bat
@@ -0,0 +1,6 @@
+mkdir "%APPDATA%\JetBrains\ReSharper\v4.5\vs9.0\Plugins" 2> NUL
+copy /y Machine.Specifications.dll "%APPDATA%\JetBrains\ReSharper\v4.5\vs9.0\Plugins"
+copy /y Machine.Specifications.pdb "%APPDATA%\JetBrains\ReSharper\v4.5\vs9.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.4.5.dll "%APPDATA%\JetBrains\ReSharper\v4.5\vs9.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.4.5.pdb "%APPDATA%\JetBrains\ReSharper\v4.5\vs9.0\Plugins"
+
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.0 - VS2008.bat b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.0 - VS2008.bat
new file mode 100644
index 0000000000..bd9e6f0def
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.0 - VS2008.bat
@@ -0,0 +1,6 @@
+mkdir "%APPDATA%\JetBrains\ReSharper\v5.0\vs9.0\Plugins" 2> NUL
+copy /y Machine.Specifications.dll "%APPDATA%\JetBrains\ReSharper\v5.0\vs9.0\Plugins"
+copy /y Machine.Specifications.pdb "%APPDATA%\JetBrains\ReSharper\v5.0\vs9.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.5.0.dll "%APPDATA%\JetBrains\ReSharper\v5.0\vs9.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.5.0.pdb "%APPDATA%\JetBrains\ReSharper\v5.0\vs9.0\Plugins"
+
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.0 - VS2010.bat b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.0 - VS2010.bat
new file mode 100644
index 0000000000..23368d8625
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.0 - VS2010.bat
@@ -0,0 +1,6 @@
+mkdir "%APPDATA%\JetBrains\ReSharper\v5.0\vs10.0\Plugins" 2> NUL
+copy /y Machine.Specifications.dll "%APPDATA%\JetBrains\ReSharper\v5.0\vs10.0\Plugins"
+copy /y Machine.Specifications.pdb "%APPDATA%\JetBrains\ReSharper\v5.0\vs10.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.5.0.dll "%APPDATA%\JetBrains\ReSharper\v5.0\vs10.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.5.0.pdb "%APPDATA%\JetBrains\ReSharper\v5.0\vs10.0\Plugins"
+
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.1 - VS2008.bat b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.1 - VS2008.bat
new file mode 100644
index 0000000000..1ebd951daa
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.1 - VS2008.bat
@@ -0,0 +1,6 @@
+mkdir "%APPDATA%\JetBrains\ReSharper\v5.1\vs9.0\Plugins" 2> NUL
+copy /y Machine.Specifications.dll "%APPDATA%\JetBrains\ReSharper\v5.1\vs9.0\Plugins"
+copy /y Machine.Specifications.pdb "%APPDATA%\JetBrains\ReSharper\v5.1\vs9.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.5.1.dll "%APPDATA%\JetBrains\ReSharper\v5.1\vs9.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.5.1.pdb "%APPDATA%\JetBrains\ReSharper\v5.1\vs9.0\Plugins"
+
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.1 - VS2010.bat b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.1 - VS2010.bat
new file mode 100644
index 0000000000..8d37771913
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/InstallResharperRunner.5.1 - VS2010.bat
@@ -0,0 +1,6 @@
+mkdir "%APPDATA%\JetBrains\ReSharper\v5.1\vs10.0\Plugins" 2> NUL
+copy /y Machine.Specifications.dll "%APPDATA%\JetBrains\ReSharper\v5.1\vs10.0\Plugins"
+copy /y Machine.Specifications.pdb "%APPDATA%\JetBrains\ReSharper\v5.1\vs10.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.5.1.dll "%APPDATA%\JetBrains\ReSharper\v5.1\vs10.0\Plugins"
+copy /y Machine.Specifications.ReSharperRunner.5.1.pdb "%APPDATA%\JetBrains\ReSharper\v5.1\vs10.0\Plugins"
+
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/InstallTDNetRunner.bat b/packages/Machine.Specifications.0.4.13.0/tools/InstallTDNetRunner.bat
new file mode 100644
index 0000000000..f14a26d17c
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/InstallTDNetRunner.bat
@@ -0,0 +1,16 @@
+@echo off & if not "%ECHO%"=="" echo %ECHO%
+
+setlocal
+set LOCALDIR=%~dp0
+
+echo Windows Registry Editor Version 5.00 > MSpecTDNet.reg
+echo [HKEY_CURRENT_USER\Software\MutantDesign\TestDriven.NET\TestRunners\MSpec] >> MSpecTDNet.reg
+echo "Application"="" >> MSpecTDNet.reg
+echo "AssemblyPath"="%LOCALDIR:\=\\%Machine.Specifications.TDNetRunner.dll" >> MSpecTDNet.reg
+echo "TargetFrameworkAssemblyName"="Machine.Specifications" >> MSpecTDNet.reg
+echo "TypeName"="Machine.Specifications.TDNetRunner.SpecificationRunner" >> MSpecTDNet.reg
+echo @="5" >> MSpecTDNet.reg
+
+regedit MSpecTDNet.reg
+
+del MSpecTDNet.reg
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/InstallTDNetRunnerSilent.bat b/packages/Machine.Specifications.0.4.13.0/tools/InstallTDNetRunnerSilent.bat
new file mode 100644
index 0000000000..12d6334c5f
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/InstallTDNetRunnerSilent.bat
@@ -0,0 +1,16 @@
+@echo off & if not "%ECHO%"=="" echo %ECHO%
+
+setlocal
+set LOCALDIR=%~dp0
+
+echo Windows Registry Editor Version 5.00 > MSpecTDNet.reg
+echo [HKEY_CURRENT_USER\Software\MutantDesign\TestDriven.NET\TestRunners\MSpec] >> MSpecTDNet.reg
+echo "Application"="" >> MSpecTDNet.reg
+echo "AssemblyPath"="%LOCALDIR:\=\\%Machine.Specifications.TDNetRunner.dll" >> MSpecTDNet.reg
+echo "TargetFrameworkAssemblyName"="Machine.Specifications" >> MSpecTDNet.reg
+echo "TypeName"="Machine.Specifications.TDNetRunner.SpecificationRunner" >> MSpecTDNet.reg
+echo @="5" >> MSpecTDNet.reg
+
+regedit /s MSpecTDNet.reg
+
+del MSpecTDNet.reg
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/License.txt b/packages/Machine.Specifications.0.4.13.0/tools/License.txt
new file mode 100644
index 0000000000..6183ea8950
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/License.txt
@@ -0,0 +1,54 @@
+Copyright (c) 2008 Machine Project
+Portions Copyright (c) 2008 Jacob Lewallen, Aaron Jensen
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+*****************************
+Some parts licensed under MS-PL
+*****************************
+
+This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
+
+1. Definitions
+
+The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
+
+A "contribution" is the original software, or any additions or changes to the software.
+
+A "contributor" is any person that distributes its contribution under this license.
+
+"Licensed patents" are a contributor's patent claims that read directly on its contribution.
+
+2. Grant of Rights
+
+(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
+
+(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
+
+3. Conditions and Limitations
+
+(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
+
+(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
+
+(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
+
+(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
+
+(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
\ No newline at end of file
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.GallioAdapter.3.1.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.GallioAdapter.3.1.dll
new file mode 100644
index 0000000000..27d4da01a4
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.GallioAdapter.3.1.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.GallioAdapter.plugin b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.GallioAdapter.plugin
new file mode 100644
index 0000000000..948c7b10c1
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.GallioAdapter.plugin
@@ -0,0 +1,43 @@
+
+
+
+ Machine Specifications Adapter Plugin
+ 0.4.13.0
+ Provides support for running MSpec within Gallio. Requires the assemblies from MSpec.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Machine Specifications
+ Machine.Specifications, Version=0.4.13.0
+ 0.4.13.0
+ Assembly
+
+
+
+
\ No newline at end of file
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.4.1.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.4.1.dll
new file mode 100644
index 0000000000..351e9b1e1d
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.4.1.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.4.5.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.4.5.dll
new file mode 100644
index 0000000000..b111673880
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.4.5.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.5.0.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.5.0.dll
new file mode 100644
index 0000000000..6ce0707652
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.5.0.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.5.1.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.5.1.dll
new file mode 100644
index 0000000000..fc4a5ebbab
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.ReSharperRunner.5.1.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.Reporting.Templates.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.Reporting.Templates.dll
new file mode 100644
index 0000000000..c15ee83072
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.Reporting.Templates.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.Reporting.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.Reporting.dll
new file mode 100644
index 0000000000..72e09f964d
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.Reporting.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.SeleniumSupport.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.SeleniumSupport.dll
new file mode 100644
index 0000000000..a4ba0cb572
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.SeleniumSupport.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.TDNetRunner.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.TDNetRunner.dll
new file mode 100644
index 0000000000..1efaf9e08f
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.TDNetRunner.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.WatinSupport.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.WatinSupport.dll
new file mode 100644
index 0000000000..a431f0ba22
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.WatinSupport.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.dll b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.dll
new file mode 100644
index 0000000000..0e235f869a
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.dll.tdnet b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.dll.tdnet
new file mode 100644
index 0000000000..d7ead9b95b
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/Machine.Specifications.dll.tdnet
@@ -0,0 +1,5 @@
+
+ Machine.Specifications 0.4.13-2780e33
+ Machine.Specifications.TDNetRunner.dll
+ Machine.Specifications.TDNetRunner.SpecificationRunner
+
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Newtonsoft.Json.dll b/packages/Machine.Specifications.0.4.13.0/tools/Newtonsoft.Json.dll
new file mode 100644
index 0000000000..8a7b1a5a6d
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Newtonsoft.Json.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/Spark.dll b/packages/Machine.Specifications.0.4.13.0/tools/Spark.dll
new file mode 100644
index 0000000000..a607228d01
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/Spark.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/TestDriven.Framework.dll b/packages/Machine.Specifications.0.4.13.0/tools/TestDriven.Framework.dll
new file mode 100644
index 0000000000..1498507436
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/TestDriven.Framework.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/ThoughtWorks.Selenium.Core.dll b/packages/Machine.Specifications.0.4.13.0/tools/ThoughtWorks.Selenium.Core.dll
new file mode 100644
index 0000000000..4545025149
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/ThoughtWorks.Selenium.Core.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/WatiN.Core.dll b/packages/Machine.Specifications.0.4.13.0/tools/WatiN.Core.dll
new file mode 100644
index 0000000000..ed8e6ddfab
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/WatiN.Core.dll differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/install.ps1 b/packages/Machine.Specifications.0.4.13.0/tools/install.ps1
new file mode 100644
index 0000000000..ed01f7d7ab
--- /dev/null
+++ b/packages/Machine.Specifications.0.4.13.0/tools/install.ps1
@@ -0,0 +1,7 @@
+param($installPath, $toolsPath, $package, $project)
+$project.Object.References | Where-Object { $_.Name -eq 'Machine.Specifications.TDNetRunner' } | ForEach-Object { $_.Remove() }
+
+if ($false -eq $false)
+{
+ Write-Warning "This is the unsigned version of Machine.Specifications. Use 'Install-Package Machine.Specifications-Signed' to install the signed version."
+}
\ No newline at end of file
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/mspec-clr4.exe b/packages/Machine.Specifications.0.4.13.0/tools/mspec-clr4.exe
new file mode 100644
index 0000000000..dd72d93cfb
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/mspec-clr4.exe differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/mspec-x86-clr4.exe b/packages/Machine.Specifications.0.4.13.0/tools/mspec-x86-clr4.exe
new file mode 100644
index 0000000000..3e96071226
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/mspec-x86-clr4.exe differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/mspec-x86.exe b/packages/Machine.Specifications.0.4.13.0/tools/mspec-x86.exe
new file mode 100644
index 0000000000..1ce42d46b7
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/mspec-x86.exe differ
diff --git a/packages/Machine.Specifications.0.4.13.0/tools/mspec.exe b/packages/Machine.Specifications.0.4.13.0/tools/mspec.exe
new file mode 100644
index 0000000000..37e46a68a5
Binary files /dev/null and b/packages/Machine.Specifications.0.4.13.0/tools/mspec.exe differ
diff --git a/packages/RhinoMocks.3.6/RhinoMocks.3.6.nupkg b/packages/RhinoMocks.3.6/RhinoMocks.3.6.nupkg
new file mode 100644
index 0000000000..fa83866e79
Binary files /dev/null and b/packages/RhinoMocks.3.6/RhinoMocks.3.6.nupkg differ
diff --git a/packages/RhinoMocks.3.6/lib/Rhino.Mocks.dll b/packages/RhinoMocks.3.6/lib/Rhino.Mocks.dll
new file mode 100644
index 0000000000..3fc4b2ae43
Binary files /dev/null and b/packages/RhinoMocks.3.6/lib/Rhino.Mocks.dll differ
diff --git a/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/developwithpassion.specifications.rhinomocks.0.4.13.0.nupkg b/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/developwithpassion.specifications.rhinomocks.0.4.13.0.nupkg
new file mode 100644
index 0000000000..444e741391
Binary files /dev/null and b/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/developwithpassion.specifications.rhinomocks.0.4.13.0.nupkg differ
diff --git a/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.dll b/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.dll
new file mode 100644
index 0000000000..a0f78256cd
Binary files /dev/null and b/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.dll differ
diff --git a/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.pdb b/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.pdb
new file mode 100644
index 0000000000..778271ee1a
Binary files /dev/null and b/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.pdb differ
diff --git a/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.rhinomocks.dll b/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.rhinomocks.dll
new file mode 100644
index 0000000000..905830cf5c
Binary files /dev/null and b/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.rhinomocks.dll differ
diff --git a/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.rhinomocks.pdb b/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.rhinomocks.pdb
new file mode 100644
index 0000000000..49f368a3ab
Binary files /dev/null and b/packages/developwithpassion.specifications.rhinomocks.0.4.13.0/lib/developwithpassion.specifications.rhinomocks.pdb differ
diff --git a/packages/repositories.config b/packages/repositories.config
new file mode 100644
index 0000000000..f4f574e808
--- /dev/null
+++ b/packages/repositories.config
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file