如何使用 VS 2010 将 .txt 文件编译为 .resx
谁能告诉我如何使用 VS 2010 构建后或构建前事件将 .txt
文件编译为 .resx
?
Can anyone tell me how to compile a .txt
file to .resx
using VS 2010 post build or pre build events?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Visual Studio 中的 resgen 工具
http://msdn.microsoft.com/en-us/library/ccec7sz1.aspx
对我来说,一个很好的入门链接是:
http://ondotnet.com/pub/a /dotnet/2002/10/14/local2.htm?page=1
Use resgen tool from Visual Studio
http://msdn.microsoft.com/en-us/library/ccec7sz1.aspx
A good comprehensive link to get started for me was:
http://ondotnet.com/pub/a/dotnet/2002/10/14/local2.htm?page=1