Fixed the templates to work with .NET 20/35

This commit is contained in:
RKrom 2013-12-11 17:02:49 +01:00
commit 5e10243eb3
18 changed files with 82 additions and 66 deletions

View file

@ -23,7 +23,6 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -50,10 +49,3 @@ using System.Windows.Markup;
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]
// Definitions for XAML namespaces
[assembly: XmlnsPrefix("http://schemas.getgreenshot.net/plugin/", "greenshotplugin")]
[assembly: XmlnsDefinition("http://schemas.getgreenshot.net/plugin/", "GreenshotPlugin")]
[assembly: XmlnsDefinition("http://schemas.getgreenshot.net/plugin/", "GreenshotPlugin.Core")]
[assembly: XmlnsDefinition("http://schemas.getgreenshot.net/plugin/", "GreenshotPlugin.Core.Settings")]
[assembly: XmlnsDefinition("http://schemas.getgreenshot.net/plugin/", "GreenshotPlugin.WPF")]