Building a vs.Net solution fb7

Hi All,


We're moving from a Delphi environment into VS2010 building .net apps using c#

I'm having trouble getting the 'Build VS.Net Solution' action to do what I need, I can't find any tutorials so I need to ask.

The solution consists of a solution file along with another 19 projects which all need to be built and together.

When I debug the app in the vs2010 ide I get all the correct files I'm expecting, dll's, exe's, pdb's etc.  The directory structure is how I would expect it also with directories set in the solution explorer showing in my output.

When I run the 'Build VS.Net Solution' action with the solution file selected and all enabled projects selected my output directory just consists of dll's and pdb's and the directory structure has disappeared. 

Could someone tell me what I'm doing wrong please?

It would seem the MSBuild Project in the Build Tools action is what I needed.  All resolved.

Although I do get the following error when accessing the properties of a configured MSBuild Project

Failed to load MSBuild project file

Could not load project file.  Make sure the correct version of the CLR has been selected in tools -> Options.

I have setup the default .NET framework Version to be v4.0 which is what my project uses.  Anyway once I click OK I can access the properties and the action runs ok.  Could this be a bug or am I doing something stupid.  I'm now using FB 6.3.0.2172