The following issue has been SUBMITTED. 
====================================================================== 
https://public.kitware.com/Bug/view.php?id=15686 
====================================================================== 
Reported By:                D.E. Goodman-Wilson
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15686
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-08-06 10:23 EDT
Last Modified:              2015-08-06 10:23 EDT
====================================================================== 
Summary:                    Windows phone projects targeting Windows 10 differ
from Windows Phone 8.1 projects
Description: 
Basically, some fields in the .vcxproj need to change, and some new ones added
(related, but only part of the way there:
https://public.kitware.com/Bug/view.php?id=15670).

Here is a link to an MSDN article detailing the differences between a Windows
Phone 8.1 and Windows Universal 10 project file; it explains how the various
fields in the XML file have evolved, and the specific steps that must be take to
manually migrate a project.

https://msdn.microsoft.com/en-us/library/Mt148501.aspx#MigrateCPlusPlus

Steps to Reproduce: 
Build a project targeting Windows Phone 8.1, using the Visual Studio 2015
generator and the following CMake directives:

set(CMAKE_SYSTEM_NAME "WindowsPhone")
set(CMAKE_SYSTEM_VERSION "8.1")
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-08-06 10:23 D.E. Goodman-WilsonNew Issue                                   

======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to