VcArgumentMap.

CreateCLArgumentMap() Method

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:

PropertyAdditional Include Directories (/I[path])Resolve #using References (/AI[path])Preprocessor Definitions (/D[macro])Enable C++ Exceptions (/EHsc)Create/Use Precompiled HeaderCreate/Use PCH Through FilePrecompiled Header FileAssembler OutputASM List LocationEnable Browse InformationBrowse FileForce Includes (/FI[name])Force #using (/FU[name])Undefine Preprocessor Definitions (/U[macro])
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.