Include file

Jedhi

Well-known member
Joined
Oct 2, 2003
Messages
127
I have a header file that is common for many projects. Therefore it is placed a common place, so that you can make a reference to the file in your project without adding the file to your project.

But how do you do this ???
 
What kind of file .vb , .cs , .h, an asp include?
If it is a standard code file you can right click on you project and select add existing item, browse to the file you want and click the arrow next to the open button and select link file.

It may be worth considering compiling the file into a DLL and referencing the DLL from the other projects though
 
Back
Top