6

I am writing an application in Visual Studio 2008. I have a help file that I want to be included in the output of my project. I want the most recent version of my help file to stay in a folder that is not my visual studio project directory. For example C:/Helpfiles.

I want to include this file in my Visual studio project so that when I build the project I get the most recent version of the file (which is in C:/helpfiles) in my project output. If I just "add existing" and select the help file will it grab the latest version from C:/helpfiles every time I build?

1 Answer 1

11

When you go to the "Add" dialog, select the file, then instead of clicking add, click the drop down arrow and select "Add as link":

Open Add sub menu

This will keep the file in the original location and not copy and import it into the current project.

Sign up to request clarification or add additional context in comments.

1 Comment

Does this only work for c# projects? I don't see the Add As Link option for my c++ project.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.