Browse Source

Fixed assembly property attributes.

Closes #419.
pull/429/head
triton 11 years ago
parent
commit
b36c768407
  1. 7
      src/AST/Properties/AssemblyInfo.cs
  2. 7
      src/Generator/Properties/AssemblyInfo.cs

7
src/AST/Properties/AssemblyInfo.cs

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

7
src/Generator/Properties/AssemblyInfo.cs

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

Loading…
Cancel
Save