Build vcproj?

Hi

How can I compile vcproj files that are not part of a solution ?

 

Hi,

FinalBuilder does not have an action to call the VCBuild utility directly, you can either use the MSBuild action which will call VCBuild itself, or you can use an Execute Program action to run VCBuild. Here is a link to more information about VCBuild, http://msdn2.microsoft.com/en-us/library/hw9dzw3c(VS.80).aspx.

Regards,
Paul.