I have a native C++ application developed in Visual Studio 2010. There's also a setup project as a part of the solution. When the setup is being build, the warning pops up:
WARNING: The target version of the .NET Framework in the project does not match the .NET Framework launch condition version '.NET Framework 4 Client Profile'. Update the version of the .NET Framework launch condition to match the target version of the.NET Framework in the Advanced Compile Options Dialog Box (VB) or the Application Page (C#, F#).
In (c++ app) properties, there's a field in Common Properties that says:
Targeted framework: .NETFramework, Version=v4.0
which can't be edited.
Now the questions is: Why do I need .NETFramework for C++ application at all???