Summary
Indicates the possible ways in which precompiled header file use is
specified in a Visual C++ project.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet .Types - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["UsePrecompiledHeader"]
class Type type-node
Syntax
public enum UsePrecompiledHeader
Remarks
The integer values assigned match those specified in the Visual C++
project file for each setting.
Fields
Name | Constant Value | Summary |
---|---|---|
AutoCreate | 2 |
Automatically create precompiled header file if necessary.
static
|
Create | 1 |
Create precompiled header file.
static
|
No | 0 |
Don't use a precompiled header file.
static
|
Unspecified | -1 |
Precompiled header file use not specified.
static
|
Use | 3 |
Use a precompiled header file.
static
|