Click here to Skip to main content
15,891,673 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the comment delimiter that I can use when editing props files for C++ projects?
Posted

1 solution

That depends on what you are using for it. I am not sure VC++ supports it directly, unless you are putting this in the vcxproj files directly. In modern versions, those files are xml, so you might be able to use xml comments to include comments.
 
Share this answer
 
v2
Comments
T2102 11-Feb-11 9:31am    
Thanks, the xml comment style worked in VC 2010.
Nish Nishant 11-Feb-11 9:31am    
Good to know, and you're welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900