2 assignments to MSBuild property Windows8SDKInstallationFolder
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Microsoft.VisualStudio.Silverlight.SDKTools.targets (2)
19<Windows8SDKInstallationFolder>$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.1', 'InstallationFolder', null, RegistryView.Registry32, RegistryView.Default))</Windows8SDKInstallationFolder> 20<Windows8SDKInstallationFolder Condition="'$(Windows8SDKInstallationFolder)' == ''">$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0', 'InstallationFolder', null, RegistryView.Registry32, RegistryView.Default))</Windows8SDKInstallationFolder>
3 usages of MSBuild property Windows8SDKInstallationFolder
MSBuildFiles (3)
C\ProgramFiles(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Microsoft.VisualStudio.Silverlight.SDKTools.targets (3)
20<Windows8SDKInstallationFolder Condition="'$(Windows8SDKInstallationFolder)' == ''">$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0', 'InstallationFolder', null, RegistryView.Registry32, RegistryView.Default))</Windows8SDKInstallationFolder> 22<_WindowsSDKSignToolPath Condition="'$(Windows8SDKInstallationFolder)' != ''">$([System.IO.Path]::Combine('$(Windows8SDKInstallationFolder)', 'bin\x86'))</_WindowsSDKSignToolPath>