How to have different solutions refer to one resx file?

后端 未结 7 2115
野趣味
野趣味 2021-02-04 09:47

I have one resx file and I want to use it from several solutions\\projects , and i don\'t want to have local copy at each solution(only at compile time bring a copy).

Is

7条回答
  •  执念已碎
    2021-02-04 10:26

    Visual Studio also allows you to link to files instead of copying them. The feature is a bit hidden, but you can access it like this:

    1. Choose "add existing file"
    2. After selecting the file, do not double click but rather note the little dropdown arrow next to the "Open" button.
    3. Select "Link File" from the dropdown menu.

提交回复
热议问题