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

    Aug 23, 2008 · 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 …

  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. Compile and build TypeScript code using npm - Visual Studio

    Dec 10, 2024 · Add TypeScript support to your Visual Studio projects by using the Node Package Manager (npm) package for portability across different platforms and environments.

  5. 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.

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

    Jul 22, 2011 · MSBuild itself is pretty straightforward so it is pretty simple to do it in any text/xml editor. BTW, MSDN Walkthrough: Creating an MSBuild Project File from Scratch does not tell anything about Visual Studio and just provides tips how-to write script in editor. I can't seem to find how to create an MSBuild script from within Visual Studio.

  7. How to build Solution or Project from command line (Batch …

    Apr 9, 2012 · In this post I will explain simple way to build project or solution using command line tool or creating batch file. Devenv allows you to build your solution or project using command line. It also allows related multiple operations such as clean solution, rebuild solution or …

  8. Build Tools - Visual Studio Code

    In addition to the ability to right-click and build on any solution or project in the Solution Explorer, you can build your entire solution using the .NET: Build command: You can also build your solution using the Tasks feature of Visual Studio Code. C# Dev Kit integrates with the Task system and registers several tasks under the dotnet grouping.

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

    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.

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

    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.

Refresh