prjOutputType Enum

Definition

Used by the OutputType. Three output types are supported: Windows application, console application, and class library.

public enum class prjOutputType
public enum class prjOutputType
enum prjOutputType
[System.Runtime.InteropServices.Guid("FB309311-8F09-41E7-8347-68F5A079592D")]
public enum prjOutputType
[<System.Runtime.InteropServices.Guid("FB309311-8F09-41E7-8347-68F5A079592D")>]
type prjOutputType = 
Public Enum prjOutputType
Inheritance
prjOutputType
Attributes

Fields

prjOutputTypeExe 1

Console application.

prjOutputTypeLibrary 2

Class library.

prjOutputTypeWinExe 0

Windows application.

Applies to