|
|
|
@ -5,12 +5,11 @@ using System.Runtime.InteropServices;
@@ -5,12 +5,11 @@ using System.Runtime.InteropServices;
|
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
|
// associated with an assembly.
|
|
|
|
|
[assembly: AssemblyTitle("Generator")] |
|
|
|
|
[assembly: AssemblyTitle("CppSharp.Generator")] |
|
|
|
|
[assembly: AssemblyDescription("")] |
|
|
|
|
[assembly: AssemblyConfiguration("")] |
|
|
|
|
[assembly: AssemblyCompany("Microsoft")] |
|
|
|
|
[assembly: AssemblyProduct("Generator")] |
|
|
|
|
[assembly: AssemblyCopyright("Copyright © Microsoft 2012")] |
|
|
|
|
[assembly: AssemblyCompany("Mono")] |
|
|
|
|
[assembly: AssemblyCopyright("Copyright © Mono Project 2012")] |
|
|
|
|
[assembly: AssemblyTrademark("")] |
|
|
|
|
[assembly: AssemblyCulture("")] |
|
|
|
|
|
|
|
|
|