On Thu, 2006-04-27 at 15:13 +0200, [EMAIL PROTECTED] wrote: > Hi Robert, > > >You have to supply the appropriate target: > > > >mcs -target:winexe ... > Thanks for the hint. The question for me now is: How would I do this? > I tried to ask Mr Google, but he has no answer for me. > > Is it a porpertie in the preferences of MonoDevelop? > > Thanks > Rainer
Hi Rainer, Click the right mouse button on the project node on the tree, and choose "Options". For each configuration in the Configurations sub-tree of the dialog that appears, go to the Code Generation node and change the "Compile Target" setting as you may need. This is a per-project property as each project must produce a single managed file, of one of the 4 types allowed. Projects that generate libraries are then able to be referenced from other projects in the solution. Hope it helps, :) -- Rafael "Monoman" Teixeira Mono Hacker since 16 Jul 2001 - http://www.mono-project.com/ Mono Brasil Founding Member - http://monobrasil.softwarelivre.org/ Simios Proud Member - http://www.simios.org/ English Blog: http://thespoke.net/blogs/monoman/default.aspx Brazilian Portuguese Blog: http://www.simios.org/blog/monoman _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
