Top "Msbuild" questions

Microsoft Build Engine, also known as MSBuild, is a build platform for managed code and was part of .NET Framework.

How do I run msbuild from the command line using Windows SDK 7.1?

I'm setting up .NET 4.0 support on our CI server. I've installed .NET 4.0, and the .NET tools from the Windows 7.1 SDK. …

.net-4.0 msbuild sdk
Path to MSBuild

How can I programatically get the path to MSBuild from a machine where my .exe is running? I can get …

.net msbuild
Why does MSBuild look in C:\ for Microsoft.Cpp.Default.props instead of c:\Program Files (x86)\MSBuild? ( error MSB4019)

When I run msbuild to build a vc2010 project I get the following error: error MSB4019: The imported project "C:\…

msbuild
The default XML namespace of the project must be the MSBuild XML namespace

I cloned the ASP.NET Core SignalR Repo locally, and try opening the solution from within the following environment. IDE …

asp.net-mvc asp.net-core visual-studio-2015 msbuild .net-core
How can I install the VS2017 version of msbuild on a build server without installing the IDE?

Historically, this has been done with the Microsoft Build Tools. But it seems that the Build Tools may not be …

msbuild visual-studio-2017 visual-studio-2019 build-tools build-server
MSBuild doesn't copy references (DLL files) if using project dependencies in solution

I have four projects in my Visual Studio solution (everyone targeting .NET 3.5) - for my problem only these two are …

visual-studio msbuild reference dependencies project
NuGet behind a proxy

I figure out that NuGet allows proxy settings configuration since 1.4 version. But, I can't find any command line example. I'm …

c# msbuild nuget
error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in CppFile1.obj

I was converting my projects from VS2010 to VS2012.But I am getting an _MSC_VER linker error in certain …

c++ visual-studio-2010 visual-c++ msbuild
VS2010 How to include files in project, to copy them to build output directory automatically during build or publish

Task is to form Visual Studio 2010 project so, that during any build or publish some foo.exe utility should be …

visual-studio msbuild project
Running MSBuild fails to read SDKToolsPath

Howdy, I'm having a bit of an issue runnning a NAnt script that used to properly build my .Net 2.0 based …

.net msbuild