subSystemOption Enumeration

Used by the SubSystem property.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Public Enumeration subSystemOption
public enum subSystemOption
public enum class subSystemOption
type subSystemOption
public enum subSystemOption

Members

Member name Description
subSystemConsole Console.

Win32 character-mode application.

subSystemEFIApplication Extensible Firmware Interface Application
subSystemEFIBootService Extensible Firmware Interface Boot Service
subSystemEFIROM Extensible Firmware Interface ROM
subSystemEFIRuntime Extensible Firmware Interface Runtime
subSystemNative Native
subSystemNotSet Not set
subSystemPosix POSIX
subSystemWindows Windows
subSystemWindowsCE Windows CE

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace