VS: Add support for Windows 10 Universal (Store) Applications
Teach the VS 2015 generator to support WindowsStore 10.0 applications. Add target properties to customize them: * VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION: Specifies the minimum version of the OS that the project can target. * VS_DESKTOP_EXTENSIONS_VERSION, VS_MOBILE_EXTENSIONS_VERSIONS, VS_IOT_EXTENSIONS_VERSION: Add a reference to the version of the SDK specified to the target allowing to target the extended functionality in a universal project. * VS_IOT_STARTUP_TASK: Specifies that the target should be built as an IOT continuous background task.
Showing
- Help/manual/cmake-properties.7.rst 5 additions, 0 deletionsHelp/manual/cmake-properties.7.rst
- Help/prop_tgt/VS_DESKTOP_EXTENSIONS_VERSION.rst 10 additions, 0 deletionsHelp/prop_tgt/VS_DESKTOP_EXTENSIONS_VERSION.rst
- Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst 10 additions, 0 deletionsHelp/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst
- Help/prop_tgt/VS_IOT_STARTUP_TASK.rst 6 additions, 0 deletionsHelp/prop_tgt/VS_IOT_STARTUP_TASK.rst
- Help/prop_tgt/VS_MOBILE_EXTENSIONS_VERSION.rst 10 additions, 0 deletionsHelp/prop_tgt/VS_MOBILE_EXTENSIONS_VERSION.rst
- Help/prop_tgt/VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst 10 additions, 0 deletionsHelp/prop_tgt/VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst
- Source/cmVisualStudio10TargetGenerator.cxx 216 additions, 6 deletionsSource/cmVisualStudio10TargetGenerator.cxx
- Source/cmVisualStudio10TargetGenerator.h 7 additions, 0 deletionsSource/cmVisualStudio10TargetGenerator.h
- Templates/Windows/SmallLogo44x44.png 0 additions, 0 deletionsTemplates/Windows/SmallLogo44x44.png
- Tests/CMakeLists.txt 8 additions, 1 deletionTests/CMakeLists.txt
- Tests/VSWinStorePhone/CMakeLists.txt 15 additions, 2 deletionsTests/VSWinStorePhone/CMakeLists.txt
- Tests/VSWinStorePhone/Direct3DApp1/Assets/SmallLogo44x44.png 0 additions, 0 deletionsTests/VSWinStorePhone/Direct3DApp1/Assets/SmallLogo44x44.png
- Tests/VSWinStorePhone/cmake/Package_vc14.store.appxmanifest.in 36 additions, 0 deletions.../VSWinStorePhone/cmake/Package_vc14.store.appxmanifest.in
Loading
Please register or sign in to comment