Table of Contents

Class ProjectTypeGuid

Namespace
SunamoDevCode
Assembly
SunamoDevCode.dll

Contains Visual Studio project type GUIDs for different project types.

public static class ProjectTypeGuid
Inheritance
ProjectTypeGuid
Inherited Members

Fields

Unspecified

Represents an unspecified project type GUID.

public const string Unspecified = "{00000000-0000-0000-0000-000000000000}"

Field Value

string

WellKnown

Dictionary mapping project type GUIDs to their human-readable names.

public static readonly Dictionary<string, string> WellKnown

Field Value

Dictionary<string, string>