Merge topic 'vs10-no-macros'

885ab9ab VS: Drop reload macros for VS >= 10 (#11258,#14680)
This commit is contained in:
Brad King
2015-04-16 09:58:50 -04:00
committed by CMake Topic Stage
7 changed files with 14 additions and 55 deletions
+9
View File
@@ -0,0 +1,9 @@
vs10-no-macros
--------------
* The :generator:`Visual Studio 10 2010` generator no longer checks
for running VS IDEs with the project open or asks them to reload.
This was originally done for VS 10 because it had been done for
VS 7 through 9 to avoid prompting for every project in a solution.
Since VS >= 10 allow the whole solution to reload at once they
do not need CMake to help them.