ProjectZipper is a handy little utility that takes a Visual Basic Project
(.vbp) or Group (.vbg) file, and creates a list of all files related to that
project. It then creates a .Zip file containing all the selected files,
preserving their relative paths. It automatically appends the current date and
time to the .Zip file name, and if a project is selected instead of a group,
also appends the version number.
This greatly simplifies backing up source files, especially when files from
other directories are included in the project.