add existing item from different directory tree

G

Guest

im trying to add a .cs file from a directory not in the current project tree.
adding it works, but it makes a local copy. we would like to have a
structure similar to:

Develop\Shared
Develop\Proj1
Develop\Proj2

where the Shared folder contains .cs files that both proj1 and proj2 can
use. we do not wish to compile what is in shared into its own DLL. is there
a way to add the .cs files from Shared into both proj1 and proj2 without
having a local copy placed into the corrosponding project folders?

thank you.

garritt
 
C

Chris Dunaway

When you add a .cs file, click the little arrow next to the open
button. There should be an option called link file.

Try that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top