MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015686 | CMake | CMake | public | 2015-08-06 10:23 | 2016-03-07 09:12 |
|
Reporter | D.E. Goodman-Wilson | |
Assigned To | Gilles Khouzam | |
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Windows Phone | OS | Windows | OS Version | 10 |
Product Version | CMake 3.3 | |
Target Version | CMake 3.4 | Fixed in Version | CMake 3.4 | |
|
Summary | 0015686: 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") |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0015662 | closed | Gilles Khouzam | Add support for Windows/Windows Phone SDKs with Visual Studio 2015 | related to | 0015670 | closed | Gilles Khouzam | Add support for setting "Windows target platform version" in VS2015 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-08-06 10:23 | D.E. Goodman-Wilson | New Issue | |
2015-08-06 10:26 | D.E. Goodman-Wilson | Note Added: 0039245 | |
2015-08-06 10:53 | Brad King | Assigned To | => Gilles Khouzam |
2015-08-06 10:53 | Brad King | Status | new => assigned |
2015-08-06 10:53 | Brad King | Relationship added | related to 0015662 |
2015-08-06 11:17 | Brad King | Relationship added | related to 0015670 |
2015-10-05 13:29 | Brad King | Note Added: 0039510 | |
2015-10-05 13:29 | Brad King | Status | assigned => resolved |
2015-10-05 13:29 | Brad King | Resolution | open => fixed |
2015-10-05 13:29 | Brad King | Fixed in Version | => CMake 3.4 |
2015-10-05 13:29 | Brad King | Target Version | => CMake 3.4 |
2016-03-07 09:12 | Robert Maynard | Note Added: 0040601 | |
2016-03-07 09:12 | Robert Maynard | Status | resolved => closed |