Re: [Nant-users] Visual Studio 2005 Beta 2

2005-09-27 Thread Bill_Martin
nant-users@lists.sourceforge.net Subject:Re: [Nant-users] Visual Studio 2005 Be

RE: [Nant-users] Visual Studio 2005 Beta 2

2005-09-27 Thread Rainey, Mark (Cleveland)
er 26, 2005 11:10 AM To: [EMAIL PROTECTED] Cc: nant-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [Nant-users] Visual Studio 2005 Beta 2 Hi Bill, Here is the build s

Re: [Nant-users] Visual Studio 2005 Beta 2

2005-09-26 Thread Bill_Martin
      Subject:        Re: [Nant-users] Visual Studio 2005 Beta 2 Hi Bill, Here is the build script:                                                            

Re: [Nant-users] Visual Studio 2005 Beta 2

2005-09-26 Thread Mark Howell
Hi Bill, Here is the build script:

Re: [Nant-users] Visual Studio 2005 Beta 2

2005-09-26 Thread Bill_Martin
What are you specifying for the target attribute of  This needs to be "winexe" of it is a winforms appplication.  If you specify "exe" the compiler will treat it as a comnole applicaiton and therefore look for a void Main().  Can you post an example of your build script? Cheers, Bill Ma