cmake/Help/prop_tgt/VS_DOTNET_TARGET_FRAMEWORK_VERSION.rst

12 lines
356 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
VS_DOTNET_TARGET_FRAMEWORK_VERSION
----------------------------------
Specify the .NET target framework version.
2020-08-30 11:54:41 +02:00
Used to specify the .NET target framework version for C++/CLI. For
2014-08-03 19:52:23 +02:00
example, "v4.5".
2018-08-09 18:06:22 +02:00
This property is deprecated and should not be used anymore. Use
2020-08-30 11:54:41 +02:00
:prop_tgt:`DOTNET_TARGET_FRAMEWORK` or
2018-08-09 18:06:22 +02:00
:prop_tgt:`DOTNET_TARGET_FRAMEWORK_VERSION` instead.