PDA

View Full Version : Change these VS filenames


RRokkenAudio
11-23-2010, 01:27 AM
I have all these files named Iplugexample how do I change them. I thought they would change when I changed my solution name. Nope:

http://stash.reaper.fm/oldsb/440031/hmmmmm.PNG

~Rob.

bvesco
11-24-2010, 03:10 AM
You can rename/move things around in VS itself, or my preferred method is to rename them in the file system then hand edit the solution file to point at the new ones. I wrote a cheapo script to do it when setting up a new plugin.

olilarkin
11-24-2010, 04:25 AM
yeah, i use a bash script to find and replace all the filenames and class names. it only works on mac though