NAnt SDK Documentation - v0.85-nightly-2005-11-09

UsePrecompiledHeader Enumeration

[This is preliminary documentation and subject to change.]

Indicates the possible ways in which precompiled header file use is specified in a Visual C++ project.

[Visual Basic]
Public Enum UsePrecompiledHeader
[C#]
public enum UsePrecompiledHeader

Remarks

The integer values assigned match those specified in the Visual C++ project file for each setting.

Members

Member Name Description
Unspecified Precompiled header file use not specified.
No Don't use a precompiled header file.
Create Create precompiled header file.
AutoCreate Automatically create precompiled header file if necessary.
Use Use a precompiled header file.

Requirements

Namespace: NAnt.VSNet.Types

Assembly: NAnt.VSNetTasks (in NAnt.VSNetTasks.dll)

See Also

NAnt.VSNet.Types Namespace