Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using devenv.exe from the command line and specifying the platform

Tags:

x86

devenv

anycpu

People also ask

What does Devenv exe do?

What is devenv.exe? The genuine devenv.exe file is a software component of Visual Studio by Microsoft Corporation. "Devenv.exe" is the central Integrated Development Environment (IDE) for Microsoft's Visual Studio suite used worldwide to develop applications for multiple platforms in over twenty programming languages.

How use MSBuild command-line?

To run MSBuild at a command prompt, pass a project file to MSBuild.exe, together with the appropriate command-line options. Command-line options let you set properties, execute specific targets, and set other options that control the build process.


"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" myproject.sln /Build "Release|x86"