Home
last modified time | relevance | path

Searched refs:BOOTSTRAPPER_PREFIX (Results 1 – 1 of 1) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Tasks/BootstrapperUtil/
H A DBootstrapperBuilder.cs54 private const string BOOTSTRAPPER_PREFIX = "bootstrapper"; field in Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder
580 _xmlNamespaceManager.AddNamespace(BOOTSTRAPPER_PREFIX, BOOTSTRAPPER_NAMESPACE); in RefreshProducts()
696 …e, "{0}:Package/{1}:RelatedProducts/{2}:{3}", BOOTSTRAPPER_PREFIX, BOOTSTRAPPER_PREFIX, BOOTSTRAPP… in SelectRelatedProducts()
716 …kage/{1}:RelatedProducts/{2}:EitherProducts", BOOTSTRAPPER_PREFIX, BOOTSTRAPPER_PREFIX, BOOTSTRAPP… in SelectEitherProducts()
1091 …XmlNode packageFilesNode = node.SelectSingleNode(BOOTSTRAPPER_PREFIX + ":Package/" + BOOTSTRAPPER_… in CreateProduct()
1204 …XmlNode node = element.SelectSingleNode(BOOTSTRAPPER_PREFIX + ":" + nodeName, _xmlNamespaceManager… in AppendNode()
1318 … string strQuery = BOOTSTRAPPER_PREFIX + ":PackageFile[@Name='" + attribute.Value + "']"; in CorrectPackageFiles()
1331 …XmlNode stringsNode = node.SelectSingleNode(BOOTSTRAPPER_PREFIX + ":Strings", _xmlNamespaceManager… in ReplaceStrings()
1337 string stringNodeLookupTemplate = BOOTSTRAPPER_PREFIX + ":String[@Name='{0}']"; in ReplaceStrings()
1420 …lNodeList packageFileNodes = node.SelectNodes(BOOTSTRAPPER_PREFIX + ":PackageFiles/" + BOOTSTRAPPE… in BuildPackages()
[all …]