In VS2013 this isn't settable within VS itself.

To view the target framework

Project Properties > Common Properties

Ifa target framework is set (not all applications need it) then it is displayed above the right side main box(es).

To set / change a target framework

Close the project.

Open the projects .vcxproj with notepad.  Find the "<PropertyGroup Label="Globals">" section:


  <PropertyGroup Label="Globals">
    <ProjectGuid>{DF740E12-4588-4559-9BC6-761AF5F99AA4}</ProjectGuid>
    <RootNamespace>Hycal_PC_Software</RootNamespace>
    <Keyword>ManagedCProj</Keyword>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  </PropertyGroup>

If not <TargetFrameworkVersion> entry is found then you can add it here, and if it is then change the value here.  Close the file, re-open the project and verify the new framework version is shown in Project Properties.

 

USEFUL?
We benefit hugely from resources on the web so we decided we should try and give back some of our knowledge and resources to the community by opening up many of our company’s internal notes and libraries through mini sites like this. We hope you find the site helpful.
Please feel free to comment if you can add help to this page or point out issues and solutions you have found, but please note that we do not provide support on this site. If you need help with a problem please use one of the many online forums.

Comments

Your email address will not be published. Required fields are marked *