I use msbuild to compile a Visual Studio 2010 solution and need a successful build without any errors.
But each time I run msbuild, or rebuild, or c
According to Hans Passants comment:
Thank's!