Remove template file after create by name
diff --git a/windows8/bin/create.js b/windows8/bin/create.js
index 6a4128a..c8e2c79 100644
--- a/windows8/bin/create.js
+++ b/windows8/bin/create.js
@@ -164,7 +164,7 @@
     delete_if_exists(destPath + "\\bin");
     delete_if_exists(destPath + "\\*.user");
     delete_if_exists(destPath + "\\*.suo");
-    delete_if_exists(destPath + "\\*.vstemplate");
+    delete_if_exists(destPath + "\\MyTemplate.vstemplate");
 
     // TODO: Name the project according to the arguments
     // update the solution to include the new project by name