vs.net and delete bin info

Posts   
 
    
erichar11
User
Posts: 268
Joined: 08-Dec-2003
# Posted on: 04-Mar-2005 02:55:18   

Ok, in the previous version of vs I remember I had an option to delete all the files in the bin directory. I cannot for the life of me remember what it was called. Was wondering if there is something similar in vs.net. And what was that function called? cry

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 04-Mar-2005 10:20:15   

In VC6 you had (still have I think) a clean option in the build menu. With C# you don't, apparently it's not required. You can create a pre-build event for this though: clean all files in the destination folder.

Frans Bouma | Lead developer LLBLGen Pro
erichar11
User
Posts: 268
Joined: 08-Dec-2003
# Posted on: 04-Mar-2005 14:21:02   

Thanks, I just couldn't remember what it was called.