WinRT: made README note that Win 8.0 targeting via MSVC 2013 Express is not possible
1.1 --- a/docs/README-winrt.md Sun Sep 14 12:57:26 2014 -0400
1.2 +++ b/docs/README-winrt.md Sun Sep 14 13:10:21 2014 -0400
1.3 @@ -28,11 +28,12 @@
1.4 8.1 editions of Windows, however they will not be able to take advantage of
1.5 8.1-specific features.
1.6 - Visual C++ 2013 can only create app projects that target 8.1 versions
1.7 - of Windows, which do NOT run on 8.0 devices. An optional Visual Studio
1.8 - add-in, "Tools for Maintaining Store apps for Windows 8", allows projects
1.9 - that are created with Visual C++ 2012, which target 8.0 versions of Windows,
1.10 - to be loaded and built with Visual C++ 2013. More details on this can be
1.11 - found at the following web pages:
1.12 + of Windows, which do NOT run on 8.0 devices. An optional Visual Studio
1.13 + add-in, "Tools for Maintaining Store apps for Windows 8", allows projects
1.14 + that are created with Visual C++ 2012, which can create Windows 8.0 apps,
1.15 + to be loaded and built with non-Express editions of Visual C++ 2013. More
1.16 + details on targeting different versions of Windows can found at the
1.17 + following web pages:
1.18 - [Develop apps by using Visual Studio 2013](http://msdn.microsoft.com/en-us/library/windows/apps/br211384.aspx)
1.19 - [To add the Tools for Maintaining Store apps for Windows 8](http://msdn.microsoft.com/en-us/library/windows/apps/dn263114.aspx#AddMaintenanceTools)
1.20 * A valid Microsoft account - This requirement is not imposed by SDL, but