[Mono-dev] newbie installing 1.1.16 onto SUSE 10.1

Miguel de Icaza miguel at ximian.com
Wed Jul 12 14:34:24 EDT 2006


Hello,

> We should document for those coming from windows and porting to mono
> that mcs doesn't automatically add the 20 or so references csc does
> and also that MD now starts with a blank (or really minimal) list of
> references when creating projects with  the default templates.
> 
> VS.NET templates typically add System.Xml and System.Data to every
> project created.

I think we have documented this in a number of places, but it might be
good to echo this in more places.

The shortcut to reference the .NET references is:

	mcs -pkd:dotnet ....

Miguel



More information about the Mono-devel-list mailing list