ResolveManifestFiles Task
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Resolves the following items in the build process to files for manifest generation: built items, dependencies, satellites, content, debug symbols, and documentation.
Parameters
The following table describes the parameters of the ResolveManifestFiles
task.
Parameter | Description |
---|---|
DeploymentManifestEntryPoint |
Optional ITaskItem parameter. Specifies the name of the deployment manifest. |
EntryPoint |
Optional ITaskItem parameter. Specifies the managed assembly or ClickOnce manifest reference that is the entry point to the manifest. |
ExtraFiles |
Optional ITaskItem[] parameter.Specifies the extra files. |
ManagedAssemblies |
Optional ITaskItem[] parameter.Specifies the managed assemblies. |
NativeAssemblies |
Optional ITaskItem[] parameter.Specifies the native assemblies. |
OutputAssemblies |
Optional ITaskItem[] output parameter.Specifies the generated assemblies. |
OutputDeploymentManifestEntryPoint |
Optional ITaskItem output parameter. Specifies the output deployment manifest entry point. |
OutputEntryPoint |
Optional ITaskItem output parameter. Specifies the output entry point. |
OutputFiles |
Optional ITaskItem[] output parameter.Specifies the output files. |
PublishFiles |
Optional ITaskItem[] parameter.Specifies the publish files. |
SatelliteAssemblies |
Optional ITaskItem[] parameter.Specifies the satellite assemblies. |
SigningManifests |
Optional Boolean parameter.If true , the manifests are signed. |
TargetCulture |
Optional String parameter.Specifies the target culture for satellite assemblies. |
TargetFrameworkVersion |
Optional String parameter.Specifies the target .NET Framework version. |
Remarks
In addition to having the parameters that are listed in the table, this task inherits parameters from the TaskExtension class, which itself inherits from the Task class. For a list of these additional parameters and their descriptions, see TaskExtension Base Class.