1 | using System;
|
---|
2 | using System.Reflection;
|
---|
3 | using System.Runtime.CompilerServices;
|
---|
4 | using System.Runtime.InteropServices;
|
---|
5 |
|
---|
6 | // General Information about an assembly is controlled through the following
|
---|
7 | // set of attributes. Change these attribute values to modify the information
|
---|
8 | // associated with an assembly.
|
---|
9 | [assembly: AssemblyTitle("ICSharpCode.NRefactory")]
|
---|
10 | [assembly: AssemblyDescription("Type system and other language-independent parts of NRefactory")]
|
---|
11 | [assembly: AssemblyConfiguration("")]
|
---|
12 | [assembly: AssemblyCompany("ICSharpCode")]
|
---|
13 | [assembly: AssemblyProduct("SharpDevelop/MonoDevelop")]
|
---|
14 | [assembly: AssemblyCopyright("Copyright 2010-2014 AlphaSierraPapa and Xamarin Inc.")]
|
---|
15 | [assembly: AssemblyTrademark("")]
|
---|
16 | [assembly: AssemblyCulture("")]
|
---|
17 |
|
---|
18 | // Setting ComVisible to false makes the types in this assembly not visible
|
---|
19 | // to COM components. If you need to access a type in this assembly from
|
---|
20 | // COM, set the ComVisible attribute to true on that type.
|
---|
21 | [assembly: ComVisible(false)]
|
---|
22 |
|
---|
23 | [assembly: CLSCompliant(true)]
|
---|
24 |
|
---|
25 | [assembly: InternalsVisibleTo("ICSharpCode.NRefactory.Cecil, PublicKey=0024000004800000940000000602000000240000525341310004000001000100e3d38bc66a0dd8dd36f57285e34632ec04b3049866ab1e64cf230e95ffcbfbb90c437b4d11dfe74ba981f746274290bb03f3e636e139e685b501031dc6e0bc8409153f0c842721eb9e8e2a703c9e4d102283f3ddbdfab4078c08de51869715992a694d2f608d0fa865c9d17c06b8d6a9135004e982fd862cdb2277e4ad15a4a6")]
|
---|
26 |
|
---|
27 | // The following GUID is for the ID of the typelib if this project is exposed to COM
|
---|
28 | [assembly: Guid("db38a872-9621-4899-bf2f-5d88b6ba6a54")]
|
---|
29 |
|
---|
30 | // Version information for an assembly consists of the following four values:
|
---|
31 | //
|
---|
32 | // Major Version
|
---|
33 | // Minor Version
|
---|
34 | // Build Number
|
---|
35 | // Revision
|
---|
36 | //
|
---|
37 | // You can specify all the values or you can default the Build and Revision Numbers
|
---|
38 | // by using the '*' as shown below:
|
---|
39 | // [assembly: AssemblyVersion("1.0.*")]
|
---|
40 | [assembly: AssemblyVersion("5.0.0.0")]
|
---|
41 | [assembly: AssemblyFileVersion("5.5.0")]
|
---|