.NET Resgen.exe 文件注释?

发布于 2024-08-06 06:06:23 字数 201 浏览 1 评论 0原文

有人知道是否有办法向传递给 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初雪 2024-08-13 06:06:23

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文