Visual Studio 11 2012.rst 485 B

123456789101112
  1. Visual Studio 11 2012
  2. ---------------------
  3. Generates Visual Studio 11 (VS 2012) project files.
  4. It is possible to append a space followed by the platform name to
  5. create project files for a specific target platform. E.g.
  6. "Visual Studio 11 2012 Win64" will create project files for the
  7. x64 processor; "Visual Studio 11 2012 ARM" for ARM.
  8. For compatibility with CMake versions prior to 3.0, one may specify this
  9. generator using the name "Visual Studio 11" without the year component.