Summary
Creates a mapping between configuration properties for the Visual
C++ linker and corresponding command-line arguments.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- VcArgumentMap
Syntax
public static VcArgumentMap CreateLinkerArgumentMap()
Remarks
The following configuration properties are processed by
NAnt.VSNet.VcProject:
| Category |
|---|
| General |
| General |
| Input |
| Input |
| Input |
| Debugging |
| Debugging |
| Debugging |
| Debugging |
| System |
| System |
| System |
| System |
The following configuration properties are ignored:
| Category |
|---|
| General |
| General |
Support for the following configuration properties still needs to be implemented:
| Category |
|---|
| General |
| General |
| Input |
| Embedded IDL |
Return Value
| Type | Description |
|---|---|
| VcArgumentMap | A mapping between configuration properties for the Visual C++ linker and corresponding command-line arguments. |
