Class ProjectTypes
A list of known project types guids.
Inheritance
System.Object
ProjectTypes
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EnvDTE
Assembly: Community.VisualStudio.Toolkit.dll
Syntax
public static class ProjectTypes
Fields
| Improve this Doc View SourceASPNET_Core
The project type of ASP.NET Core projects.
Declaration
public const string ASPNET_Core = "{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}"
Field Value
Type | Description |
---|---|
System.String |
DOTNET_Core
The project type of .NET Core projects.
Declaration
public const string DOTNET_Core = "{9A19103F-16F7-4668-BE54-9A1E7A4F7556}"
Field Value
Type | Description |
---|---|
System.String |
MISC
The project type of Misc projects.
Declaration
public const string MISC = "{66A2671D-8FB5-11D2-AA7E-00C04F688DDE}"
Field Value
Type | Description |
---|---|
System.String |
NODE_JS
The project type of Node.js projects.
Declaration
public const string NODE_JS = "{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}"
Field Value
Type | Description |
---|---|
System.String |
SOLUTION_FOLDER
The project type of a solution folder.
Declaration
public const string SOLUTION_FOLDER = "{66A26720-8FB5-11D2-AA7E-00C04F688DDE}"
Field Value
Type | Description |
---|---|
System.String |
SSDT
The project type of SQL Server Data projects.
Declaration
public const string SSDT = "{00d1a9c2-b5f0-4af3-8072-f6c62b433612}"
Field Value
Type | Description |
---|---|
System.String |
UNIVERSAL_APP
The project type of UWP app projects.
Declaration
public const string UNIVERSAL_APP = "{262852C6-CD72-467D-83FE-5EEB1973A190}"
Field Value
Type | Description |
---|---|
System.String |
WAP
The project type of Web Application projects.
Declaration
public const string WAP = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
Field Value
Type | Description |
---|---|
System.String |
WEBSITE_PROJECT
The project type of the legacy website projects.
Declaration
public const string WEBSITE_PROJECT = "{E24C65DC-7377-472B-9ABA-BC803B73C61A}"
Field Value
Type | Description |
---|---|
System.String |