885ab9ab37
We never implemented them for VS 11 (2012), 12 (2013), or 14 (2015). For VS 10 (2010) the reload macro does not work correctly when run from inside a build launched through the IDE because stopping the build kills the CMake that is driving the reload. Fortunately VS >= 10 know how to reload the whole solution anyway.
10 lines
401 B
ReStructuredText
10 lines
401 B
ReStructuredText
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.
|