mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
ae1e1909a1
Fixes: #20105
12 lines
356 B
ReStructuredText
12 lines
356 B
ReStructuredText
VS_DOTNET_TARGET_FRAMEWORK_VERSION
|
|
----------------------------------
|
|
|
|
Specify the .NET target framework version.
|
|
|
|
Used to specify the .NET target framework version for C++/CLI. For
|
|
example, "v4.5".
|
|
|
|
This property is deprecated and should not be used anymore. Use
|
|
:prop_tgt:`DOTNET_TARGET_FRAMEWORK` or
|
|
:prop_tgt:`DOTNET_TARGET_FRAMEWORK_VERSION` instead.
|