About 1,400,000 results
Open links in new tab
  1. Use the Microsoft C++ Build Tools from the command line

    Nov 5, 2025 · You can build C and C++ applications on the command line by using tools that are included in Visual Studio. The Microsoft C++ (MSVC) Build Tools are also downloadable as a …

  2. Is there a way to get the build command line used by Visual Studio?

    Nov 6, 2013 · When you build a project or solution in Visual Studio, the entire command line used to run the compiler (csc.exe, including switches and parameters) is displayed in the Output …

  3. How to Use the Command 'msbuild' (with Examples)

    Dec 17, 2024 · When the msbuild command is run without additional arguments in a directory, it automatically searches for the first project or solution file and builds it. This is convenient if …

  4. Build Tools - Visual Studio Code

    When a solution is loaded, the C# Dev Kit extension provides several tasks that operate on the solution and the projects contained in it. In addition to the ability to right-click and build on any …

  5. MSBuild Command-Line Reference - MSBuild | Microsoft Learn

    Jul 23, 2025 · Learn how to use MSBuild.exe command line to build a project or solution file, and several switches you can include.

  6. How do I compile a Visual Studio project from the command-line?

    I'm scripting the checkout, build, distribution, test, and commit cycle for a large C++ solution that is using Monotone, CMake, Visual Studio Express 2008, and custom tests.

  7. msbuild-command-line-reference.md - GitHub

    Builds the targets in the project file that you specify. If you don't specify a project file, MSBuild searches the current working directory for a file name extension that ends in proj and uses that …

  8. How To Get The Build Command Line Used By Visual Studio

    Learn how to create a C# console app in Visual Studio, step-by-step. In this tutorial for C#, you'll use Visual Studio to create and run a console app and explore some features To start, we'll …

  9. How to Run a Clean Build for a Specific Project and Incremental Build

    Dec 19, 2025 · In software development, build efficiency is critical—especially for large Visual Studio solutions with multiple projects. A clean build (which deletes all previously generated …

  10. Use different build methods to build apps - Visual Studio

    Oct 30, 2025 · Use the Visual Studio IDE build method, the MSBuild command-line tools build method, or Azure Pipelines build method to build an application.