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