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