prjOutputTypeEx Enum

Definition

Enumerates project output types, must match equivalent values from the old project output type enumeration.

public enum class prjOutputTypeEx
public enum class prjOutputTypeEx
enum prjOutputTypeEx
public enum prjOutputTypeEx
type prjOutputTypeEx = 
Public Enum prjOutputTypeEx
Inheritance
prjOutputTypeEx

Fields

prjOutputTypeEx_AppContainerExe 4

Project output type is AppContainerExe

prjOutputTypeEx_Exe 1

Project output type is executable.

prjOutputTypeEx_Library 2

Project output type is library.

prjOutputTypeEx_WinExe 0

Project output type is WinExe.

prjOutputTypeEx_WinMDObj 3

Project output type is WinMDObj.

Applies to