mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add fields to the VS generator to select a target framework. Migrate the existing default for VS 12 .NET CF for Windows CE. Report the values in `CMAKE_VS_*` variables and use them for the CSharp compiler id project too. Issue: #22849
14 lines
475 B
ReStructuredText
14 lines
475 B
ReStructuredText
CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION
|
|
-----------------------------------------
|
|
|
|
.. versionadded:: 3.22
|
|
|
|
Visual Studio target framework targets version.
|
|
|
|
In some cases, the :ref:`Visual Studio Generators` may use an explicit value
|
|
for the MSBuild ``TargetFrameworkTargetsVersion`` setting in ``.csproj`` files.
|
|
CMake provides the chosen value in this variable.
|
|
|
|
See also :variable:`CMAKE_VS_TARGET_FRAMEWORK_VERSION` and
|
|
:variable:`CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER`.
|