From 717006f72b12d2c3ae4e5eea98ae78a31cbc2176 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Wed, 27 Oct 2010 06:48:28 +0200 Subject: [PATCH] added VB templates for WPF Applications --- .../project/VBNet/WPFApplication.xpt | 102 +++++++++++++++++ .../project/VBNet/WPFAssemblyInfo.vb | 25 +++++ .../VBNet/WPFNavigationApplication.xpt | 106 ++++++++++++++++++ 3 files changed, 233 insertions(+) create mode 100644 data/templates/project/VBNet/WPFApplication.xpt create mode 100644 data/templates/project/VBNet/WPFAssemblyInfo.vb create mode 100644 data/templates/project/VBNet/WPFNavigationApplication.xpt 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 @@ + +