About 17,800,000 results
Open links in new tab
  1. How do you automate a Visual Studio build? - Stack Overflow

    Here is the script I'm using to completely automate the command line build of x86 AND x64 configurations for the same solution through batch scripts. This is based on DevEnv.exe as it works if you have a Setup project in your build (msbuild doesn't support building Setup projects).

  2. Tutorial: Build an application - Visual Studio (Windows)

    Nov 14, 2024 · In this article, you'll become more familiar with several options that you can configure when you build applications with Visual Studio. You'll create a custom build configuration, hide certain warning messages, and increase build output information for a …

  3. batch file - How to create a Simple Build Script for Visual Studio

    May 26, 2015 · I have a lot of Visual Studio Project Solutions in multiple directories (all with the extension .sln) and I want to write a simple batch script that will automatically build all solutions listed in the batch file.

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

    Feb 3, 2025 · You can use any of the following methods to build an application: the Visual Studio IDE, the MSBuild command-line tools, and Azure Pipelines: - Create builds immediately and test them in a debugger. - Run multi-processor builds for C++ and C# projects. - Customize different aspects of the build system.

  5. MSBuild - How do I use Visual Studio to create/edit a build script ...

    Jul 22, 2011 · I can't seem to find how to create an MSBuild script from within Visual Studio. Anyone know how? I'm using VS Professional.

  6. MSBuild Tutorial: Install and create a project - MSBuild

    Oct 3, 2024 · In this tutorial, you create an MSBuild project file using Visual Studio. You edit the project file in Visual Studio, and use the Command Window to build the project and examine the results. If you have Visual Studio, then you already have MSBuild installed.

  7. Build Solutions and Projects With PowerShell - Knight Codes

    Sep 5, 2016 · Visual Studio’s build functionality is built (pun intended) on top of MSBuild.exe (see the documentation), which it calls out to with various parameters to get it’s work done. We can use this same executable in PowerShell to perform your own builds.

  8. Using PowerShell in post/pre build action in Visual Studio

    Jul 15, 2015 · Visual Studio executes the commands with output directory as working directory so I know where the relative paths start from. Then I just added simple command to post build action to execute the script.

  9. Build Tools - Visual Studio Code

    This document is an overview of how to build your C# projects and solutions in the C# tools for Visual Studio Code. It covers the features provided by the C# Dev Kit extension. Building a solution

  10. 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. All of the other parts seem pretty straight-forward, but I don't see how to compile the …

  11. Some results have been removed