Visual Studio 12 2013.rst 485 B

123456789101112
  1. Visual Studio 12 2013
  2. ---------------------
  3. Generates Visual Studio 12 (VS 2013) 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 12 2013 Win64" will create project files for the
  7. x64 processor; "Visual Studio 12 2013 ARM" for ARM.
  8. For compatibility with CMake versions prior to 3.0, one may specify this
  9. generator using the name "Visual Studio 12" without the year component.