Visual Studio - Projects now contain "bin" and "obj"

  • Thread starter Thread starter Derrick
  • Start date Start date
D

Derrick

and I can't delete them. If I close the project, go delete the folders
manually, the items reappear in my project.

Any ideas what this is from? I do not see project settings on the "auto add
all files" type of theme that might have been set??

I was doing some project and directory renaming.

Thanks in advance!

Derrick
 
You probably turned on "Show hidden files" option. Those files are always
there. These are files that visual studio uses to build your project. And
it will recreate them every time you rebuild. They are your friends, be
nice to them.

Chris
 
Thanks!

Chris said:
You probably turned on "Show hidden files" option. Those files are always
there. These are files that visual studio uses to build your project. And
it will recreate them every time you rebuild. They are your friends, be
nice to them.

Chris
 
Back
Top