Open command prompt of windows box.
input the following command :
devenv <Path of vcproject> /rebuild release
For example:
devenv C:\work\svn.s\trunk\L\blydll\blydll2005.vcproj /rebuild release
devenv C:\work\svn.s\trunk\L\blydll\blydll2005.vcproj /rebuild debug

