Defines how to deal with backslashes in values of command line arguments.
| Member Name | Description |
|---|---|
| None | Does not perform any processing on backslashes. |
| Duplicate | Duplicates the trailing backslash. |
| Fix | Fixes the trailing backslash by replaces trailing double backslashes with only one backslash and removing single trailing backslashes. |
| Clean | Removes all the trailing backslashes. |
Namespace: NAnt.VisualCpp.Util
Assembly: NAnt.VisualCppTasks (in NAnt.VisualCppTasks.dll)