how to change the project name in msvc6

  • Thread starter Thread starter ravinderthakur
  • Start date Start date
R

ravinderthakur

hi all,

i have a project in msvc6 and i want to change the name of the project
from existing to some new project. how can i do the same.

what entries in the .dsp file i have to change to chagne the name of
the project.


thanks
rt
 
Open the dsp file in notepad - search/replace oldname to newname within the
file.
Rename dsp file to newname.dsp
Open dsw file in notepad - search/replace oldname.dsp to newname.dsp

That should be it.
 
Back
Top