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