diff --git a/AddIns/ICSharpCode.SharpDevelop.addin b/AddIns/ICSharpCode.SharpDevelop.addin index 4c59c15faa..6ab821b868 100644 --- a/AddIns/ICSharpCode.SharpDevelop.addin +++ b/AddIns/ICSharpCode.SharpDevelop.addin @@ -271,9 +271,9 @@ - + class = "ICSharpCode.SharpDevelop.Project.Commands.PublishProject"/>--> @@ -1327,9 +1327,9 @@ - + class = "ICSharpCode.SharpDevelop.Project.Commands.PublishProject"/>--> - + diff --git a/data/templates/project/CSharp/ControlLibrary.xpt b/data/templates/project/CSharp/ControlLibrary.xpt index 3397c3f022..b3ea6b323d 100644 --- a/data/templates/project/CSharp/ControlLibrary.xpt +++ b/data/templates/project/CSharp/ControlLibrary.xpt @@ -102,35 +102,7 @@ namespace ${StandardNamespace} } } ]]> - - + diff --git a/data/templates/project/CSharp/DefaultAssemblyInfo.cs b/data/templates/project/CSharp/DefaultAssemblyInfo.cs new file mode 100644 index 0000000000..17a1d024a7 --- /dev/null +++ b/data/templates/project/CSharp/DefaultAssemblyInfo.cs @@ -0,0 +1,31 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Information about this assembly is defined by the following +// attributes. +// +// change them to the information which is associated with the assembly +// you compile. + +[assembly: AssemblyTitle("${ProjectName}")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("${ProjectName}")] +[assembly: AssemblyCopyright("")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// This sets the default COM visibility of types in the assembly to invisible. +// If you need to expose a type to COM, use [ComVisible(true)] on that type. +[assembly: ComVisible(false)] + +// The assembly version has following format : +// +// Major.Minor.Build.Revision +// +// You can specify all values by your own or you can build default build and revision +// numbers with the '*' character (the default): + +[assembly: AssemblyVersion("1.0.*")] diff --git a/data/templates/project/CSharp/Direct3DProject.xpt b/data/templates/project/CSharp/Direct3DProject.xpt index 282742c80f..3c5c38e6e5 100644 --- a/data/templates/project/CSharp/Direct3DProject.xpt +++ b/data/templates/project/CSharp/Direct3DProject.xpt @@ -171,34 +171,7 @@ namespace ${StandardNamespace} } } ]]> - + diff --git a/data/templates/project/CSharp/FormsProject.xpt b/data/templates/project/CSharp/FormsProject.xpt index f0b558daaa..c67b68f850 100644 --- a/data/templates/project/CSharp/FormsProject.xpt +++ b/data/templates/project/CSharp/FormsProject.xpt @@ -112,35 +112,7 @@ namespace ${StandardNamespace} } } ]]> - - + diff --git a/data/templates/project/CSharp/GladeProject.xpt b/data/templates/project/CSharp/GladeProject.xpt index 6f807f6a71..2ca860cc81 100644 --- a/data/templates/project/CSharp/GladeProject.xpt +++ b/data/templates/project/CSharp/GladeProject.xpt @@ -105,35 +105,7 @@ namespace ${StandardNamespace} ]]> - - + diff --git a/data/templates/project/CSharp/GtkProject.xpt b/data/templates/project/CSharp/GtkProject.xpt index 70c4323a60..e05c524e19 100644 --- a/data/templates/project/CSharp/GtkProject.xpt +++ b/data/templates/project/CSharp/GtkProject.xpt @@ -76,35 +76,7 @@ namespace ${StandardNamespace} } } }]]> - - + diff --git a/data/templates/project/CSharp/Library.xpt b/data/templates/project/CSharp/Library.xpt index 9a64dfe2f5..cd74437347 100644 --- a/data/templates/project/CSharp/Library.xpt +++ b/data/templates/project/CSharp/Library.xpt @@ -46,35 +46,7 @@ namespace ${StandardNamespace} } }]]> - - + diff --git a/data/templates/project/CSharp/Service.xpt b/data/templates/project/CSharp/Service.xpt index d42ffdb809..de00515a69 100644 --- a/data/templates/project/CSharp/Service.xpt +++ b/data/templates/project/CSharp/Service.xpt @@ -1,7 +1,7 @@