VSConstants.ItemTypeGuid.SharedProjectReference_guid Field

Definition

SharedProjectReference item (normally child of "References" folder).

public: static initonly Guid SharedProjectReference_guid;
public static readonly Guid SharedProjectReference_guid;
 staticval mutable SharedProjectReference_guid : Guid
Public Shared ReadOnly SharedProjectReference_guid As Guid 

Field Value

Remarks

SharedProjectReference items represent imported shared MSBuild project files (e.g. *.projitems file). Normally these shared MSBuild project files are "owned" by a particular Shared Project (aka Shared Assets Project) loaded in the Solution.

Applies to