13 references to AddAttribute
Microsoft.Build.Tasks.Core (13)
BootstrapperUtil\BootstrapperBuilder.cs (13)
1020AddAttribute(mergeElement, "PackageCode", packageCode);
1276AddAttribute(mergeSubNode, attribute.Name, attribute.Value);
1282AddAttribute(mergeSubNode, attribute.Name, attribute.Value);
1351AddAttribute(currentNode, "Text", stringNode.InnerText);
1566AddAttribute(productNode, "ProductCode", sourceAttribute.Value);
1927AddAttribute(applicationElement, "Name", settings.ApplicationName);
1929AddAttribute(applicationElement, "RequiresElevation", settings.ApplicationRequiresElevation ? "true" : "false");
1935AddAttribute(fileNode, "Name", settings.ApplicationFile);
1936AddAttribute(fileNode, URLNAME_ATTRIBUTE, Uri.EscapeDataString(settings.ApplicationFile));
2101AddAttribute(packageFileNode, PUBLICKEY_ATTRIBUTE, publicKey);
2105AddAttribute(packageFileNode, HASH_ATTRIBUTE, GetFileHash(fileSource));
2121AddAttribute(packageFileNode, HASH_ATTRIBUTE, GetFileHash(fileSource));
2190AddAttribute(node, currentNode.Name, currentNode.InnerText);