Hi,
I am new to Nant and trying to automate the build for a mostly .NET project. However, there is one component of the project that is written in MS Visual C++ 6.0. Hence instead of a '.sln' file, it has a '.dsw' file. Can I compile this solution in the same way that I would a .NET solution using the <solution> task in Nant? If not, how can I do this?
Thanks very much,
Jamie Waldinger