diff --git a/src/AddIns/Misc/TextTemplating/Project/Templates/TextTemplate.xft b/src/AddIns/Misc/TextTemplating/Project/Templates/CSharp.TextTemplate.xft
similarity index 71%
rename from src/AddIns/Misc/TextTemplating/Project/Templates/TextTemplate.xft
rename to src/AddIns/Misc/TextTemplating/Project/Templates/CSharp.TextTemplate.xft
index ffa2431abd..fee4363418 100644
--- a/src/AddIns/Misc/TextTemplating/Project/Templates/TextTemplate.xft
+++ b/src/AddIns/Misc/TextTemplating/Project/Templates/CSharp.TextTemplate.xft
@@ -6,14 +6,15 @@
defaultname="TextTemplate${Number}.tt"
language="Default"/>
- A t4 text template for the C# language.
+ A T4 Text Template for the C# language.
+ Generator="TextTemplatingFileGenerator">
+
<#@ output extension=".txt" #>
]]>
diff --git a/src/AddIns/Misc/TextTemplating/Project/Templates/VB.TextTemplate.xft b/src/AddIns/Misc/TextTemplating/Project/Templates/VB.TextTemplate.xft
new file mode 100644
index 0000000000..6735c891ff
--- /dev/null
+++ b/src/AddIns/Misc/TextTemplating/Project/Templates/VB.TextTemplate.xft
@@ -0,0 +1,22 @@
+
+
+
+ A T4 Text Template for the VB.NET language.
+
+
+
+
+<#@ output extension=".txt" #>
+]]>
+
+
+
diff --git a/src/AddIns/Misc/TextTemplating/Project/TextTemplating.csproj b/src/AddIns/Misc/TextTemplating/Project/TextTemplating.csproj
index 52018dbb55..c907ec8503 100644
--- a/src/AddIns/Misc/TextTemplating/Project/TextTemplating.csproj
+++ b/src/AddIns/Misc/TextTemplating/Project/TextTemplating.csproj
@@ -75,7 +75,10 @@
-
+
+ Always
+
+
Always
diff --git a/src/AddIns/Misc/TextTemplating/TextTemplating.sln b/src/AddIns/Misc/TextTemplating/TextTemplating.sln
index 7d3ca24b52..9dc8a09485 100644
--- a/src/AddIns/Misc/TextTemplating/TextTemplating.sln
+++ b/src/AddIns/Misc/TextTemplating/TextTemplating.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
-# SharpDevelop 4.1.0.7318-alpha
+# SharpDevelop 4.1.0.7374-alpha
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextTemplating", "Project\TextTemplating.csproj", "{B5D8C3E6-42EC-4D4B-AD05-3644B32563EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvalonDock", "..\..\..\Libraries\AvalonDock\AvalonDock\AvalonDock.csproj", "{87E61430-4243-45F2-B74E-0A4C096CEBF3}"
diff --git a/src/Setup/Files.wxs b/src/Setup/Files.wxs
index c9ab391ba4..401e0d620a 100644
--- a/src/Setup/Files.wxs
+++ b/src/Setup/Files.wxs
@@ -1569,8 +1569,11 @@
-
-
+
+
+
+
+
diff --git a/src/Setup/Setup.wxs b/src/Setup/Setup.wxs
index a749589184..2f13c951de 100644
--- a/src/Setup/Setup.wxs
+++ b/src/Setup/Setup.wxs
@@ -528,7 +528,8 @@
-
+
+