summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/prop_sf
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Help/prop_sf')
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/ABSTRACT.rst9
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/AUTORCC_OPTIONS.rst22
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/AUTOUIC_OPTIONS.rst23
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/COMPILE_DEFINITIONS.rst19
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst10
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/COMPILE_FLAGS.rst15
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/EXTERNAL_OBJECT.rst8
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/Fortran_FORMAT.rst9
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/GENERATED.rst8
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/HEADER_FILE_ONLY.rst24
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/KEEP_EXTENSION.rst9
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/LABELS.rst8
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/LANGUAGE.rst10
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/LOCATION.rst7
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst30
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/OBJECT_DEPENDS.rst21
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/OBJECT_OUTPUTS.rst9
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/SKIP_AUTOGEN.rst17
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/SKIP_AUTOMOC.rst15
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/SKIP_AUTORCC.rst15
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/SKIP_AUTOUIC.rst20
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/SYMBOLIC.rst8
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_COPY_TO_OUT_DIR.rst6
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_CSHARP_tagname.rst19
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst11
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_DEPLOYMENT_LOCATION.rst8
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_INCLUDE_IN_VSIX.rst6
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_RESOURCE_GENERATOR.rst8
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_SHADER_ENTRYPOINT.rst5
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_SHADER_FLAGS.rst4
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_SHADER_MODEL.rst5
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_SHADER_OUTPUT_HEADER_FILE.rst5
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_SHADER_TYPE.rst4
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_SHADER_VARIABLE_NAME.rst5
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_TOOL_OVERRIDE.rst5
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/VS_XAML_TYPE.rst6
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/WRAP_EXCLUDE.rst10
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/XCODE_EXPLICIT_FILE_TYPE.rst8
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst11
-rwxr-xr-xshare/cmake-3.10/Help/prop_sf/XCODE_LAST_KNOWN_FILE_TYPE.rst9
40 files changed, 0 insertions, 451 deletions
diff --git a/share/cmake-3.10/Help/prop_sf/ABSTRACT.rst b/share/cmake-3.10/Help/prop_sf/ABSTRACT.rst
deleted file mode 100755
index 339d115..0000000
--- a/share/cmake-3.10/Help/prop_sf/ABSTRACT.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-ABSTRACT
---------
-
-Is this source file an abstract class.
-
-A property on a source file that indicates if the source file
-represents a class that is abstract. This only makes sense for
-languages that have a notion of an abstract class and it is only used
-by some tools that wrap classes into other languages.
diff --git a/share/cmake-3.10/Help/prop_sf/AUTORCC_OPTIONS.rst b/share/cmake-3.10/Help/prop_sf/AUTORCC_OPTIONS.rst
deleted file mode 100755
index 2bec033..0000000
--- a/share/cmake-3.10/Help/prop_sf/AUTORCC_OPTIONS.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-AUTORCC_OPTIONS
----------------
-
-Additional options for ``rcc`` when using :prop_tgt:`AUTORCC`
-
-This property holds additional command line options which will be used when
-``rcc`` is executed during the build via :prop_tgt:`AUTORCC`, i.e. it is equivalent to the
-optional ``OPTIONS`` argument of the :module:`qt4_add_resources() <FindQt4>` macro.
-
-By default it is empty.
-
-The options set on the ``.qrc`` source file may override
-:prop_tgt:`AUTORCC_OPTIONS` set on the target.
-
-EXAMPLE
-^^^^^^^
-
-.. code-block:: cmake
-
- # ...
- set_property(SOURCE resources.qrc PROPERTY AUTORCC_OPTIONS "--compress;9")
- # ...
diff --git a/share/cmake-3.10/Help/prop_sf/AUTOUIC_OPTIONS.rst b/share/cmake-3.10/Help/prop_sf/AUTOUIC_OPTIONS.rst
deleted file mode 100755
index e2f47ec..0000000
--- a/share/cmake-3.10/Help/prop_sf/AUTOUIC_OPTIONS.rst
+++ /dev/null
@@ -1,23 +0,0 @@
-AUTOUIC_OPTIONS
----------------
-
-Additional options for ``uic`` when using :prop_tgt:`AUTOUIC`
-
-This property holds additional command line options
-which will be used when ``uic`` is executed during the build via
-:prop_tgt:`AUTOUIC`, i.e. it is equivalent to the optional ``OPTIONS``
-argument of the :module:`qt4_wrap_ui() <FindQt4>` macro.
-
-By default it is empty.
-
-The options set on the ``.ui`` source file may override
-:prop_tgt:`AUTOUIC_OPTIONS` set on the target.
-
-EXAMPLE
-^^^^^^^
-
-.. code-block:: cmake
-
- # ...
- set_property(SOURCE widget.ui PROPERTY AUTOUIC_OPTIONS "--no-protection")
- # ...
diff --git a/share/cmake-3.10/Help/prop_sf/COMPILE_DEFINITIONS.rst b/share/cmake-3.10/Help/prop_sf/COMPILE_DEFINITIONS.rst
deleted file mode 100755
index 1626825..0000000
--- a/share/cmake-3.10/Help/prop_sf/COMPILE_DEFINITIONS.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-COMPILE_DEFINITIONS
--------------------
-
-Preprocessor definitions for compiling a source file.
-
-The COMPILE_DEFINITIONS property may be set to a semicolon-separated
-list of preprocessor definitions using the syntax VAR or VAR=value.
-Function-style definitions are not supported. CMake will
-automatically escape the value correctly for the native build system
-(note that CMake language syntax may require escapes to specify some
-values). This property may be set on a per-configuration basis using
-the name COMPILE_DEFINITIONS_<CONFIG> where <CONFIG> is an upper-case
-name (ex. "COMPILE_DEFINITIONS_DEBUG").
-
-CMake will automatically drop some definitions that are not supported
-by the native build tool. Xcode does not support per-configuration
-definitions on source files.
-
-.. include:: /include/COMPILE_DEFINITIONS_DISCLAIMER.txt
diff --git a/share/cmake-3.10/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst b/share/cmake-3.10/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst
deleted file mode 100755
index 8487076..0000000
--- a/share/cmake-3.10/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-COMPILE_DEFINITIONS_<CONFIG>
-----------------------------
-
-Ignored. See CMake Policy :policy:`CMP0043`.
-
-Per-configuration preprocessor definitions on a source file.
-
-This is the configuration-specific version of COMPILE_DEFINITIONS.
-Note that Xcode does not support per-configuration source file flags
-so this property will be ignored by the Xcode generator.
diff --git a/share/cmake-3.10/Help/prop_sf/COMPILE_FLAGS.rst b/share/cmake-3.10/Help/prop_sf/COMPILE_FLAGS.rst
deleted file mode 100755
index 1012164..0000000
--- a/share/cmake-3.10/Help/prop_sf/COMPILE_FLAGS.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-COMPILE_FLAGS
--------------
-
-Additional flags to be added when compiling this source file.
-
-These flags will be added to the list of compile flags when this
-source file builds. Use :prop_sf:`COMPILE_DEFINITIONS` to pass
-additional preprocessor definitions.
-
-Contents of ``COMPILE_FLAGS`` may use "generator expressions"
-with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
-manual for available expressions. However, :generator:`Xcode`
-does not support per-config per-source settings, so expressions
-that depend on the build configuration are not allowed with that
-generator.
diff --git a/share/cmake-3.10/Help/prop_sf/EXTERNAL_OBJECT.rst b/share/cmake-3.10/Help/prop_sf/EXTERNAL_OBJECT.rst
deleted file mode 100755
index efa0e9b..0000000
--- a/share/cmake-3.10/Help/prop_sf/EXTERNAL_OBJECT.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-EXTERNAL_OBJECT
----------------
-
-If set to true then this is an object file.
-
-If this property is set to true then the source file is really an
-object file and should not be compiled. It will still be linked into
-the target though.
diff --git a/share/cmake-3.10/Help/prop_sf/Fortran_FORMAT.rst b/share/cmake-3.10/Help/prop_sf/Fortran_FORMAT.rst
deleted file mode 100755
index 69e34aa..0000000
--- a/share/cmake-3.10/Help/prop_sf/Fortran_FORMAT.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-Fortran_FORMAT
---------------
-
-Set to FIXED or FREE to indicate the Fortran source layout.
-
-This property tells CMake whether a given Fortran source file uses
-fixed-format or free-format. CMake will pass the corresponding format
-flag to the compiler. Consider using the target-wide Fortran_FORMAT
-property if all source files in a target share the same format.
diff --git a/share/cmake-3.10/Help/prop_sf/GENERATED.rst b/share/cmake-3.10/Help/prop_sf/GENERATED.rst
deleted file mode 100755
index a3aa127..0000000
--- a/share/cmake-3.10/Help/prop_sf/GENERATED.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-GENERATED
----------
-
-Is this source file generated as part of the build process.
-
-If a source file is generated by the build process CMake will handle
-it differently in terms of dependency checking etc. Otherwise having
-a non-existent source file could create problems.
diff --git a/share/cmake-3.10/Help/prop_sf/HEADER_FILE_ONLY.rst b/share/cmake-3.10/Help/prop_sf/HEADER_FILE_ONLY.rst
deleted file mode 100755
index 71d62ae..0000000
--- a/share/cmake-3.10/Help/prop_sf/HEADER_FILE_ONLY.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-HEADER_FILE_ONLY
-----------------
-
-Is this source file only a header file.
-
-A property on a source file that indicates if the source file is a
-header file with no associated implementation. This is set
-automatically based on the file extension and is used by CMake to
-determine if certain dependency information should be computed.
-
-By setting this property to ``ON``, you can disable compilation of
-the given source file, even if it should be compiled because it is
-part of the library's/executable's sources.
-
-This is useful if you have some source files which you somehow
-pre-process, and then add these pre-processed sources via
-:command:`add_library` or :command:`add_executable`. Normally, in IDE,
-there would be no reference of the original sources, only of these
-pre-processed sources. So by setting this property for all the original
-source files to ``ON``, and then either calling :command:`add_library`
-or :command:`add_executable` while passing both the pre-processed
-sources and the original sources, or by using :command:`target_sources`
-to add original source files will do exactly what would one expect, i.e.
-the original source files would be visible in IDE, and will not be built.
diff --git a/share/cmake-3.10/Help/prop_sf/KEEP_EXTENSION.rst b/share/cmake-3.10/Help/prop_sf/KEEP_EXTENSION.rst
deleted file mode 100755
index d6167e5..0000000
--- a/share/cmake-3.10/Help/prop_sf/KEEP_EXTENSION.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-KEEP_EXTENSION
---------------
-
-Make the output file have the same extension as the source file.
-
-If this property is set then the file extension of the output file
-will be the same as that of the source file. Normally the output file
-extension is computed based on the language of the source file, for
-example .cxx will go to a .o extension.
diff --git a/share/cmake-3.10/Help/prop_sf/LABELS.rst b/share/cmake-3.10/Help/prop_sf/LABELS.rst
deleted file mode 100755
index e1c1069..0000000
--- a/share/cmake-3.10/Help/prop_sf/LABELS.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-LABELS
-------
-
-Specify a list of text labels associated with a source file.
-
-This property has meaning only when the source file is listed in a
-target whose LABELS property is also set. No other semantics are
-currently specified.
diff --git a/share/cmake-3.10/Help/prop_sf/LANGUAGE.rst b/share/cmake-3.10/Help/prop_sf/LANGUAGE.rst
deleted file mode 100755
index 97bfa20..0000000
--- a/share/cmake-3.10/Help/prop_sf/LANGUAGE.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-LANGUAGE
---------
-
-What programming language is the file.
-
-A property that can be set to indicate what programming language the
-source file is. If it is not set the language is determined based on
-the file extension. Typical values are CXX C etc. Setting this
-property for a file means this file will be compiled. Do not set this
-for headers or files that should not be compiled.
diff --git a/share/cmake-3.10/Help/prop_sf/LOCATION.rst b/share/cmake-3.10/Help/prop_sf/LOCATION.rst
deleted file mode 100755
index 252d680..0000000
--- a/share/cmake-3.10/Help/prop_sf/LOCATION.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-LOCATION
---------
-
-The full path to a source file.
-
-A read only property on a SOURCE FILE that contains the full path to
-the source file.
diff --git a/share/cmake-3.10/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst b/share/cmake-3.10/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst
deleted file mode 100755
index a064afa..0000000
--- a/share/cmake-3.10/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst
+++ /dev/null
@@ -1,30 +0,0 @@
-MACOSX_PACKAGE_LOCATION
------------------------
-
-Place a source file inside a Application Bundle
-(:prop_tgt:`MACOSX_BUNDLE`), Core Foundation Bundle (:prop_tgt:`BUNDLE`),
-or Framework Bundle (:prop_tgt:`FRAMEWORK`). It is applicable for OS X
-and iOS.
-
-Executable targets with the :prop_tgt:`MACOSX_BUNDLE` property set are
-built as OS X or iOS application bundles on Apple platforms. Shared
-library targets with the :prop_tgt:`FRAMEWORK` property set are built as
-OS X or iOS frameworks on Apple platforms. Module library targets with
-the :prop_tgt:`BUNDLE` property set are built as OS X ``CFBundle`` bundles
-on Apple platforms. Source files listed in the target with this property
-set will be copied to a directory inside the bundle or framework content
-folder specified by the property value. For OS X Application Bundles the
-content folder is ``<name>.app/Contents``. For OS X Frameworks the
-content folder is ``<name>.framework/Versions/<version>``. For OS X
-CFBundles the content folder is ``<name>.bundle/Contents`` (unless the
-extension is changed). See the :prop_tgt:`PUBLIC_HEADER`,
-:prop_tgt:`PRIVATE_HEADER`, and :prop_tgt:`RESOURCE` target properties for
-specifying files meant for ``Headers``, ``PrivateHeaders``, or
-``Resources`` directories.
-
-If the specified location is equal to ``Resources``, the resulting location
-will be the same as if the :prop_tgt:`RESOURCE` property had been used. If
-the specified location is a sub-folder of ``Resources``, it will be placed
-into the respective sub-folder. Note: For iOS Apple uses a flat bundle layout
-where no ``Resources`` folder exist. Therefore CMake strips the ``Resources``
-folder name from the specified location.
diff --git a/share/cmake-3.10/Help/prop_sf/OBJECT_DEPENDS.rst b/share/cmake-3.10/Help/prop_sf/OBJECT_DEPENDS.rst
deleted file mode 100755
index 1d24960..0000000
--- a/share/cmake-3.10/Help/prop_sf/OBJECT_DEPENDS.rst
+++ /dev/null
@@ -1,21 +0,0 @@
-OBJECT_DEPENDS
---------------
-
-Additional files on which a compiled object file depends.
-
-Specifies a :ref:`;-list <CMake Language Lists>` of full-paths to
-files on which any object files compiled from this source file depend.
-On :ref:`Makefile Generators` and the :generator:`Ninja` generator an
-object file will be recompiled if any of the named files is newer than it.
-:ref:`Visual Studio Generators` and the :generator:`Xcode` generator
-cannot implement such compilation dependencies.
-
-This property need not be used to specify the dependency of a source
-file on a generated header file that it includes. Although the
-property was originally introduced for this purpose, it is no longer
-necessary. If the generated header file is created by a custom
-command in the same target as the source file, the automatic
-dependency scanning process will recognize the dependency. If the
-generated header file is created by another target, an inter-target
-dependency should be created with the :command:`add_dependencies`
-command (if one does not already exist due to linking relationships).
diff --git a/share/cmake-3.10/Help/prop_sf/OBJECT_OUTPUTS.rst b/share/cmake-3.10/Help/prop_sf/OBJECT_OUTPUTS.rst
deleted file mode 100755
index 6a28553..0000000
--- a/share/cmake-3.10/Help/prop_sf/OBJECT_OUTPUTS.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-OBJECT_OUTPUTS
---------------
-
-Additional outputs for a Makefile rule.
-
-Additional outputs created by compilation of this source file. If any
-of these outputs is missing the object will be recompiled. This is
-supported only on Makefile generators and will be ignored on other
-generators.
diff --git a/share/cmake-3.10/Help/prop_sf/SKIP_AUTOGEN.rst b/share/cmake-3.10/Help/prop_sf/SKIP_AUTOGEN.rst
deleted file mode 100755
index f31185a..0000000
--- a/share/cmake-3.10/Help/prop_sf/SKIP_AUTOGEN.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-SKIP_AUTOGEN
-------------
-
-Exclude the source file from :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and
-:prop_tgt:`AUTORCC` processing (for Qt projects).
-
-For finer exclusion control see :prop_sf:`SKIP_AUTOMOC`,
-:prop_sf:`SKIP_AUTOUIC` and :prop_sf:`SKIP_AUTORCC`.
-
-EXAMPLE
-^^^^^^^
-
-.. code-block:: cmake
-
- # ...
- set_property(SOURCE file.h PROPERTY SKIP_AUTOGEN ON)
- # ...
diff --git a/share/cmake-3.10/Help/prop_sf/SKIP_AUTOMOC.rst b/share/cmake-3.10/Help/prop_sf/SKIP_AUTOMOC.rst
deleted file mode 100755
index a929448..0000000
--- a/share/cmake-3.10/Help/prop_sf/SKIP_AUTOMOC.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-SKIP_AUTOMOC
-------------
-
-Exclude the source file from :prop_tgt:`AUTOMOC` processing (for Qt projects).
-
-For broader exclusion control see :prop_sf:`SKIP_AUTOGEN`.
-
-EXAMPLE
-^^^^^^^
-
-.. code-block:: cmake
-
- # ...
- set_property(SOURCE file.h PROPERTY SKIP_AUTOMOC ON)
- # ...
diff --git a/share/cmake-3.10/Help/prop_sf/SKIP_AUTORCC.rst b/share/cmake-3.10/Help/prop_sf/SKIP_AUTORCC.rst
deleted file mode 100755
index bccccfc..0000000
--- a/share/cmake-3.10/Help/prop_sf/SKIP_AUTORCC.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-SKIP_AUTORCC
-------------
-
-Exclude the source file from :prop_tgt:`AUTORCC` processing (for Qt projects).
-
-For broader exclusion control see :prop_sf:`SKIP_AUTOGEN`.
-
-EXAMPLE
-^^^^^^^
-
-.. code-block:: cmake
-
- # ...
- set_property(SOURCE file.qrc PROPERTY SKIP_AUTORCC ON)
- # ...
diff --git a/share/cmake-3.10/Help/prop_sf/SKIP_AUTOUIC.rst b/share/cmake-3.10/Help/prop_sf/SKIP_AUTOUIC.rst
deleted file mode 100755
index 8c962db..0000000
--- a/share/cmake-3.10/Help/prop_sf/SKIP_AUTOUIC.rst
+++ /dev/null
@@ -1,20 +0,0 @@
-SKIP_AUTOUIC
-------------
-
-Exclude the source file from :prop_tgt:`AUTOUIC` processing (for Qt projects).
-
-:prop_sf:`SKIP_AUTOUIC` can be set on C++ header and source files and on
-``.ui`` files.
-
-For broader exclusion control see :prop_sf:`SKIP_AUTOGEN`.
-
-EXAMPLE
-^^^^^^^
-
-.. code-block:: cmake
-
- # ...
- set_property(SOURCE file.h PROPERTY SKIP_AUTOUIC ON)
- set_property(SOURCE file.cpp PROPERTY SKIP_AUTOUIC ON)
- set_property(SOURCE widget.ui PROPERTY SKIP_AUTOUIC ON)
- # ...
diff --git a/share/cmake-3.10/Help/prop_sf/SYMBOLIC.rst b/share/cmake-3.10/Help/prop_sf/SYMBOLIC.rst
deleted file mode 100755
index c7d0b26..0000000
--- a/share/cmake-3.10/Help/prop_sf/SYMBOLIC.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-SYMBOLIC
---------
-
-Is this just a name for a rule.
-
-If SYMBOLIC (boolean) is set to true the build system will be informed
-that the source file is not actually created on disk but instead used
-as a symbolic name for a build rule.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_COPY_TO_OUT_DIR.rst b/share/cmake-3.10/Help/prop_sf/VS_COPY_TO_OUT_DIR.rst
deleted file mode 100755
index 16c8d83..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_COPY_TO_OUT_DIR.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-VS_COPY_TO_OUT_DIR
-------------------
-
-Sets the ``<CopyToOutputDirectory>`` tag for a source file in a
-Visual Studio project file. Valid values are ``Never``, ``Always``
-and ``PreserveNewest``.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_CSHARP_tagname.rst b/share/cmake-3.10/Help/prop_sf/VS_CSHARP_tagname.rst
deleted file mode 100755
index d42159f..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_CSHARP_tagname.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-VS_CSHARP_<tagname>
--------------------
-
-Visual Studio and CSharp source-file-specific configuration.
-
-Tell the Visual Studio generator to set the source file tag
-``<tagname>`` to a given value in the generated Visual Studio CSharp
-project. Ignored on other generators and languages. This property
-can be used to define dependencies between source files or set any
-other Visual Studio specific parameters.
-
-Example usage:
-
-.. code-block:: cmake
-
- set_source_files_property(<filename>
- PROPERTIES
- VS_CSHARP_DependentUpon <other file>
- VS_CSHARP_SubType "Form")
diff --git a/share/cmake-3.10/Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst b/share/cmake-3.10/Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst
deleted file mode 100755
index 9fb3ba3..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-VS_DEPLOYMENT_CONTENT
----------------------
-
-Mark a source file as content for deployment with a Windows Phone or
-Windows Store application when built with a Visual Studio generator.
-The value must evaluate to either ``1`` or ``0`` and may use
-:manual:`generator expressions <cmake-generator-expressions(7)>`
-to make the choice based on the build configuration.
-The ``.vcxproj`` file entry for the source file will be
-marked either ``DeploymentContent`` or ``ExcludedFromBuild``
-for values ``1`` and ``0``, respectively.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_DEPLOYMENT_LOCATION.rst b/share/cmake-3.10/Help/prop_sf/VS_DEPLOYMENT_LOCATION.rst
deleted file mode 100755
index 303db95..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_DEPLOYMENT_LOCATION.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-VS_DEPLOYMENT_LOCATION
-----------------------
-
-Specifies the deployment location for a content source file with a Windows
-Phone or Windows Store application when built with a Visual Studio generator.
-This property is only applicable when using :prop_sf:`VS_DEPLOYMENT_CONTENT`.
-The value represent the path relative to the app package and applies to all
-configurations.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_INCLUDE_IN_VSIX.rst b/share/cmake-3.10/Help/prop_sf/VS_INCLUDE_IN_VSIX.rst
deleted file mode 100755
index 30f471d..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_INCLUDE_IN_VSIX.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-VS_INCLUDE_IN_VSIX
-------------------
-
-Boolean property to specify if the file should be included within a VSIX
-extension package. This is needed for development of Visual Studio
-extensions.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_RESOURCE_GENERATOR.rst b/share/cmake-3.10/Help/prop_sf/VS_RESOURCE_GENERATOR.rst
deleted file mode 100755
index 97e5aac..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_RESOURCE_GENERATOR.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-VS_RESOURCE_GENERATOR
----------------------
-
-This property allows to specify the resource generator to be used
-on this file. It defaults to ``PublicResXFileCodeGenerator`` if
-not set.
-
-This property only applies to C# projects.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_SHADER_ENTRYPOINT.rst b/share/cmake-3.10/Help/prop_sf/VS_SHADER_ENTRYPOINT.rst
deleted file mode 100755
index fe3471f..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_SHADER_ENTRYPOINT.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-VS_SHADER_ENTRYPOINT
---------------------
-
-Specifies the name of the entry point for the shader of a ``.hlsl`` source
-file.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_SHADER_FLAGS.rst b/share/cmake-3.10/Help/prop_sf/VS_SHADER_FLAGS.rst
deleted file mode 100755
index 0901123..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_SHADER_FLAGS.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-VS_SHADER_FLAGS
----------------
-
-Set additional VS shader flags of a ``.hlsl`` source file.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_SHADER_MODEL.rst b/share/cmake-3.10/Help/prop_sf/VS_SHADER_MODEL.rst
deleted file mode 100755
index b1cf0df..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_SHADER_MODEL.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-VS_SHADER_MODEL
----------------
-
-Specifies the shader model of a ``.hlsl`` source file. Some shader types can
-only be used with recent shader models
diff --git a/share/cmake-3.10/Help/prop_sf/VS_SHADER_OUTPUT_HEADER_FILE.rst b/share/cmake-3.10/Help/prop_sf/VS_SHADER_OUTPUT_HEADER_FILE.rst
deleted file mode 100755
index e6763d3..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_SHADER_OUTPUT_HEADER_FILE.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-VS_SHADER_OUTPUT_HEADER_FILE
-----------------------------
-
-Set filename for output header file containing object code of a ``.hlsl``
-source file.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_SHADER_TYPE.rst b/share/cmake-3.10/Help/prop_sf/VS_SHADER_TYPE.rst
deleted file mode 100755
index 6880256..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_SHADER_TYPE.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-VS_SHADER_TYPE
---------------
-
-Set the VS shader type of a ``.hlsl`` source file.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_SHADER_VARIABLE_NAME.rst b/share/cmake-3.10/Help/prop_sf/VS_SHADER_VARIABLE_NAME.rst
deleted file mode 100755
index 1a5e369..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_SHADER_VARIABLE_NAME.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-VS_SHADER_VARIABLE_NAME
------------------------
-
-Set name of variable in header file containing object code of a ``.hlsl``
-source file.
diff --git a/share/cmake-3.10/Help/prop_sf/VS_TOOL_OVERRIDE.rst b/share/cmake-3.10/Help/prop_sf/VS_TOOL_OVERRIDE.rst
deleted file mode 100755
index 8bdc5ca..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_TOOL_OVERRIDE.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-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/share/cmake-3.10/Help/prop_sf/VS_XAML_TYPE.rst b/share/cmake-3.10/Help/prop_sf/VS_XAML_TYPE.rst
deleted file mode 100755
index e92191d..0000000
--- a/share/cmake-3.10/Help/prop_sf/VS_XAML_TYPE.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-VS_XAML_TYPE
-------------
-
-Mark a XAML source file as a different type than the default ``Page``.
-The most common usage would be to set the default App.xaml file as
-ApplicationDefinition.
diff --git a/share/cmake-3.10/Help/prop_sf/WRAP_EXCLUDE.rst b/share/cmake-3.10/Help/prop_sf/WRAP_EXCLUDE.rst
deleted file mode 100755
index 2c79f72..0000000
--- a/share/cmake-3.10/Help/prop_sf/WRAP_EXCLUDE.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-WRAP_EXCLUDE
-------------
-
-Exclude this source file from any code wrapping techniques.
-
-Some packages can wrap source files into alternate languages to
-provide additional functionality. For example, C++ code can be
-wrapped into Java or Python etc using SWIG etc. If WRAP_EXCLUDE is
-set to true (1 etc) that indicates that this source file should not be
-wrapped.
diff --git a/share/cmake-3.10/Help/prop_sf/XCODE_EXPLICIT_FILE_TYPE.rst b/share/cmake-3.10/Help/prop_sf/XCODE_EXPLICIT_FILE_TYPE.rst
deleted file mode 100755
index 1b24701..0000000
--- a/share/cmake-3.10/Help/prop_sf/XCODE_EXPLICIT_FILE_TYPE.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-XCODE_EXPLICIT_FILE_TYPE
-------------------------
-
-Set the Xcode ``explicitFileType`` attribute on its reference to a
-source file. CMake computes a default based on file extension but
-can be told explicitly with this property.
-
-See also :prop_sf:`XCODE_LAST_KNOWN_FILE_TYPE`.
diff --git a/share/cmake-3.10/Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst b/share/cmake-3.10/Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst
deleted file mode 100755
index 39e6966..0000000
--- a/share/cmake-3.10/Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-XCODE_FILE_ATTRIBUTES
----------------------
-
-Add values to the Xcode ``ATTRIBUTES`` setting on its reference to a
-source file. Among other things, this can be used to set the role on
-a mig file::
-
- set_source_files_properties(defs.mig
- PROPERTIES
- XCODE_FILE_ATTRIBUTES "Client;Server"
- )
diff --git a/share/cmake-3.10/Help/prop_sf/XCODE_LAST_KNOWN_FILE_TYPE.rst b/share/cmake-3.10/Help/prop_sf/XCODE_LAST_KNOWN_FILE_TYPE.rst
deleted file mode 100755
index 42e3757..0000000
--- a/share/cmake-3.10/Help/prop_sf/XCODE_LAST_KNOWN_FILE_TYPE.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-XCODE_LAST_KNOWN_FILE_TYPE
---------------------------
-
-Set the Xcode ``lastKnownFileType`` attribute on its reference to a
-source file. CMake computes a default based on file extension but
-can be told explicitly with this property.
-
-See also :prop_sf:`XCODE_EXPLICIT_FILE_TYPE`, which is preferred
-over this property if set.