I have a class library called "VectorExt"
Since I use it in every .vb file in the project I'm working on, I have written "Imports VectorExt" in every single one of them. Is there a way to save me the trouble and have it imported across the project? Sorta like some of the basic .net namespaces are already available despite no imports statement.