1 assignment to MSBuild property TargetPlatformIdentifierWindows81
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
2584
<
TargetPlatformIdentifierWindows81
Condition="'$(TargetPlatformIdentifierWindows81)' == '' and '$(SupportWindows81SDKs)' == 'true'">Windows</TargetPlatformIdentifierWindows81>
3 usages of MSBuild property TargetPlatformIdentifierWindows81
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
2584
<TargetPlatformIdentifierWindows81 Condition="'$(
TargetPlatformIdentifierWindows81
)' == '' and '$(SupportWindows81SDKs)' == 'true'">Windows</TargetPlatformIdentifierWindows81>
2616
TargetPlatformIdentifier="$(
TargetPlatformIdentifierWindows81
)"
2617
Condition="'$(SupportWindows81SDKs)' == 'true' and '$(
TargetPlatformIdentifierWindows81
)' != '' and '$(TargetPlatformVersionWindows81)' != ''"