How to make a vs 2008 template out of the current project?

visual-studio-2008

Solution

File -> Export Template -> Project Template

This will then appear under "My Templates" in VS

Problem

Is there a way to turn the current project which I've setted up nicely (project settings, additional libraries, and so on) into a project template in vs 2008 ? How would one go about that ?

Original source