CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER.rst 461 B

12345678910111213
  1. CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER
  2. ------------------------------------
  3. .. versionadded:: 3.22
  4. Visual Studio target framework identifier.
  5. In some cases, the :ref:`Visual Studio Generators` may use an explicit value
  6. for the MSBuild ``TargetFrameworkIdentifier`` setting in ``.csproj`` files.
  7. CMake provides the chosen value in this variable.
  8. See also :variable:`CMAKE_VS_TARGET_FRAMEWORK_VERSION` and
  9. :variable:`CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION`.