Visual Studio has added lots of new features for C++ in the past year.
CMake With the CMake support, I can do \"Open Folder\" and select a folder w
It does not seem to work as you expect, yet. It seems you need to create separate linux vcproject for your existing cmake codebase. There is nothing like linux target in VS options. For more information see comments in this msdn blog.
You may either create 'new linux project' and copy your sources or try (and adapt) using for existing sources these unofficial scripts: https://github.com/robotdad/vclinux