New Direction for the MSBuild Toolkit

Microsoft officially announced today that they will unofficially support MSBuild compiling to the .NET Framework 1.1. Called MSBee (the MSBuild Everett Environment), this tool will consist of new .targets files and MSBuild Tasks to round out the feature set that I had been supporting with previous versions of my kit.

This new package from Microsoft will fix the following limitations of my .targets files:

  • Resolving COM References
  • Generating resources
  • Resolving .NET version-specific managed references

Therefore, there is no need to continue adding this functionality to my Toolkit. Instead, I'm still going to finish my redesign of the Visual Studio 2005 add-in, and see if I can't add some other MSBuild-related features to it. With Craig's help, I'm going to make sure that my add-in not only supports their .targets files, but makes the process of including them in VS2005 projects dirt simple.

Just so you know, I'm also waiting for Microsoft to finish the "Web Deployment Project" VS2005 template, so that my add-in can tie it and MSBee together to compile web applications to .NET 1.1. With these three components tied together, Visual Studio 2005 should be a LOT more powerful.

As soon as I have it wrapped up, I'll push it out the door. Thanks for your patience :)

6 Comments

Comments have been disabled for this content.