Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the project’s target runtime type.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration __VSPROJTARGETRUNTIME
public enum __VSPROJTARGETRUNTIME
public enum class __VSPROJTARGETRUNTIME
type __VSPROJTARGETRUNTIME
public enum __VSPROJTARGETRUNTIME
Members
Member name | Description | |
---|---|---|
VSPROJ_TARGETRUNTIME_APPHOST | The target runtime is JavaScript. | |
VSPROJ_TARGETRUNTIME_MANAGED | The target runtime is the .NET Common Language Runtime. | |
VSPROJ_TARGETRUNTIME_NATIVE | The target runtime is native code. |