[cmake-developers] [CMake 0015686]: Windows phone projects targeting Windows 10 differ from Windows Phone 8.1 projects
Mantis Bug Tracker
mantis at public.kitware.com
Thu Aug 6 10:23:54 EDT 2015
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
======================================================================
More information about the cmake-developers
mailing list