NAnt SDK Documentation - v0.85-nightly-2005-11-09

ManagedOutputType Enumeration

[This is preliminary documentation and subject to change.]

Indentifies the different output types of a managed project.

[Visual Basic]
Public Enum ManagedOutputType
[C#]
public enum ManagedOutputType

Remarks

Visual Studio .NET does not support modules.

Members

Member Name Description
Library A class library.
Executable A console application.
WindowsExecutable A Windows program.

Requirements

Namespace: NAnt.VSNet

Assembly: NAnt.VSNetTasks (in NAnt.VSNetTasks.dll)

See Also

NAnt.VSNet Namespace