Action Build VS.Net Solution - Build order and including Solution Items

Hi,

I want to build my VS.Net Solution with the Action ‘Build VS.Net Solution’.

Now I have some troubles. I have some error at the build in Finalbuilder 5. If I build my solution with the VS.NET 2005 I haven’t any problems. In my solution I have some solutionitems. One or two of this solutionitems are batches. In these patches I copy some components.

My questions: Do this action also consider the build order? Do this actions also consider the solutionitems as the case may be the batches?

Thanks for your help.

Regards,

Patrick

The build order is taken care of by MSBuild (or devenv.com). FinalBuilder simply passes the sln file and waits for the response.

.t8

Hi .t8,

Thanks for your answer.

I’ve seen the problem. The solutionprojects and the solution haven’t the same buildoptions (build for any cpu or mixed platforms).

Thanks.

Regards,

Patrick