File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 76
76
matter which WinSDK version we use.
77
77
-->
78
78
<_RegistryVersion >$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion)</_RegistryVersion >
79
- <_RegistryVersion Condition =" $(_RegistryVersion) == ''" >$(Registry:HKEY_LOCAL_MACHINE\WOW6432Node\ SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion)</_RegistryVersion >
79
+ <_RegistryVersion Condition =" $(_RegistryVersion) == ''" >$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node \Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion)</_RegistryVersion >
80
80
<!-- Sometimes the version in the registry has to .0 suffix, and sometimes it doesn't. Check and add it -->
81
81
<_RegistryVersion Condition =" $(_RegistryVersion) != '' and !$(_RegistryVersion.EndsWith('.0'))" >$(_RegistryVersion).0</_RegistryVersion >
82
82
You can’t perform that action at this time.
0 commit comments