Implemented interface member:
property
TargetProcessorArchitecture
Microsoft.Build.Tasks.IResolveComReferenceTaskContract.TargetProcessorArchitecture
7 references to TargetProcessorArchitecture
Microsoft.Build.Tasks.Core (7)
ResolveComReference.cs (7)
501
_tlbimpPath = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists,
TargetProcessorArchitecture
, SdkToolsPath, "TlbImp.exe", Log, ExecuteAsTool);
550
_aximpPath = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists,
TargetProcessorArchitecture
, SdkToolsPath, "AxImp.exe", Log, true /* log errors */);
569
switch (
TargetProcessorArchitecture
)
704
if (projectRefInfo.InitializeWithTypeLibAttrs(Log, Silent, TaskItemToTypeLibAttr(typeLibAttrs[i]), typeLibAttrs[i],
TargetProcessorArchitecture
))
748
if (projectRefInfo.InitializeWithPath(Log, Silent, refPath, tlbFiles[i],
TargetProcessorArchitecture
))
1110
if (referenceInfo.InitializeWithTypeLibAttrs(Log, Silent, typeLibAttr, null,
TargetProcessorArchitecture
))
1356
TargetProcessorArchitecture
, IncludeVersionInInteropName, ExecuteAsTool, _tlbimpPath,