I'm trying to go through all my bits and pieces and either file, delete or publish them.
Here's a little something I thought I'd share with you, it's a simple GUID Visualizer I created using my Visualizer Template. It just displays a text box displaying the value in string format of the current guid. If you've ever tried debugging guids before you'll know that it's not easy, always giving you a misleading empty, which is actually a property of the guid type rather than its actual value.
This is my first add in I've wrapped up into a VSI package (Visual Studio Installer), it's actually quiet easy to do and I might revisit some of my other packages and wrap them up as well. Unfortunately it requires signing to stop the warning about dangerous code so maybe I'll have to commit to buying a code signing certificate.
You can download the package from my Visual Studio 2005 Tools downloads area.