Specifies which type contains the Main method that you want to use as the entry point into the program.
Corresponds to the /m[ain]:
flag of the compiler.
Use this property when creating an executable file. If this property is not set, the compiler searches for a valid Main method in all public classes.
CompilerBase Class | NAnt.DotNet.Tasks Namespace