Contents tagged with MSBuild

  • New MSBuild Toolkit Coming Soon

    For everyone that's been asking, don't install the last build on ANY version of VS2005 other than Beta 2. I'm working on a new version for the RTM version that handles Targets much differently. The only problem is, the MSBuild team refactored the MSBuild APIs, which they said were going to help. It didn't even come close. The RTM version actually has less of the functionality that I needed exposed as public methods, not more. So right now I'm trying to set a gameplan for how best to address it (separate API enhancement that others can use, private inheritance, helper methods... etc) and then I'll be able to wrap it up.

  • Announcing the MSBuild Compatibility Toolkit 1.0

    This is a long post, so I'll give an intro at the top. I've created a simple system for supporting all versions of the .NET Framework from VS2005. Click through to keep reading about the process, and download the redistributable.

  • Visual Studio 2005 Build Compatibility

    I just successfully made VS2005 compile an application to all versions of the .NET Framework. In the next few days, I'll be cleaning up this process, and building an installer for the required files. I'll detail everything here shortly. But it IS possible with a couple miniutes worth of work, which should be great news for control vendors and others who want to save a bunch of time.