Showing results for MSBuild - Visual Studio Blog

Feb 20, 2010
Post comments count0
Post likes count0

MSBuild Task Factories: guest starring Windows Powershell

Andrew Arnott
Andrew Arnott

One of the cool new features of MSBuild 4.0 is the extensible task factory.  Task factories allow you to include scripts directly in your project file (or an imported .targets file) and have those scripts parsed and executed by your favorite interpreter.  Those scripts might even be C# or VB.NET code snippets that get compiled into assemb...

C#XAMLPython
Feb 18, 2010
Post comments count0
Post likes count0

Build Extensibility with .NET Framework 4

Visual Studio Team
Visual Studio Team

Introduction With the release of .NET Framework 4 and Visual Studio 2010 comes MSBuild 4.0. Among the many great features in this version are new mechanisms to allow you (or your build lab) to extend the default build targets files with your own customizations. While some of this functionality did exist in previous versions, it has been made even ...

.NETMSBuild
Feb 15, 2010
Post comments count0
Post likes count0

If your build fails with “MSB6002: The command-line for the “ResGen” task is too long”

Visual Studio Team
Visual Studio Team

UPDATE: This issue is fixed in .NET 4.5. As always, feedback is welcome! Please leave your comments in this blog post and report any bugs on Microsoft Connect.   If you have the RC build of VS2010, you are targeting the 3.5, 3.0, or 2.0 Framework, you have a VB or C# project which has a lot of references, and you also have a lot of .resx files...

C#MSBuild
Jan 22, 2010
Post comments count0
Post likes count0

MSBuild Interview on CodeCast

Visual Studio Team
Visual Studio Team

I had the distinct pleasure to meet up with Ken Levy and talk about MSBuild. Ken is responsible for the CodeCast interviews at code magazine.The interview consists of an in-depth technical and scenario discussion on how and why to use MSBuild, both in Visual Studio 2008 and Visual Studio 2010.  We also discussed new feature...

C#Visual Studio 2010MSBuild