Change managed C++ project to another framework than 4.0 with vs2010
- by codymanix
Since I upgraded my project to visual studio 2010 project format, my managed c++ project is targeted to .net framework 4.0.
It is easy to switch the framework version to another version from a C# project, but I have no clue how to do this in a MC++ project, I see no setting for this in the project property pages.