Below is the NAnt target to build the solution, and this target is called from FinalBuilder 6.
I have a few versions of Visual Studio installed. How can I find out which one is used to build the solution. I set it from Tools--> Options --> Compilers --> Visual Studio .Net, and set the 2003 as default.
I am not sure if the build is using Visual Studio or something from .Net framework.
If you are using the Nant Action, then you need to specify the target framework. Other than that I have no idea how nant controls which version of visual studio it uses.