I'am using CefSharp assemblies in my project c# project as references. Even after I set Debugging information to 'None' in the Advanced Build Settings dialog, I'm getting PDB files being generated in the output folder for all CefSharp related files.
Is there anyway to stop generating them in my output folder.