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

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

2012-01-23 Thread Scott Pennington
We are starting to have .NET 4.0 Framework Projects that will need to be built. We currently build by using the CSC tag and not using the project files. So I will need to be able to build csc with either 4.0 or 3.5 depending on the dll. we are using NAnt version 0.91 Thanks for any help