summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorhalx99 <halx99@live.com>2024-05-01 16:02:06 (GMT)
committerhalx99 <halx99@live.com>2024-05-01 16:30:00 (GMT)
commit56a96d1f1f1f63d03a693e6c2c98b208cfaa3f01 (patch)
treeacce35a5d400930b35d2377241ab7b4a8d83b1e7 /Help/prop_tgt
parent01e138a7b741414d233d75c2bf768d83e4b69cb2 (diff)
downloadCMake-56a96d1f1f1f63d03a693e6c2c98b208cfaa3f01.zip
CMake-56a96d1f1f1f63d03a693e6c2c98b208cfaa3f01.tar.gz
CMake-56a96d1f1f1f63d03a693e6c2c98b208cfaa3f01.tar.bz2
VS: Add option to import .props in .vcxproj.filters files
Adds new target property VS_FILTER_PROPS Fixes: #25948
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/VS_FILTER_PROPS.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/prop_tgt/VS_FILTER_PROPS.rst b/Help/prop_tgt/VS_FILTER_PROPS.rst
new file mode 100644
index 0000000..3de0a16
--- /dev/null
+++ b/Help/prop_tgt/VS_FILTER_PROPS.rst
@@ -0,0 +1,10 @@
+VS_FILTER_PROPS
+---------------
+
+.. versionadded:: 3.30
+
+Sets the filter props file to be included in the visual studio
+C++ project filter file.
+
+The ``*.filter.props`` files can be used for Visual Studio wide
+configuration which is independent from cmake.