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
- ManagedProjectBase
Syntax
public override bool IsManaged(Configuration solutionConfiguration)
Parameters
Name | Type | Description |
---|---|---|
solutionConfiguration | Configuration | The solution configuration that is built. |
Return Value
Type | Description |
---|---|
bool |
true .
|