dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]AssemblyAttribute


From: Rhys Weatherley
Subject: Re: [DotGNU]AssemblyAttribute
Date: Thu, 8 Jul 2004 09:40:07 +1000
User-agent: KMail/1.4.3

On Tuesday 06 July 2004 07:33 am, Marcus wrote:
> 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("")]

This should be fixed now in CVS current.

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]