.NET Resgen.exe的文件评论?

时间:2009-09-29 02:13:18

标签: comments resgen

有人知道是否有办法为传递给resgen.exe的文件添加注释?

示例:

ApplicationName=Hello World
ApplicationVersion=1.0
ApplicationMaker=Hello World Maker
;CommentHere
ValueYes=Yes
ValueNo=No

1 个答案:

答案 0 :(得分:2)

http://msdn.microsoft.com/en-us/library/s9eey0h7(VS.80).aspx

如果有人遇到需要,请找到答案。就这样发生了“;”是评论验证者。