Target framework, what does ".NET Framework ... Client Profile" mean?

Posted by Richard Ev on Stack Overflow See other posts from Stack Overflow or by Richard Ev
Published on 2010-05-19T12:58:49Z Indexed on 2010/05/19 13:10 UTC
Read the original article Hit count: 848

In Visual Studio 2008, the target framework settings for a project are

  • .NET Framework 2.0
  • .NET Framework 3.0
  • .NET Framework 3.5

However, in Visual Studio 2010 they are

  • .NET Framework 2.0
  • .NET Framework 3.0
  • .NET Framework 3.5
  • .NET Framework 3.5 Client Profile
  • .NET Framework 4
  • .NET Framework 4 Client Profile

What do the Client Profile settings mean?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about client-profile