dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]AssemblyAttribute


From: Marcus
Subject: Re: [DotGNU]AssemblyAttribute
Date: Mon, 5 Jul 2004 16:33:41 -0500
User-agent: KMail/1.6.82

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



reply via email to

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