4 references to ComInfo
Microsoft.Build.Tasks.Core (4)
ManifestUtil\ApplicationManifest.cs (2)
486clsidList.Add(key, new ComInfo(outputFileName, file.TargetPath, comClass.ClsId, null)); 501tlbidList.Add(key, new ComInfo(outputFileName, file.TargetPath, null, typeLib.TlbId));
ManifestUtil\ManifestReader.cs (2)
39comInfoList.Add(new ComInfo(manifestFileName, componentFileName, clsidNode.Value, null)); 45comInfoList.Add(new ComInfo(manifestFileName, componentFileName, null, tlbidNode.Value));