diff options
author | Brad King <brad.king@kitware.com> | 2015-10-05 14:04:11 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-05 14:04:11 (GMT) |
commit | 6c25ceb6a841c9d24090f39851e1a89986ab9d4c (patch) | |
tree | 15bfc441c7e8bd12785d9ab715743c47f892d4a4 /Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst | |
parent | 518dc277281cf2280f9846f2ce2039440cda4ba9 (diff) | |
parent | 2402bb8cfd63078623779a3704227915324e52d4 (diff) | |
download | CMake-6c25ceb6a841c9d24090f39851e1a89986ab9d4c.zip CMake-6c25ceb6a841c9d24090f39851e1a89986ab9d4c.tar.gz CMake-6c25ceb6a841c9d24090f39851e1a89986ab9d4c.tar.bz2 |
Merge topic 'vs-win10-store'
2402bb8c Help: Document Windows 10 Universal Applications in cmake-toolchains(7)
1be2f12c VS: Add support for Windows 10 Universal (Store) Applications
2798dbda VS: Refactor indentation of LinkLibraryDependencies
8c426183 MSVC: Add system libs for WindowsStore on VS 2015
d1b87d72 VS: Select Windows 10 Store SDK and toolset for VS 2015
Diffstat (limited to 'Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst')
-rw-r--r-- | Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst b/Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst new file mode 100644 index 0000000..27c8a3d --- /dev/null +++ b/Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst @@ -0,0 +1,10 @@ +VS_IOT_EXTENSIONS_VERSION +------------------------- + +Visual Studio Windows 10 IoT Extensions Version + +Specifies the version of the IoT Extensions that should be included in the +target. For example ``10.0.10240.0``. If the value is not specified, the IoT +Extensions will not be included. To use the same version of the extensions as +the Windows 10 SDK that is being used, you can use the +:variable:`CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION` variable. |