On Tue, Dec 7, 2010 at 11:31 AM, ArsenShnurkov <[email protected]> wrote: > >> I use Mono.Options, not Mono.GetOptions. > > In the Monodevelop 2.4.1 I don't see Mono.Options assembly in "Edit > References" dialog. > There is only Mono.GetOption.dll > > What I need to add to references?
Mono.Options is distributed in source form. It's pretty small, so most people just add it to their project as source. See: http://tirania.org/blog/archive/2008/Oct-14.html for an example of usage. Alex _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
