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