2 implementations of ItemType
Microsoft.Build (2)
Definition\ProjectItem.cs (1)
165public string ItemType
Definition\ProjectItemDefinition.cs (1)
84public string ItemType
1 reference to ItemType
Microsoft.Build (1)
Definition\ProjectMetadata.cs (1)
187get { return _parent.ItemType; }