Project written in C# to generate Public Properties from a list of private variable declarations. I wrote this because I hate the way that the refactoring engine in Visual Studio 2005 can only encapsulate one field at a time, and places the generated properties directly below the private variable.
Written in C# 2.0.
This application is VERY SIMPLE but if there is any interest or feature requests I would be happy to work on it some more.