NAnt SDK Documentation - v0.92

UsePrecompiledHeader Enumeration

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

[Visual Basic]
<Serializable>
Public Enum UsePrecompiledHeader
[C#]
[Serializable]
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