Implemented interface member:
property
SdkToolsPath
Microsoft.Build.Tasks.IResolveComReferenceTaskContract.SdkToolsPath
4 references to SdkToolsPath
Microsoft.Build.Tasks.Core (4)
ResolveComReference.cs (4)
488if (String.IsNullOrEmpty(SdkToolsPath)) 501_tlbimpPath = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, TargetProcessorArchitecture, SdkToolsPath, "TlbImp.exe", Log, ExecuteAsTool); 529if (String.IsNullOrEmpty(SdkToolsPath)) 550_aximpPath = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, TargetProcessorArchitecture, SdkToolsPath, "AxImp.exe", Log, true /* log errors */);