Dave
Dave

Reputation: 43

.NET Resgen.exe file comment?

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

Upvotes: 1

Views: 418

Answers (1)

Dave
Dave

Reputation: 43

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.

Upvotes: 2

Related Questions