【发布时间】:2017-10-23 06:52:18
【问题描述】:
我有很多 resx 文件,例如: 1.test1.resx 2.test2.resx 3.test3.resx
我想要 Merge.resx,其中包含 (test1、test2 和 test3) 的所有数据和值。
在此先感谢大家。
【问题讨论】:
标签: xml c#-4.0 c#-3.0 resx vsix
我有很多 resx 文件,例如: 1.test1.resx 2.test2.resx 3.test3.resx
我想要 Merge.resx,其中包含 (test1、test2 和 test3) 的所有数据和值。
在此先感谢大家。
【问题讨论】:
标签: xml c#-4.0 c#-3.0 resx vsix
我猜您正在寻找 ProjectCode 网站中描述的合并实用程序。 为方便起见,提供该文章的 URL 和该工具的源代码 https://www.codeproject.com/Articles/37022/Solving-the-resx-Merge-Problem
【讨论】: