Q: getting rid of exe's and obj

  • Thread starter Thread starter G .Net
  • Start date Start date
G

G .Net

Hi

I'm using VS2003. Is there a way to temporarily remove exe's and obj's so I
can reduce the size of a project for email/backup?

Thanks in advance
 
G .Net said:
Hi

I'm using VS2003. Is there a way to temporarily remove exe's and obj's so
I can reduce the size of a project for email/backup?

Thanks in advance
I may be belaboring the obvious here, but you can accomplish what you want
by deleting the debug and/or release folders in your project before
archiving. They will be recreated when the project is rebuilt.
 
Hi Peter

Yep, that's what I've been doing. However, I was wondering if there was a
"clean up" feature which would do the same?
 
Delete the files and the next time you compile, do it in Release mode?


G .Net said:
Hi Peter

Yep, that's what I've been doing. However, I was wondering if there was a
"clean up" feature which would do the same?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top