How will I Add a linked file using the .NET IDE? I only know how to add a linked file by editing the .csproj file in wordpad and adding entries like...
DatabaseCommon.cs
Regards,
Jan
DatabaseCommon.cs
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Scott LyslePosted Sep 30, 2007, 10:32 PM
Jan:
The easiest way would be to do as you would to add an existing file to the project (right click the solution, select add, select add existing item, browse for the file). When you have selected the file, instead of clicking the "Add" button, open the arrow to expose the drop down list behind the button, select the "Add as Link" option.
Jan MontanoPosted Oct 2, 2007, 3:13 AM