5 references to Attributes
Microsoft.Build.Utilities.Core (5)
PlatformManifest.cs (5)
124
Name = rootElement.GetAttribute(
Attributes
.Name);
125
FriendlyName = rootElement.GetAttribute(
Attributes
.FriendlyName);
126
PlatformVersion = rootElement.GetAttribute(
Attributes
.Version);
146
DependentPlatforms.Add(new DependentPlatform(childElement.GetAttribute(
Attributes
.Name), childElement.GetAttribute(
Attributes
.Version)));