This documentation is archived and is not being maintained.

RequiresFramework35SP1Assembly Class

Determines whether the application requires the .NET Framework 3.5 SP1.

System::Object
  Microsoft.Build.Utilities::Task
    Microsoft.Build.Tasks::TaskExtension
      Microsoft.Build.Tasks::RequiresFramework35SP1Assembly

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)

public ref class RequiresFramework35SP1Assembly sealed : public TaskExtension

The RequiresFramework35SP1Assembly type exposes the following members.

  NameDescription
Public methodRequiresFramework35SP1AssemblyInitializes a new instance of the RequiresFramework35SP1Assembly class.
Top

  NameDescription
Public propertyAssembliesGets or sets the assemblies referenced in this application.
Public propertyBuildEngineGets or sets the instance of the IBuildEngine object used by the task. (Inherited from Task.)
Public propertyBuildEngine2Gets the instance of the IBuildEngine2 object used by the task. (Inherited from Task.)
Public propertyBuildEngine3Gets the instance of the IBuildEngine3 object used by the task. (Inherited from Task.)
Public propertyCreateDesktopShortcutGets or sets whether to create an icon on the desktop during installation.
Public propertyDeploymentManifestEntryPointGets or sets the manifest file name for the application.
Public propertyEntryPointGets or sets the assembly that should be executed when the application is run.
Public propertyErrorReportUrlGets or sets the Web site that is displayed in dialog boxes that are encountered during ClickOnce installations.
Public propertyFilesGets or sets the list of all of the files that will be deployed when you publish your application.
Protected propertyHelpKeywordPrefixGets or sets the prefix used to compose Help keywords from resource names. (Inherited from Task.)
Public propertyHostObjectGets or sets the host object associated with the task. (Inherited from Task.)
Public propertyLogInfrastructure. Gets an instance of a TaskLoggingHelperExtension containing task logging methods. (Inherited from TaskExtension.)
Public propertyReferencedAssembliesGets or sets the assemblies referenced in your project.
Public propertyRequiresMinimumFramework35SP1Gets or sets whether the application requires .NET Framework 3.5 SP1.
Public propertySigningManifestsGets or sets whether the ClickOnce manifests are signed.
Public propertySuiteNameGets or sets the name of the folder on the Start menu in which the application will be installed.
Public propertyTargetFrameworkVersionGets or sets the version of the .NET Framework that this application targets.
Protected propertyTaskResourcesGets or sets the culture-specific resources associated with the task. (Inherited from Task.)
Top

  NameDescription
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public methodExecuteExecutes the task that determines whether the applications requires .NET Framework 3.5 SP1. (Overrides Task::Execute().)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

.NET Framework

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: