Summary
Creates a mapping between configuration properties for the Visual
C++ compiler and corresponding command-line arguments.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- VcArgumentMap
Syntax
public static VcArgumentMap CreateCLArgumentMap()
Remarks
The following configuration properties are processed by
NAnt.VSNet.VcProject:
| Category |
|---|
| General |
| General |
| Preprocessor |
| Code Generation |
| Precompiled Headers |
| Precompiled Headers |
| Precompiled Headers |
| Output Files |
| Output Files |
| Browse Information |
| Browse Information |
| Advanced |
| Advanced |
| Advanced |
Return Value
| Type | Description |
|---|---|
| VcArgumentMap | A mapping between configuration properties for the Visual C++ compiler and corresponding command-line arguments. |
