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 @@ + + 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 @@ + +