VcProject.

IsManaged(Configuration) Method

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
VcProject

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 if the project output for the specified build configuration is either a Dynamic Library (dll) or an Application (exe), and Managed Extensions are enabled; otherwise, false.