Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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 ???

  • Administrators
Posted

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

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...