Removing Intermediate Files (obj's, etc.)

G

Guest

Hi there.
In the old Visual Studio, there's an option for "Build Clean" which, as I understand it, will clean up the object files, exe's, etc. (without re-building them afterwards).
Is there a similar option in VB .NET 2002? I can't seem to find one, other than manually cleaning up all those filesmyself.

Thanks,
Pete
 
H

Herfried K. Wagner [MVP]

* =?Utf-8?B?UGV0ZSBKb2huc29u?= said:
In the old Visual Studio, there's an option for "Build Clean" which,
as I understand it, will clean up the object files, exe's, etc. (without
re-building them afterwards).
Is there a similar option in VB .NET 2002? I can't seem to find one,
other than manually cleaning up all those filesmyself.

AFAIK, no. You will have to write a batch file, for example, that
performs the cleanup. As an alternative, you could write an add-in for
the IDE that deletes the files after the build process has been finished.
 

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

Top