6 usages of MSBuild property EnableDynamicPlatformResolution
MSBuildFiles (6)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (6)
1698
Condition="'$(
EnableDynamicPlatformResolution
)' == 'true'
1813
<SkipGetTargetFrameworkProperties Condition="'$(
EnableDynamicPlatformResolution
)' != 'true'">true</SkipGetTargetFrameworkProperties>
1835
<SkipGetTargetFrameworkProperties Condition="'$(
EnableDynamicPlatformResolution
)' != 'true'">true</SkipGetTargetFrameworkProperties>
1852
Condition="'%(_MSBuildProjectReferenceExistent.SkipGetTargetFrameworkProperties)' != 'true' and '$(
EnableDynamicPlatformResolution
)' != 'true'"
1868
Condition="'%(_MSBuildProjectReferenceExistent.SkipGetTargetFrameworkProperties)' != 'true' and '$(
EnableDynamicPlatformResolution
)' == 'true'"
1920
('$(
EnableDynamicPlatformResolution
)' == 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' == 'true')" />