Visual Studio 10 2010.rst 490 B

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