Folks,
Having just completed development of a VS 2003 project, I would
like to clean up some of the folders within the project.
Specifically, the \obj\debug\tempPE and \obj\Release\tempPE folders.
I have read that the Clean options does not work well in VS 2003.
Can I safely delete the hundreds of files that remain in these two
folders?
Thanks,
Vint
Stevanich - 31 Aug 2007 17:46 GMT
Vint,
Yes, you should be able to safely delete the \obj\ folder. I have in fact
done that during development as well. They get regenerated the next time
you build the project.
Hope this helps,
Steve
> Folks,
> Having just completed development of a VS 2003 project, I would
[quoted text clipped - 6 lines]
> Thanks,
> Vint