Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retarget to Windows 7 #4

Open
jbanaszczyk opened this issue May 12, 2019 · 0 comments
Open

Retarget to Windows 7 #4

jbanaszczyk opened this issue May 12, 2019 · 0 comments

Comments

@jbanaszczyk
Copy link
Owner

Form ICU: icu\icu4c\source\allinone\Build.Windows.ProjectConfiguration.props

  <PropertyGroup>
    <!-- This is the default SDK target. -->
    <!-- Note that the Windows 8.1 SDK is backwards compatible down-level to Windows 7, so
         setting this to 8.1 does not actually imply targeting Windows 8.1. -->
    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <PropertyGroup>
    <!-- We need to explicitly set the target version to Windows 7. -->
    <Win32_WinNTVersion>0x0601</Win32_WinNTVersion>
  </PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant