diff --git a/.gitignore b/.gitignore
index 9e543376c..8c3a21ade 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
-[Bb]in/
-[Oo]bj/
+src/**/[Bb]in/
+src/**/[Oo]bj/
## Ignore Visual Studio temporary files, build results, and
diff --git a/package.json b/package.json
index 71db95c3a..67d88b98e 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,6 @@
"grunt-contrib-watch": "*",
"grunt-contrib-less": "*",
"grunt-contrib-copy": "*",
- "grunt-curl": "*",
"grunt-notify": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-requirejs": "*",
diff --git a/wix/bin/WixIIsExtension.dll b/wix/bin/WixIIsExtension.dll
new file mode 100644
index 000000000..652e61ea4
Binary files /dev/null and b/wix/bin/WixIIsExtension.dll differ
diff --git a/wix/bin/WixNetFxExtension.dll b/wix/bin/WixNetFxExtension.dll
new file mode 100644
index 000000000..c82d7ad51
Binary files /dev/null and b/wix/bin/WixNetFxExtension.dll differ
diff --git a/wix/bin/WixUIExtension.dll b/wix/bin/WixUIExtension.dll
new file mode 100644
index 000000000..3ef5de577
Binary files /dev/null and b/wix/bin/WixUIExtension.dll differ
diff --git a/wix/bin/WixUtilExtension.dll b/wix/bin/WixUtilExtension.dll
new file mode 100644
index 000000000..b729c196d
Binary files /dev/null and b/wix/bin/WixUtilExtension.dll differ
diff --git a/wix/bin/WixVSExtension.dll b/wix/bin/WixVSExtension.dll
new file mode 100644
index 000000000..b93eb29e1
Binary files /dev/null and b/wix/bin/WixVSExtension.dll differ
diff --git a/wix/bin/candle.exe b/wix/bin/candle.exe
new file mode 100644
index 000000000..9eb01f8aa
Binary files /dev/null and b/wix/bin/candle.exe differ
diff --git a/wix/bin/candle.exe.config b/wix/bin/candle.exe.config
new file mode 100644
index 000000000..b0602249b
--- /dev/null
+++ b/wix/bin/candle.exe.config
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
diff --git a/wix/bin/darice.cub b/wix/bin/darice.cub
new file mode 100644
index 000000000..dab45677f
Binary files /dev/null and b/wix/bin/darice.cub differ
diff --git a/wix/bin/heat.exe b/wix/bin/heat.exe
new file mode 100644
index 000000000..5a62476eb
Binary files /dev/null and b/wix/bin/heat.exe differ
diff --git a/wix/bin/heat.exe.config b/wix/bin/heat.exe.config
new file mode 100644
index 000000000..78b87a22d
--- /dev/null
+++ b/wix/bin/heat.exe.config
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wix/bin/light.exe b/wix/bin/light.exe
new file mode 100644
index 000000000..660b2cc91
Binary files /dev/null and b/wix/bin/light.exe differ
diff --git a/wix/bin/light.exe.config b/wix/bin/light.exe.config
new file mode 100644
index 000000000..b0602249b
--- /dev/null
+++ b/wix/bin/light.exe.config
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
diff --git a/wix/bin/wconsole.dll b/wix/bin/wconsole.dll
new file mode 100644
index 000000000..d16ee819c
Binary files /dev/null and b/wix/bin/wconsole.dll differ
diff --git a/wix/bin/winterop.dll b/wix/bin/winterop.dll
new file mode 100644
index 000000000..2975088f9
Binary files /dev/null and b/wix/bin/winterop.dll differ
diff --git a/wix/bin/wix.dll b/wix/bin/wix.dll
new file mode 100644
index 000000000..b26665f1d
Binary files /dev/null and b/wix/bin/wix.dll differ