prjOutputTypeEx Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
prjOutputTypeEx_WinExe | 0 | Project output type is WinExe. |
prjOutputTypeEx_Exe | 1 | Project output type is executable. |
prjOutputTypeEx_Library | 2 | Project output type is library. |
prjOutputTypeEx_WinMDObj | 3 | Project output type is WinMDObj. |
prjOutputTypeEx_AppContainerExe | 4 | Project output type is AppContainerExe |