ok good point. Just add the <arg> paramater to your csc task then

Ian

csc supports a /main: switch allowing you to state which type(containing a
Main) should be used as an entry point:

/main:<type>            Specifies the type that contains the entry point
(ignore
                        all other possible entry points) (Short form: /m)

VS.NET also lets you do this.

--
Arild



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to