3 references to TlbId
Microsoft.Build.Tasks.Core (3)
ManifestUtil\ApplicationManifest.cs (3)
497string key = typeLib.TlbId.ToLowerInvariant(); 500tlbidList.Add(key, new ComInfo(outputFileName, file.TargetPath, null, typeLib.TlbId)); 504OutputMessages.AddErrorMessage("GenerateManifest.DuplicateComDefinition", "tlbid", file.ToString(), typeLib.TlbId, outputFileName, info.ManifestFileName);