In a VB6 project, you can include files in your project that can be stored anywhere. For example, I have cls files in a single folder that are common to many projects. I thought I would do the same in vb.net, but when I added an existing file to my project, it merely copied it to the project folder. Is it possible to do this, or is there some new framework methodology I don't know about?