diff --git a/data/templates/file/CSharp/CSharp.WPFFlowDocument.xft b/data/templates/file/CSharp/CSharp.WPFFlowDocument.xft
deleted file mode 100644
index 10a99da554..0000000000
--- a/data/templates/file/CSharp/CSharp.WPFFlowDocument.xft
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
- ${res:Templates.File.WinFXFlowDocument.Name}
-
-
-
-
-
-
-
-]]>
-
-
-
-
-
-
diff --git a/data/templates/file/CSharp/CSharp.WPFPage.xft b/data/templates/file/CSharp/CSharp.WPFPage.xft
deleted file mode 100644
index 53be9f3f94..0000000000
--- a/data/templates/file/CSharp/CSharp.WPFPage.xft
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
- ${res:Templates.File.WinFXPage.Name}
-
-
-
-
-
-
-
-]]>
-
- /// Interaction logic for ${FullName}
- ///
-
- public partial class ${FileNameWithoutExtension} : Page
- {
- public ${FileNameWithoutExtension}()
- {
- InitializeComponent();
- }
-
- }
-}]]>
-
-
-
-
-
-
diff --git a/data/templates/file/CSharp/CSharp.WPFPageFunction.xft b/data/templates/file/CSharp/CSharp.WPFPageFunction.xft
deleted file mode 100644
index 1915a22613..0000000000
--- a/data/templates/file/CSharp/CSharp.WPFPageFunction.xft
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
- ${res:Templates.File.WinFXPageFunction.Name}
-
-
-
-
-
-
-
-]]>
-
- /// Interaction logic for ${FileName}
- ///
-
- public partial class ${FileNameWithoutExtension} : PageFunction
- {
-
- public ${FileNameWithoutExtension}()
- {
- InitializeComponent();
- }
-
- // The OnLoaded handler can be run automatically when the class is loaded. To use it, add Loaded="OnLoaded" to the attributes of the root element of the .xaml file and uncomment the following line.
- // private void OnLoaded(object sender, RoutedEventArgs e) {}
- //
- // Sample Finish Handler
- // private void OnClickDone(object sender, RoutedEventArgs e)
- // {
- // OnFinish(new ReturnEventArgs("The return value"));
- // }
-
- // To launch this page function, put this code in the launching page.
- // ${FileNameWithoutExtension} pageFunction = new ${FileNameWithoutExtension}();
- // pageFunction.Return += new ReturnEventHandler(On${FileNameWithoutExtension}Returned);
- // _NavWin.Navigate(pageFunction);
- //
- // This handler goes in the launching page.
- // public void On${FileNameWithoutExtension}Returned(object sender, ReturnEventArgs e)
- // {
- // Console.WriteLine("${FileNameWithoutExtension} returned: " + e.Result);
- // }
-
-
- }
-}]]>
-
-
-
-
-
-
diff --git a/data/templates/file/CSharp/CSharp.WPFResourceDictionary.xft b/data/templates/file/CSharp/CSharp.WPFResourceDictionary.xft
deleted file mode 100644
index 0e98f46dc7..0000000000
--- a/data/templates/file/CSharp/CSharp.WPFResourceDictionary.xft
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
- ${res:Templates.File.WinFXResourceDictionary.Name}
-
-
-
-
-
-]]>
-
-
-
-
-
-
diff --git a/data/templates/file/CSharp/CSharp.WPFUserControl.xft b/data/templates/file/CSharp/CSharp.WPFUserControl.xft
deleted file mode 100644
index 033288131b..0000000000
--- a/data/templates/file/CSharp/CSharp.WPFUserControl.xft
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
- ${res:Templates.File.WinFXUserControl.Description}
-
-
-
-
-
-
-
-]]>
-
- /// Interaction logic for ${FileName}
- ///
-
- public partial class ${FileNameWithoutExtension} : UserControl
- {
- public ${FileNameWithoutExtension}()
- {
- InitializeComponent();
- }
-
- }
-}]]>
-
-
-
-
-
-
diff --git a/data/templates/file/CSharp/CSharp.WPFWindow.xft b/data/templates/file/CSharp/CSharp.WPFWindow.xft
deleted file mode 100644
index 1befbef230..0000000000
--- a/data/templates/file/CSharp/CSharp.WPFWindow.xft
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
- ${res:Templates.File.WinFXWindow.Description}
-
-
-
-
-
-
-
-]]>
-
- /// Interaction logic for ${FileName}
- ///
-
- public partial class ${FileNameWithoutExtension} : Window
- {
-
- public ${FileNameWithoutExtension}()
- {
- InitializeComponent();
- }
-
- }
-}]]>
-
-
-
-
-
-
diff --git a/data/templates/project/CSharp/WPFApplication.xpt b/data/templates/project/CSharp/WPFApplication.xpt
deleted file mode 100644
index 4f0d7b1287..0000000000
--- a/data/templates/project/CSharp/WPFApplication.xpt
+++ /dev/null
@@ -1,175 +0,0 @@
-
-
-
-
-
- ${res:Templates.Project.WinFXApplication.Name}
- C#
- WinFX
- C#.Project.Form
- C#
- ${res:Templates.Project.WinFXApplication.Description}
-
-
-
-
-
-
-
-
- ${ProjectName}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-]]>
-
- /// Interaction logic for App.xaml
- ///
-
- public partial class App : Application
- {
-
- public App()
- {
- InitializeComponent();
- }
-
- }
-}]]>
-
-
-
-
-]]>
-
- /// Interaction logic for Window1.xaml
- ///
-
- public partial class Window1 : Window
- {
-
- public Window1()
- {
- InitializeComponent();
- }
-
- }
-}]]>
- CultureYouAreCodingWith in your .csproj 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.
-
-//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
-
-
-[assembly: ThemeInfo(
- ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
- //(used if a resource is not found in the page,
- // or application resource dictionaries)
- ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
- //(used if a resource is not found in the page,
- // app, or any theme specific resource dictionaries)
-)]
-
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.*")]]]>
-
-
-
-
diff --git a/data/templates/project/CSharp/WPFNavigationApplication.xpt b/data/templates/project/CSharp/WPFNavigationApplication.xpt
deleted file mode 100644
index ab23631e9d..0000000000
--- a/data/templates/project/CSharp/WPFNavigationApplication.xpt
+++ /dev/null
@@ -1,174 +0,0 @@
-
-
-
-
-
- ${res:Templates.Project.WinFXNavigationApplication.Name}
- C#
- WinFX
- C#.Project.Form
- C#
- ${res:Templates.Project.WinFXNavigationApplication.Description}
-
-
-
-
-
-
-
-
- ${ProjectName}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-]]>
-
- /// Interaction logic for App.xaml
- ///
-
- public partial class App : Application
- {
-
- public App()
- {
- InitializeComponent();
- }
-
- }
-}]]>
-
-
-
-
-]]>
-
- /// Interaction logic for Page1.xaml
- ///
-
- public partial class Page1 : Page
- {
- public Page1()
- {
- InitializeComponent();
- }
-
- }
-}]]>
- CultureYouAreCodingWith in your .csproj 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.
-
-//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
-
-
-[assembly: ThemeInfo(
- ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
- //(used if a resource is not found in the page,
- // or application resource dictionaries)
- ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
- //(used if a resource is not found in the page,
- // app, or any theme specific resource dictionaries)
-)]
-
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.*")]]]>
-
-
-
-