diff options
author | Brad King <brad.king@kitware.com> | 2017-02-01 15:13:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-06 15:34:12 (GMT) |
commit | 3f5e4f1957c33335d792f6edde62ca59d3b158fb (patch) | |
tree | 57c9f84010b5667653ec4c37f60d1b44ef442d19 /Help/release/dev/vs-custom-msbuild-props.rst | |
parent | 811c854efffba6f97bb3038b651fed7fc1bcf2be (diff) | |
download | CMake-3f5e4f1957c33335d792f6edde62ca59d3b158fb.zip CMake-3f5e4f1957c33335d792f6edde62ca59d3b158fb.tar.gz CMake-3f5e4f1957c33335d792f6edde62ca59d3b158fb.tar.bz2 |
Help: Consolidate 3.8 release notes
Move all development release notes into a new version-specific document:
tail -q -n +3 Help/release/dev/* > Help/release/3.8.rst
git rm -- Help/release/dev/*
except the sample topic:
git checkout HEAD -- Help/release/dev/0-sample-topic.rst
Reference the new document from the release notes index document.
Add a title and intro sentence to the new document by hand.
Diffstat (limited to 'Help/release/dev/vs-custom-msbuild-props.rst')
-rw-r--r-- | Help/release/dev/vs-custom-msbuild-props.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Help/release/dev/vs-custom-msbuild-props.rst b/Help/release/dev/vs-custom-msbuild-props.rst deleted file mode 100644 index 68dae42..0000000 --- a/Help/release/dev/vs-custom-msbuild-props.rst +++ /dev/null @@ -1,9 +0,0 @@ -vs-custom-msbuild-props ------------------------ - -* The :ref:`Visual Studio Generators` for VS 2010 and above can - now be fine tuned using custom msbuild .props files. - :prop_tgt:`VS_USER_PROPS` can be - used to change the default path of the user .props file from - ``$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props`` to - an arbitrary filename. |