I have a web application project. I have DLLs that I reference in the project stored in my bin/ folder. Well, whenever I do a rebuild or clean from Visual Studio, it will delete everything in that folder. How do I prevent this from happening?
Share
I’ll stay away from asking the ‘why’ question and just state the how. Mark the files as read only and VS shouldn’t delete them.