mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
760 B
25 lines
760 B
// <file> |
|
// <copyright see="prj:///doc/copyright.txt"/> |
|
// <license see="prj:///doc/license.txt"/> |
|
// <owner name="none" email=""/> |
|
// <version>$Revision$</version> |
|
// </file> |
|
|
|
using System; |
|
using System.Reflection; |
|
using System.Runtime.CompilerServices; |
|
|
|
[assembly: CLSCompliant(true)] |
|
[assembly: StringFreezing()] |
|
|
|
// 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("NRefactory")] |
|
[assembly: AssemblyDescription("Parser and refactoring library for C# and VB.NET")] |
|
[assembly: AssemblyConfiguration("")] |
|
[assembly: AssemblyTrademark("")] |
|
[assembly: AssemblyCulture("")]
|
|
|