__VSPROJTARGETRUNTIME Enumeration
Visual Studio 2015
Specifies the project’s target runtime type.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| 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. |
Show: