bpo-45220: Remove invalid include from resource definition files on W… · python/cpython@fd0c84d

Original file line numberDiff line numberDiff line change

@@ -107,9 +107,6 @@

107107

<!-- Sometimes the version in the registry has to .0 suffix, and sometimes it doesn't. Check and add it -->

108108

<_RegistryVersion Condition="$(_RegistryVersion) != '' and !$(_RegistryVersion.EndsWith('.0'))">$(_RegistryVersion).0</_RegistryVersion>

109109
110-

<!-- Avoid upgrading to Windows 11 SDK for now, but assume the latest Win10 SDK is installed -->

111-

<_RegistryVersion Condition="$([System.Version]::Parse($(_RegistryVersion))) >= $([System.Version]::Parse(`10.0.22000.0`))">10.0.19041.0</_RegistryVersion>

112-
113110

<!-- The minimum allowed SDK version to use for building -->

114111

<DefaultWindowsSDKVersion>10.0.10586.0</DefaultWindowsSDKVersion>

115112

<DefaultWindowsSDKVersion Condition="$(_RegistryVersion) != '' and $([System.Version]::Parse($(_RegistryVersion))) > $([System.Version]::Parse($(DefaultWindowsSDKVersion)))">$(_RegistryVersion)</DefaultWindowsSDKVersion>