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