How can I change the Visual Studio project setting "Character Set" to "Not set" from the command line? By default it is setting this option to "Unicode Character Set", and I need to be able to change this without using the below dialog.
Unicode Character Set is compile option: /D "_UNICODE" /D "UNICODE"
If you don't add unicode, it will be Not set
.
/D "_MBCS"
is MBCS