.NET Resgen.exe 文件注释?
有人知道是否有办法向传递给 resgen.exe 的文件添加注释?
例子:
ApplicationName=Hello World
ApplicationVersion=1.0
ApplicationMaker=Hello World Maker
;CommentHere
ValueYes=Yes
ValueNo=No
Anyone know if there is a way to add comments to a file passed to resgen.exe?
Example:
ApplicationName=Hello World
ApplicationVersion=1.0
ApplicationMaker=Hello World Maker
;CommentHere
ValueYes=Yes
ValueNo=No
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://msdn.microsoft.com/en-us /library/s9eey0h7(VS.80).aspx
找到了答案,以防有人需要它。就这样发生了“;”是评论验证器。
http://msdn.microsoft.com/en-us/library/s9eey0h7(VS.80).aspx
Found the answer for this in case anyone comes across the need for it. Just so happens ";" is the comment validator.