WinRT: made README note that Win 8.0 targeting via MSVC 2013 Express is not possible

main
David Ludwig 2014-09-14 13:10:21 -04:00
parent 75d0396eb3
commit df37d1d550
1 changed files with 6 additions and 5 deletions

View File

@ -30,9 +30,10 @@ Requirements
- Visual C++ 2013 can only create app projects that target 8.1 versions - Visual C++ 2013 can only create app projects that target 8.1 versions
of Windows, which do NOT run on 8.0 devices. An optional Visual Studio of Windows, which do NOT run on 8.0 devices. An optional Visual Studio
add-in, "Tools for Maintaining Store apps for Windows 8", allows projects add-in, "Tools for Maintaining Store apps for Windows 8", allows projects
that are created with Visual C++ 2012, which target 8.0 versions of Windows, that are created with Visual C++ 2012, which can create Windows 8.0 apps,
to be loaded and built with Visual C++ 2013. More details on this can be to be loaded and built with non-Express editions of Visual C++ 2013. More
found at the following web pages: details on targeting different versions of Windows can found at the
following web pages:
- [Develop apps by using Visual Studio 2013](http://msdn.microsoft.com/en-us/library/windows/apps/br211384.aspx) - [Develop apps by using Visual Studio 2013](http://msdn.microsoft.com/en-us/library/windows/apps/br211384.aspx)
- [To add the Tools for Maintaining Store apps for Windows 8](http://msdn.microsoft.com/en-us/library/windows/apps/dn263114.aspx#AddMaintenanceTools) - [To add the Tools for Maintaining Store apps for Windows 8](http://msdn.microsoft.com/en-us/library/windows/apps/dn263114.aspx#AddMaintenanceTools)
* A valid Microsoft account - This requirement is not imposed by SDL, but * A valid Microsoft account - This requirement is not imposed by SDL, but