How to have different solutions refer to one resx file?

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

    In Visual Studio you have the ability to execute a script before the compilation, copy the file there.

提交回复
热议问题