summaryrefslogtreecommitdiff
path: root/ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs')
-rw-r--r--ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs27
1 files changed, 0 insertions, 27 deletions
diff --git a/ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs b/ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs
deleted file mode 100644
index 3dba481a..00000000
--- a/ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-#region Using directives
-
-using System;
-using System.Resources;
-using System.Reflection;
-using System.Runtime.InteropServices;
-
-#endregion
-
-[assembly: AssemblyTitle("ICSharpCode.Decompiler")]
-[assembly: AssemblyDescription("IL decompiler engine")]
-[assembly: AssemblyCompany("ic#code")]
-[assembly: AssemblyProduct("ILSpy")]
-[assembly: AssemblyCopyright("Copyright 2011-2014 AlphaSierraPapa for the SharpDevelop Team")]
-[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)]
-
-[assembly: AssemblyVersion("$INSERTVERSION$")]
-[assembly: AssemblyInformationalVersion("$INSERTVERSION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$-$INSERTSHORTCOMMITHASH$")]
-[assembly: NeutralResourcesLanguage("en-US")]
-
-[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly",
- Justification = "AssemblyInformationalVersion does not need to be a parsable version")]