About 85,400 results
Open links in new tab
  1. How do I run msbuild from the command line using Windows SDK …

    C:\Program Files\Microsoft SDKs\Windows\v7.1>msbuild 'msbuild' is not recognized as an internal or external command, operable program or batch file. C:\Program Files\Microsoft …

  2. The OutputPath property is not set for project - Stack Overflow

    1 Just had the issue for some service fabric stuff in MSBuild. First step was right clicking each affected project and pulling up their Properties, selecting the Build tab, then setting the …

  3. MSBUILD : error MSB1008: Only one project can be specified

    For me adding the path to the solution file in double quotes solved the issue. One of the folders in the path had a blank space in the name and this caused it to consider 2 solution files instead …

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

    Both MSBuild and DevEnv are, rightfully, suggested in the answers here as the means to build from the command line. I wanted to point out that Microsoft says this about that: "In general, …

  5. msbuild, how to set environment variables? - Stack Overflow

    Here's a link to an MSDN thread that outlines how to do this: How to set envrionment variables in MSBuild file? This example creates a new C# class SetEnvVar which inherits from the Task …

  6. MSBuild: set a specific preprocessor #define in the command line

    I can use vcbuild.exe instead of msbuild.exe but the question is the same. How to set a specific preprocessor in the vcbuild command line?

  7. Getting msbuild.exe without installing Visual Studio

    Jul 23, 2019 · How do you get msbuild.exe without installing those crazy Visual Studio programs? I need it for an npm install to finish working. I'm on Windows 7 and can't get on older …

  8. asp.net - How to Publish Web with msbuild? - Stack Overflow

    Jun 23, 2010 · msbuild build.xml /p:Configuration=Deploy;SolutionName=MySolution;ProjectName=MyProject Update 2 Since …

  9. Building a solution file using msbuild - Stack Overflow

    msbuild.exe SolutionFile.sln /t:Build /p:Configuration=Release;Platform=Win32 Also, are you sure that every project contains a "Release" and "Win32" configuration? You could try just running …

  10. msbuild - Including content files in .csproj that are outside the ...

    I have a C# project say MyProject.csproj located at "C:\\Projects\\MyProject\\". I also have files that I want copied into the output directory of this project. But, the files are at the location "C:\\