CMAKE_VS_VERSION_BUILD_NUMBER_COMPONENTS.txt 496 B

123456789101112131415161718
  1. The components are:
  2. ``<major>.<minor>``
  3. The VS major and minor version numbers.
  4. These are the same as the release version numbers.
  5. ``<date>``
  6. A build date in the format ``MMMDD``, where ``MMM`` is a month index
  7. since an epoch used by Microsoft, and ``DD`` is a day in that month.
  8. ``<build>``
  9. A build index on the day represented by ``<date>``.
  10. The build number is reported by ``vswhere`` as ``installationVersion``.
  11. For example, VS 16.11.10 has build number ``16.11.32126.315``.