<div dir="ltr">Just playing around with Visual Studio Community Edition.<div><br></div><div>I had VS 2013 Express installed and I found it best to uninstall it as the same functionality (and more) is in the community edition.</div><div><br></div><div><div>The reason that I uninstalled it is that when CMake builds the solution file (if both are installed) the  the Microsoft Visual Studio Version Selector will select VS 2013 Express.</div><div><br></div><div>This is because the first two lines of the solution file read:</div><div><div><div>Microsoft Visual Studio Solution File, Format Version 12.00</div><div># Visual Studio Express 2013 for Windows Desktop</div></div></div><div><br></div><div>So it is finding VS Express 2013 by default.</div><div><br></div><div>Uninstalling VS 2013 Express produces the correct solution file:</div><div><div>Microsoft Visual Studio Solution File, Format Version 12.00</div><div># Visual Studio 2013</div></div><div><br></div><div>I only picked this up because I use the Microsoft Visual Studio Version Selector to open the *.sln file by default.</div><div><br></div><div>Tested on CMake 3.0.2 and the pre-release version CMake 3.1.20141119</div><div><br></div><div>VS 2013 Community Edition will happily use the VS Express 2013 solution file.</div><div><br></div><div>Regards</div><div>   Andrew</div><div><br></div><div><br></div><div><br></div><div> -- <br><div>___________________________________________<br>Andrew J. P. Maclean<br><br>___________________________________________</div>
</div></div></div>