diff options
author | Brad King <brad.king@kitware.com> | 2016-06-23 12:59:29 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-06-23 12:59:29 (GMT) |
commit | c2c2a2f4c7e23192d3d8cd8d53a427d651ef3137 (patch) | |
tree | f8c113b0190804e275927e3115a789ec1f021092 /Help | |
parent | 015876fa810f45c560c1feb7f0b8092301304db8 (diff) | |
parent | ed05f11dd27d668791887f32e2c7be00753cfdb5 (diff) | |
download | CMake-c2c2a2f4c7e23192d3d8cd8d53a427d651ef3137.zip CMake-c2c2a2f4c7e23192d3d8cd8d53a427d651ef3137.tar.gz CMake-c2c2a2f4c7e23192d3d8cd8d53a427d651ef3137.tar.bz2 |
Merge topic 'vs-tool-override'
ed05f11d VS: Add a VS_TOOL_OVERRIDE source file property
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 | ||||
-rw-r--r-- | Help/prop_sf/VS_TOOL_OVERRIDE.rst | 5 | ||||
-rw-r--r-- | Help/release/dev/vs-tool-override.rst | 5 |
3 files changed, 11 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index bdd8c1b..0f1bfad 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -344,6 +344,7 @@ Properties on Source Files /prop_sf/VS_SHADER_FLAGS /prop_sf/VS_SHADER_MODEL /prop_sf/VS_SHADER_TYPE + /prop_sf/VS_TOOL_OVERRIDE.rst /prop_sf/VS_XAML_TYPE /prop_sf/WRAP_EXCLUDE /prop_sf/XCODE_EXPLICIT_FILE_TYPE diff --git a/Help/prop_sf/VS_TOOL_OVERRIDE.rst b/Help/prop_sf/VS_TOOL_OVERRIDE.rst new file mode 100644 index 0000000..8bdc5ca --- /dev/null +++ b/Help/prop_sf/VS_TOOL_OVERRIDE.rst @@ -0,0 +1,5 @@ +VS_TOOL_OVERRIDE +---------------- + +Override the default Visual Studio tool that will be applied to the source file +with a new tool not based on the extension of the file. diff --git a/Help/release/dev/vs-tool-override.rst b/Help/release/dev/vs-tool-override.rst new file mode 100644 index 0000000..e1177c8 --- /dev/null +++ b/Help/release/dev/vs-tool-override.rst @@ -0,0 +1,5 @@ +vs-tool-override +---------------- + +* A :prop_sf:`VS_TOOL_OVERRIDE` source file property was created to tell + :ref:`Visual Studio Generators` what tool to use for a source file. |