Build a solution

I am a new user for FB. My question is: does FB can build a visual studio 2005/2008 solution automatically? by automatic, I meant I only give the solution to FB, and FB can figure out all projects needed for this solution and automatically build all of them?

What i am currently doing is manually add all projects to the FB and let it build them one by one. If there is one more project added to the solution then I have to add one more build action to FB.

Thanks!

If you have a solution file, then FinalBuilder will pass this onto MSBuild, then it’s up to MSBuild to figure out the dependencies and build order. If you have multiple solution files or project files, then you’ll have to structure your build process so that projects & solutions are build in the correct order.