/ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs
http://github.com/icsharpcode/ILSpy · C# · 28 lines · 17 code · 9 blank · 2 comment · 0 complexity · 0933f7dcad643b27ca59d91b9c012098 MD5 · raw file
- #region Using directives
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- using System.Diagnostics.CodeAnalysis;
- #endregion
- [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: InternalsVisibleTo("ICSharpCode.Decompiler.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004dcf3979c4e902efa4dd2163a039701ed5822e6f1134d77737296abbb97bf0803083cfb2117b4f5446a217782f5c7c634f9fe1fc60b4c11d62c5b3d33545036706296d31903ddcf750875db38a8ac379512f51620bb948c94d0831125fbc5fe63707cbb93f48c1459c4d1749eb7ac5e681a2f0d6d7c60fa527a3c0b8f92b02bf")]
- #if DEBUG
- [assembly: InternalsVisibleTo("ILSpy, PublicKey=00240000048000009400000006020000002400005253413100040000010001004dcf3979c4e902efa4dd2163a039701ed5822e6f1134d77737296abbb97bf0803083cfb2117b4f5446a217782f5c7c634f9fe1fc60b4c11d62c5b3d33545036706296d31903ddcf750875db38a8ac379512f51620bb948c94d0831125fbc5fe63707cbb93f48c1459c4d1749eb7ac5e681a2f0d6d7c60fa527a3c0b8f92b02bf")]
- #endif
- [assembly: SuppressMessage("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly",
- Justification = "AssemblyInformationalVersion does not need to be a parsable version")]