When I create a new class in C# it's appending the folder name to the Namespace. For example my project's namespace is Foo. I have a folder named Blah. If I add a new class (file) to the Blah folder the namespace is created as Foo.Blah.
How can I turn this off so only my project namespace is used for new files?
Thx
How can I turn this off so only my project namespace is used for new files?
Thx