I hope to build .vcproj without .sln (solution file)
Hi DongHo,
You can either use the 'MSBuild Project' action (which will in turn call VCBuild) or you can call VCBuild yourself using the 'Execute Program' action (command arguments: http://msdn.microsoft.com/en-us/library/cz553aa1(VS.80).aspx).
Regards,
Paul.