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