Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I stop folders being namespace providers by default in VS 2010?

The subject kind of says it all.

EDIT: I know this is a ReSharper related issue, and I know how to clear the NameSpaceProvider flag on a folder already. My question is how to default all NameSpaceProvider flags to false.

like image 950
ProfK Avatar asked May 08 '10 09:05

ProfK


1 Answers

Are you using Resharper? If you're using Resharper you can right-click on the folder, and select "properties" from the drop-down menu. The second property will be "namespace provider", which you can then set to false.

Hope this helps.

~ Cameron

like image 108
Cameron Peters Avatar answered Oct 29 '22 23:10

Cameron Peters