Defines the character sets that can be used by the C++ compiler.
| Member Name | Description |
|---|---|
| NotSet | Have the compiler determine the character set. |
| Unicode | Unicode character set. |
| MultiByte | Multi-byte character set. |
Namespace: NAnt.VisualCpp.Types
Assembly: NAnt.VisualCppTasks (in NAnt.VisualCppTasks.dll)
NAnt.VisualCpp.Types Namespace