Re: [Nant-users] projects and debugging

2003-10-22 Thread Ian MacLean
Another approach is to create a normal c# project but set it to not build ( use the configuration manager under Build to do this ). Use your button to build using nant and then for debugging: set the debug mode to program rather than project set the start application to the nant built ex

RE: [Nant-users] projects and debugging

2003-10-22 Thread Clayton Harbour
Hi, This might be what you are looking for: http://nant.sourceforge.net/wiki/index.php/VSNETIntegrationViaMakefile Clayton -Original Message- From: Marion Nalepa [mailto:[EMAIL PROTECTED] Sent: October 22, 2003 6:51 AM To: [EMAIL PROTECTED] Subject: [Nant-users] projects and