On 9 Dec 2003 06:22:35 -0800,
EMAIL REMOVED (James Kimble) wrote:
>I've inherited a program that was developed in Visual Studio and I'm
>having a problem with build times. The program is about 250,000 lines
>and I'm storing the entire project on a network drive. We've got
>gigabyte ethernet and it's a high speed raid array but it still takes
>about 5
>minutes to do the smallest recompile and about 1 hour and 15 minutes
>to do a full rebuild (pretty annoying).
>
>I'd like to move the object and binary files to my local drive in the
>hopes of speeding things up. The problem is, I don't have any idea how
>you change the workspace to make that happen. Can anyone tell me where
>in Visual Studio (ver 6.0) you can change the workspace directories
>around? Or do I have to create a new project and configure it at that
>time?
Have a good look inside your Project's .VBP file
- all will become obvious
I once wrote a 'Noddy' for moving them
- but it is too primitive (and dependent) to post