3 references to GetWrapperFileName
Microsoft.Build.Tasks.Core (3)
AxReference.cs (1)
55
return
GetWrapperFileName
("AxInterop.", typeLibName, IncludeTypeLibVersionInName, ReferenceInfo.attr.wMajorVerNum, ReferenceInfo.attr.wMinorVerNum);
TlbReference.cs (2)
93
return
GetWrapperFileName
("Interop.", typeLibName, IncludeTypeLibVersionInName, ReferenceInfo.attr.wMajorVerNum, ReferenceInfo.attr.wMinorVerNum);
120
return
GetWrapperFileName
("Interop.", typeLibName, includeTypeLibVersionInName, majorVerNum, minorVerNum);