From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Thu, 23 Mar 2017 00:23:46 +0000 (+0000) Subject: ICU-13027 - Update readme.html with info on the Windows UWP VS projects. X-Git-Tag: release-59-rc~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c49f812b5be0787bb542e3cf1e2b40e403e8ac57;p=icu ICU-13027 - Update readme.html with info on the Windows UWP VS projects. X-SVN-Rev: 39911 --- diff --git a/icu4c/readme.html b/icu4c/readme.html index 3bf795238ea..6b7ec1365fd 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -1,4 +1,4 @@ - @@ -246,6 +246,15 @@ For more news about this release, as well as late-breaking news, see the ICU download page.

+

New for 59 RC

+

Windows build changes: Building the UWP projects in Visual Studio requires Visual Studio + 2015 Update 3 with a version of the Windows 10 SDK installed. You may need to re-target the + UWP projects to the version of the SDK that you have installed. (In Visual Studio you can + right-click on the projects and select the option 'Retarget SDK Version').

+

Note: You do not need to have a copy of the Windows 10 SDK installed in order to build + the non-UWP projects in Visual Studio. If the SDK is not installed then the UWP projects + will simply not be loaded.

+

New for 59 Milestone 1