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