summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_VS_TARGET_FRAMEWORK_VERSION.rst
Commit message (Collapse)AuthorAgeFilesLines
* VS: Model a default target frameworkBrad King2021-11-061-0/+17
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