Hi there,
In Visual Studio 2013, Desktop 10.3, I created a standalone project for .Net Framework 3.5.(in VS: Project properties -> Application -> Target framework->3.5).
When I run it I see in the list of processes it runs as .Net Framework v.2
Why? (may be because this project has references to another my companie's old dlls). How to change it to 3.5?
Any help would be greatly appreciated.