Microsoft Build Engine, also known as MSBuild, is a build platform for managed code and was part of .NET Framework.
My project builds all fail but I'm not shown any errors. I tried cleaning and rebuilding, that didn't work. I …
visual-studio visual-studio-2015 build msbuildWe have a ASP.NET MVC with 4-5 different build configurations. Whenever we change the build configuration, we need to …
msbuild web-configI want to merge one .NET DLL assembly and one C# Class Library project referenced by a VB.NET Console …
visual-studio visual-studio-2008 msbuild ilmergeIs it possible to use xcopy to copy files from several directories into one directory using only one xcopy command? …
msbuild exec xcopyI want to create a batch file for Visual Studio 2008 x64 Cross Tools Command Prompt to do something continuesly in …
visual-studio command-line msbuild continuous-integration terminalHow do I get a T4 template to generate its output on every build? As it is now, it only …
visual-studio tfs msbuild t4I added the recent nuget package restore feature to a solution using 'Enable NuGet Package Restore': http://docs.nuget.org/…
visual-studio-2010 visual-studio msbuild nugetI am experiencing a strange issue with VS2010. We use TFS to build our API dlls and we used to …
visual-studio-2010 msbuild .net-4.0 tfsbuild sgenSince I use Fakes Framework in my UnitTest, I get the following MSBuild warning. warning MSB3270: There was a mismatch …
.net msbuild compiler-warnings microsoft-fakes