Browse Source

Fixed assembly property attributes.

Closes #419.
pull/429/head
triton 10 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; @@ -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("Bridge")]
[assembly: AssemblyTitle("CppSharp.AST")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Bridge")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2012")]
[assembly: AssemblyCompany("Mono")]
[assembly: AssemblyCopyright("Copyright © Mono Project 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

7
src/Generator/Properties/AssemblyInfo.cs

@ -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("")]

Loading…
Cancel
Save