How to have different solutions refer to one resx file?

后端 未结 7 2116
野趣味
野趣味 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:27

    I don't know why, but "Add as Link" is not working as expected for me, it still try to copy the file in the project folder (not good if you use Subversion Ankhsvn integration). Here I wrote a step by step guide with an approach similar to Dr. Wily's Apprentice one but with some enhancements, like real runtime sharing of the resources.

提交回复
热议问题