Every project I create in .NET automatically imports the Microsoft.VisualBasic namespace.
this is bad practice, and I don't like doing it, so I remove this whenever I create a new project.
This however is very tenedious and annoying.
How can I get .NET never to add this namespace into new projects?

Woof