6 usages of MSBuild property EnableDynamicPlatformResolution
MSBuildFiles (6)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (6)
1697
Condition="'$(
EnableDynamicPlatformResolution
)' == 'true'
1812
<SkipGetTargetFrameworkProperties Condition="'$(
EnableDynamicPlatformResolution
)' != 'true'">true</SkipGetTargetFrameworkProperties>
1834
<SkipGetTargetFrameworkProperties Condition="'$(
EnableDynamicPlatformResolution
)' != 'true'">true</SkipGetTargetFrameworkProperties>
1851
Condition="'%(_MSBuildProjectReferenceExistent.SkipGetTargetFrameworkProperties)' != 'true' and '$(
EnableDynamicPlatformResolution
)' != 'true'"
1867
Condition="'%(_MSBuildProjectReferenceExistent.SkipGetTargetFrameworkProperties)' != 'true' and '$(
EnableDynamicPlatformResolution
)' == 'true'"
1919
('$(
EnableDynamicPlatformResolution
)' == 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' == 'true')" />