2 assignments to MSBuild property TargetPlatformSdkPath
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
88
<
TargetPlatformSdkPath
Condition=" '$(TargetPlatformIdentifier)' == 'Windows'">$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v$(TargetPlatformVersion)', InstallationFolder, null, RegistryView.Registry32, RegistryView.Default))</TargetPlatformSdkPath>
89
<
TargetPlatformSdkPath
Condition=" '$(TargetPlatformSdkPath)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformSDKLocation($(TargetPlatformIdentifier), $(TargetPlatformVersion)))</TargetPlatformSdkPath>
5 usages of MSBuild property TargetPlatformSdkPath
MSBuildFiles (5)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
89
<TargetPlatformSdkPath Condition=" '$(
TargetPlatformSdkPath
)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformSDKLocation($(TargetPlatformIdentifier), $(TargetPlatformVersion)))</TargetPlatformSdkPath>
90
<TargetPlatformSdkMetadataLocation Condition="'$(TargetPlatformSdkMetadataLocation)' == '' and Exists('$(
TargetPlatformSdkPath
)')">$(
TargetPlatformSdkPath
)Windows Metadata</TargetPlatformSdkMetadataLocation>
91
<TargetPlatformSdkMetadataLocation Condition="Exists('$(
TargetPlatformSdkPath
)') and ('$(TargetPlatformSdkMetadataLocation)' == '' or !Exists('$(TargetPlatformSdkMetadataLocation)'))">$(
TargetPlatformSdkPath
)References\CommonConfiguration\Neutral</TargetPlatformSdkMetadataLocation>