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