.net - Why do native C++ projects have a TargetFrameworkVersion? -
It is possible to specify the version of the .NET framework in Visual Studio (v100, v110), which is a project target by using TargetFrameworkVersion. The element in the project file (if there is no TargetFrameworkVersion element, IDE only uses its default .NET version.