VCManifestTool Interface
Enables combining manifest files.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("058331FF-73B8-4086-9645-85E1964BC5D1")> _
Public Interface VCManifestTool
[GuidAttribute("058331FF-73B8-4086-9645-85E1964BC5D1")]
public interface VCManifestTool
[GuidAttribute(L"058331FF-73B8-4086-9645-85E1964BC5D1")]
public interface class VCManifestTool
[<GuidAttribute("058331FF-73B8-4086-9645-85E1964BC5D1")>]
type VCManifestTool = interface end
public interface VCManifestTool
The VCManifestTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdditionalManifestFiles | Sets or gets a list of additional manifest fragments. | |
AdditionalOptions | Gets or sets options to add to the end of the command line immediately before the file name(s). An example is if an option is not supported in the object model. | |
AssemblyIdentity | Sets or gets the assembly identity for the manifest. | |
ComponentFileName | Sets or gets the component file name for an isolated COM dll. | |
DependencyInformationFile | Sets or gets the manifest dependency file. | |
EmbedManifest | Gets or sets whether the manifest is imbedded. | |
ExecutionBucket | Infrastructure. Microsoft Internal Use Only. | |
GenerateCatalogFiles | Sets or gets whether to generate cdf files. | |
InputResourceManifests | Sets or gets a list of resources containing manifests. | |
ManifestResourceFile | Sets or gets the manifest resource file. | |
OutputManifestFile | Sets or gets the manifest output file. | |
RegistrarScriptFile | Sets or gets the registrar script file. | |
ReplacementsFile | Sets or gets the string replacement file. | |
SuppressStartupBanner | Gets or sets a value indicating whether to suppress the display of the startup banner and information messages. | |
ToolKind | Gets the name of the kind of tool this is. | |
toolName | Gets the name of the specified tool. | |
ToolPath | Gets the path to the specified tool. | |
TypeLibraryFile | Gets or sets the name of the type library file. | |
UpdateFileHashes | Sets or gets whether to update file hashes. | |
UpdateFileHashesSearchPath | Sets or gets the path to the file hashes. | |
UseFAT32Workaround | Gets or set whether to use the FAT32 work around. | |
UseUnicodeResponseFiles | Sets or get whether to use Unicode response files. | |
VCProjectEngine | Gets a pointer to the project engine. | |
VerboseOutput | Sets or gets whether to produce verbose output. |
Top
Methods
Name | Description | |
---|---|---|
get_PropertyOption | Infrastructure. Microsoft Internal Use Only. |
Top
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace
Other Resources
/MANIFEST (Create Side-by-Side Assembly Manifest)