.NET Framework 4.0 Client Profile vs .NET Framework 4.0

前端 未结 4 865
你的背包
你的背包 2020-12-23 09:13

When I started new .NET Console Application in VS2010, By default Target Framework was set to .NET Framework 4.0 Client Profile, what is the difference between .NET Framewor

4条回答
  •  无人及你
    2020-12-23 09:23

    Come from Microsoft MSDN


    Project Templates that Target the .NET Framework Client Profile

    Several project templates in Visual Studio 2010 target the .NET Framework 4 Client Profile. The following is a list of the project templates in Visual Studio 2010 that target the .NET Framework 4 Client Profile by default. All other projects target the .NET Framework 4 by default.

    Windows

    • WPF Application

    • WPF Browser Application

    • WPF Custom Control Library

    • WPF User Control Library

    • Windows Forms Application

    • Windows Forms Control Library

    • Console Application

    • Empty Project

    • Window Service

    Office

    • All Office 2007 and Office 2010
    • project templates

    WCF

    • WCF Service Library

    Workflow

    • Activity Designer Library

    • Activity Library

    • Workflow Console Application

    Visual F#

    • F# Application

    • F# Tutorial

提交回复
热议问题