From c49f812b5be0787bb542e3cf1e2b40e403e8ac57 Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Thu, 23 Mar 2017 00:23:46 +0000 Subject: [PATCH] ICU-13027 - Update readme.html with info on the Windows UWP VS projects. X-SVN-Rev: 39911 --- icu4c/readme.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.
+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.
+