|
-
July 1st, 2010, 02:47 PM
#1
[RESOLVED] Include files as references, instead of a copy?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|