Summary
Indentifies the different output types of a managed project.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["ManagedOutputType"]
class Type type-node
Syntax
public enum ManagedOutputType
Remarks
Visual Studio .NET does not support modules.
Fields
Name | Constant Value | Summary |
---|---|---|
Executable | 2 |
A console application.
static
|
Library | 1 |
A class library.
static
|
WindowsExecutable | 3 |
A Windows program.
static
|