devenv xxx.sln /Build "Win32|Release"where xxx is the name of the application. This will create the release version of the application executable, as above.
Debug\xxx.exe -F ..\..\sample.xxx
devenv user.sln /Rebuild "Win32|Release"in order to clean and rebuild everything.