Used by the SubSystem property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Public Enumeration subSystemOption
public enum subSystemOption
public enum class subSystemOption
type subSystemOption
public enum subSystemOption
Members
| Member name | Description | |
|---|---|---|
| subSystemNotSet | Not set | |
| subSystemConsole | Console.
Win32 character-mode application. |
|
| subSystemWindows | Windows | |
| subSystemNative | Native | |
| subSystemEFIApplication | Extensible Firmware Interface Application | |
| subSystemEFIBootService | Extensible Firmware Interface Boot Service | |
| subSystemEFIROM | Extensible Firmware Interface ROM | |
| subSystemEFIRuntime | Extensible Firmware Interface Runtime | |
| subSystemWindowsCE | Windows CE | |
| subSystemPosix | POSIX |