diff --git a/lib/Gallio_3.2.517.0/TeamCity/Gallio.TeamCityIntegration.dll b/lib/Gallio_3.2.517.0/TeamCity/Gallio.TeamCityIntegration.dll
new file mode 100644
index 00000000..f535b868
Binary files /dev/null and b/lib/Gallio_3.2.517.0/TeamCity/Gallio.TeamCityIntegration.dll differ
diff --git a/lib/Gallio_3.2.517.0/TeamCity/Gallio.TeamCityIntegration.plugin b/lib/Gallio_3.2.517.0/TeamCity/Gallio.TeamCityIntegration.plugin
new file mode 100644
index 00000000..4fa4ff06
--- /dev/null
+++ b/lib/Gallio_3.2.517.0/TeamCity/Gallio.TeamCityIntegration.plugin
@@ -0,0 +1,38 @@
+
+
+
+ TeamCity Integration Plugin
+ 3.2.0.0
+ Provides a test runner extension capable of formatting test results to be presented within TeamCity.
+ plugin://Gallio.TeamCityIntegration/Resources/TeamCity.ico
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${env:TEAMCITY_VERSION}
+
+
+
+
\ No newline at end of file
diff --git a/lib/Gallio_3.2.517.0/TeamCity/Readme.txt b/lib/Gallio_3.2.517.0/TeamCity/Readme.txt
new file mode 100644
index 00000000..1562b361
--- /dev/null
+++ b/lib/Gallio_3.2.517.0/TeamCity/Readme.txt
@@ -0,0 +1,35 @@
+Gallio.TeamCityIntegration
+==========================
+
+This plugin provides a Test Runner Extension that publishes "service messages" that
+TeamCity can interpret and present in its test results.
+
+Beginning with Gallio v3.0.7, Gallio will automatically
+
+Prior to Gallio v3.0.7, it was necessary to specify the TeamCity integration extension
+manually as an argument to the test runner. Now Gallio will automatically detect
+that it is running within the context of a TeamCity build by checking for the exitents
+of the "TEAMCITY_VERSION" environment variable which is predefined by TeamCity.
+
+
+>>> IF THE AUTO-DETECTION FAILS TO WORK, HERE ARE THE OLD MANUAL INSTRUCTIONS <<<
+
+Only use these instructions if for some reason the auto-detection appears to fail.
+
+Set the RunnerExtensions argument of the Gallio test runner you are using to
+ "TeamCityExtension,Gallio.TeamCityIntegration"
+
+Examples:
+
+If you are using the Gallio MSBuild task:
+
+
+If you are using the Gallio NAnt task:
+
+
+ ... other arguments
+
+
+If you are using the Gallio Echo task:
+ Gallio.Echo /re:TeamCityExtension,Gallio.TeamCityIntegration ... other arguments...
diff --git a/lib/Gallio_3.2.517.0/TeamCity/Resources/TeamCity.ico b/lib/Gallio_3.2.517.0/TeamCity/Resources/TeamCity.ico
new file mode 100644
index 00000000..2f950658
Binary files /dev/null and b/lib/Gallio_3.2.517.0/TeamCity/Resources/TeamCity.ico differ