Hi, I have a product that has different components that are
built with different versions of Visual Studio products – i.e. VC++ 6.0,
Visual Studio .NET 2002, and Visual Studio .NET 2003. I would like to
create one NAnt script that will build all the various components. I’ve been using the “solution” tag to
compile the 2003 solutions, which works just fine: <target
name="build" description="compiles the source code"> <solution
solutionfile="myProject.sln" configuration="Debug"/> </target> But if I try that with any of the other older solutions /
projects, I get errors. What do I need to set up in my NAnt script to
specify specific versions of .NET or VC++ in order to compile a .net solution
or c++ project? Thanks, Beth |
- [Nant-users] using nant with different versions of Visual S... Beth Hechanova
- RE: [Nant-users] using nant with different versions of... Beth Hechanova