Hello,

I'm kind of new to C#, (and new to this forum),
But anyway, I used to be a vb6 / Java programmer, but recently I started to learn c#...

So, in vb6 and Java when you add a class, it just includes a reference to that file, which allowed me to make one folder with "includes", and use those files in many different projects.
In c# I noticed when I try to add an existing item, it creates a copy of that file, instead of using it as a reference, which is really bothering me.

I was wonder if its possible to include files in c# without actually copying the file into the project location.


FYI, I'm using Visual Studio 2010.

Thanks in advance for the help