DOTNET_TARGET_FRAMEWORK_VERSION.rst 390 B

12345678910111213
  1. DOTNET_TARGET_FRAMEWORK_VERSION
  2. -------------------------------
  3. Specify the .NET target framework version.
  4. Used to specify the .NET target framework version for C++/CLI. For
  5. example: ``v4.5``.
  6. This property is only evaluated for :ref:`Visual Studio Generators`
  7. VS 2010 and above.
  8. Can be initialized for all targets using the variable
  9. :variable:`CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION`.