diff --git a/data/templates/project/VBNet/WPFApplication.xpt b/data/templates/project/VBNet/WPFApplication.xpt
new file mode 100644
index 0000000000..d4f3eb6ce9
--- /dev/null
+++ b/data/templates/project/VBNet/WPFApplication.xpt
@@ -0,0 +1,102 @@
+
+
+
+
+
+ ${res:Templates.Project.WinFXApplication.Name}
+ VBNet
+ WPF
+ VBNet.Project.Form
+ ${res:Templates.Project.WinFXApplication.Description}
+ v3.0;v3.5Client
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3.0
+
+
+ 3.0
+
+
+ 3.0
+
+
+
+
+ WinExe
+ Properties
+ Custom
+
+
+
+
+
+
+
+]]>
+
+ ''' Interaction logic for App.xaml
+ '''
+ Public Partial Class App
+ Inherits Application
+
+ End Class
+End Namespace]]>
+
+
+
+
+]]>
+
+ ''' Interaction logic for Window1.xaml
+ '''
+ Public Partial Class Window1
+ Inherits Window
+
+ Public Sub New()
+ InitializeComponent()
+ End Sub
+ End Class
+End Namespace]]>
+
+
+
+
+
diff --git a/data/templates/project/VBNet/WPFAssemblyInfo.vb b/data/templates/project/VBNet/WPFAssemblyInfo.vb
new file mode 100644
index 0000000000..3326f00046
--- /dev/null
+++ b/data/templates/project/VBNet/WPFAssemblyInfo.vb
@@ -0,0 +1,25 @@
+#Region "Imports directives"
+
+Imports System.Resources
+Imports System.Windows
+
+#End Region
+
+
+
+' In order to begin building localizable applications, set
+' CultureYouAreCodingWith in your .vbproj file
+' inside a . For example, if you are using US english
+' in your source files, set the to en-US. Then uncomment
+' the NeutralResourceLanguage attribute below. Update the "en-US" in
+' the line below to match the UICulture setting in the project file.
+
+
+
+' themeDictionaryLocation = where theme specific resource dictionaries are located
+' (used if a resource is not found in the page,
+' or application resource dictionaries)
+' genericDictionaryLocation = where the generic resource dictionary is located
+' (used if a resource is not found in the page,
+' app, or any theme specific resource dictionaries)
+
diff --git a/data/templates/project/VBNet/WPFNavigationApplication.xpt b/data/templates/project/VBNet/WPFNavigationApplication.xpt
new file mode 100644
index 0000000000..596efe3da4
--- /dev/null
+++ b/data/templates/project/VBNet/WPFNavigationApplication.xpt
@@ -0,0 +1,106 @@
+
+
+
+
+
+ ${res:Templates.Project.WinFXNavigationApplication.Name}
+ VBNet
+ WPF
+ VBNet.Project.Form
+ ${res:Templates.Project.WinFXNavigationApplication.Description}
+ v3.0;v3.5Client
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3.0
+
+
+ 3.0
+
+
+ 3.0
+
+
+
+
+ WinExe
+ Properties
+ Custom
+
+
+
+
+
+
+
+]]>
+
+ ''' Interaction logic for App.xaml
+ '''
+ Public Partial Class App
+ Inherits Application
+
+ End Class
+End Namespace]]>
+
+
+
+
+]]>
+
+ /// Interaction logic for Page1.xaml
+ ///
+ Public Partial Class Page1
+ Inherits Page
+
+ Public Sub New()
+ InitializeComponent()
+ End Sub
+ End Class
+End Namespace]]>
+
+
+
+
+