Summary
Gets a value indicating whether building the project for the specified
build configuration results in managed output.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectBase
Syntax
public abstract bool IsManaged(Configuration configuration)
Parameters
| Name | Type | Description |
|---|---|---|
| configuration | Configuration | The build configuration. |
Return Value
| Type | Description |
|---|---|
| bool |
true if the project output for the given build
configuration is managed; otherwise, false.
|
