Partager via


OutputType Enumeration

Defines the type of output the build should make.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

<PropertyPageTypeConverterAttribute(GetType(OutputTypeConverter))> _
Public Enumeration OutputType

Dim instance As OutputType
[PropertyPageTypeConverterAttribute(typeof(OutputTypeConverter))]
public enum OutputType
[PropertyPageTypeConverterAttribute(typeof(OutputTypeConverter))]
public enum class OutputType
public enum OutputType

Members

Member name Description
Library Make a class library.
WinExe Make a Windows executable.
Exe Make an executable.

See Also

Reference

Microsoft.VisualStudio.Package Namespace