3 usages of MSBuild property PlatformLookupTable
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
1718
<PlatformLookupTable Condition="'$(UseDefaultPlatformLookupTables)' == 'true' and '$(
PlatformLookupTable
)' == ''">x86=Win32</PlatformLookupTable>
1723
<PlatformLookupTable Condition="'$(UseDefaultPlatformLookupTables)' == 'true' and '$(
PlatformLookupTable
)' == ''">Win32=x86</PlatformLookupTable>
1729
PlatformLookupTable="$(
PlatformLookupTable
)"