Indicates the possible ways in which precompiled header file use is specified in a Visual C++ project.
The integer values assigned match those specified in the Visual C++ project file for each setting.
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. |
Namespace: NAnt.VSNet.Types
Assembly: NAnt.VSNetTasks (in NAnt.VSNetTasks.dll)