How do I add a reference to an external configuration file to Visual Studio 2010?

前端 未结 1 916
既然无缘
既然无缘 2020-12-17 00:43

I have an external configuration file, for a third party tool, which I would like to be able to edit as part of editing other project components in VS2010.

The proje

相关标签:
1条回答
  • 2020-12-17 01:27

    The trick is to add the item as a link:

    1. Right-click your project in Solution Explorer
    2. Select "Add" -> "Existing Item..."
    3. Navigate to the file that you want to add to the solution
    4. [Important] Instead of hitting Enter or clicking the Add button, you want to click the down-arrow icon at the right edge of the Add button, and select "Add As Link".
    0 讨论(0)
提交回复
热议问题