I create a normal console application project, without selecting the include files of ATL/MFC, then I open the .vcxproj file using notepad, still I found this:
<EnableCOMDATFolding>true</EnableCOMDATFolding>
I search MSDN and it says this link option is something related with optimization. Is it connected with COM technologies? Or COM here means common or something? What does it do?
Thanks.