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