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