blob: 6cb8f861cd1b52e30f388e2285fdbba86db1bc48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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.
|