Summary
The type of output for a given configuration.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["VcProjectConfiguration.ConfigurationType"]
class Type type-node
Syntax
public enum VcProjectConfiguration.ConfigurationType
Fields
Name | Constant Value | Summary |
---|---|---|
Application | 1 |
Application (.exe).
static
|
DynamicLibrary | 2 |
Dynamic Library (.dll).
static
|
Makefile | 0 |
A Makefile.
static
|
StaticLibrary | 4 |
Static Library (.lib).
static
|
Utility | 10 |
Utility.
static
|