Re: AssemblyAttribute
Marcus <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
Here's the problem: when I place attributes like this into the C# code, the
attributes do not appear in the resulting assembly when I compile with cscc,
but they do appear when I compile with csc or mcs:
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyTitle("MUBuild.dll")]
[assembly: AssemblyDescription("MUBuild")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MUBuild")]
[assembly: AssemblyCopyright("Copyright 2004 Marcus Urban")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]