charSet Enumeration
Visual Studio 2015
Defines whether _UNICODE or _MBCS should be set. It also affects the linker entry point where appropriate.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| charSetMBCS | Multi-Byte Character Set | |
| charSetNotSet | Not set | |
| charSetUnicode | Unicode |
charSet is used by the CharacterSet property.
Show: