Just started using VB.NET......and......

I have several functions that will be used by multiple programs.

Everytime I add it to the project it moves the .vb file from the common directory it is in, into the project directory....

Basically what I want to do is share the Functions that are in that .vb module....

How can that be done easily in VB.NET?