Top "Msbuild-4.0" questions

Third version of the MSBuild build tool (after 2.0 and 3.5), released as part of the .Net Framework 4.0. It is used by default by Microsoft Visual Studio 2010.

MSBuild using %(RecursiveDir) as part of file name

As part of our build script we copy user messages files from a subdirectory and want to append the name …

msbuild msbuild-4.0
Logging Build messages with MSBuild 4.0

I am using MsBuild 4.0 in code, like so: var globalProperties = new Dictionary<string, string>(); var buildRequest = new BuildRequestData(…

c# msbuild-4.0
xcopy with MsBuild

I have a really simple build script that looks like this: <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" …

msbuild xcopy msbuild-4.0