2016-11-03 21:04:55 +00:00
|
|
|
|
using System.Reflection;
|
2016-09-11 07:33:53 +00:00
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
2016-11-03 21:04:55 +00:00
|
|
|
|
// General Information about an assembly is controlled through the following
|
2016-09-11 07:33:53 +00:00
|
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
|
// associated with an assembly.
|
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
[assembly: AssemblyCompany("")]
|
|
|
|
|
[assembly: AssemblyProduct("Mono.Nat")]
|
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
|
2016-11-03 21:04:55 +00:00
|
|
|
|
// Setting ComVisible to false makes the types in this assembly not visible
|
|
|
|
|
// to COM components. If you need to access a type in this assembly from
|
|
|
|
|
// COM, set the ComVisible attribute to true on that type.
|
|
|
|
|
[assembly: ComVisible(false)]
|