Re: [NAnt-users] using CSC for both 3.5 and 4.0 within the same build process

2012-01-23 Thread Bob Archer
Sent: Monday, January 23, 2012 8:53 AM To: Scott Pennington; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] using CSC for both 3.5 and 4.0 within the same build process I have found the best solution was to use msbuild to actually do the compile called from the exec task. BOb From:

Re: [NAnt-users] using CSC for both 3.5 and 4.0 within the same build process

2012-01-23 Thread Scott Pennington
:53 AM To: Scott Pennington; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] using CSC for both 3.5 and 4.0 within the same build process I have found the best solution was to use msbuild to actually do the compile called from the exec task. BOb From: Scott Pennington

Re: [NAnt-users] using CSC for both 3.5 and 4.0 within the same build process

2012-01-23 Thread Bob Archer
I have found the best solution was to use msbuild to actually do the compile called from the exec task. BOb From: Scott Pennington [mailto:spenning...@prosper.com] Sent: Monday, January 23, 2012 11:23 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] using CSC for both 3.5 and 4.0