Rename VS Project
This program allows you to create a new Visual Studio project by copying an existing one. To use it, first copy the project folder and rename it using Windows Explorer and then right-click on the folder and use the "Send To" option to run RenameVSProject.
RenameVSProject goes through each file and performs string substitutions and renames to complete the project rename.
This is similar to the vsrename program on CodeProject, but it has a GUI and works with VS2005 as well as with VS6.
Download RenameVSProject (Extract this zip file to your C:\Documents and Settings\USERNAME\SendTo folder)
If you want to modify the program, the source code is available here.
Back to main software page