Which version of Visual Studio I am using?

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.

Thanks

Jirong

 

 

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.

BTW, your images did not show.

 
         
       
         
       
   
   
         
       
   

   

(I can't type in this edit window properly,I can't copy/paste) why it's so difficult to use? Both IE7 and Firefox.
 
 

Above is the target. What do you mean by "specify the target framework"? What's the framework?

 

Thanks

Jirong