It looks like there are (at least) two options for getting nant to use csproj files: using the task of NAntContrib or using msbuild.exe directly (e.g., codecampserver). Am I reading this right, and if so, what is the advantage of using msbuild.exe over the NAntContrib task?
|
|
|
|
|
|
|
The NAntContrib assumes .NET Framework V2.0. If you want to use .NET 3.5, you'll need to use MsBuild.exe. Here's an example:
|
||||
|
