diff --git a/BCL.csproj b/BCL.csproj
index db2c1d95f..f48b4dca4 100644
--- a/BCL.csproj
+++ b/BCL.csproj
@@ -231,6 +231,12 @@
+
+
+
+
+
+
commonjs
True
diff --git a/Tests/Readme.md b/Tests/Readme.md
new file mode 100644
index 000000000..52278aa77
--- /dev/null
+++ b/Tests/Readme.md
@@ -0,0 +1,6 @@
+To run tests please build using one of the *_Tests build configurations and call runAll() method of the Tests module. For example:
+
+```js
+var tests = require("Tests");
+tests.runAll();
+```
\ No newline at end of file