VCLinkerTool.GenerateManifest Property
Gets or sets a value indicating whether the linker should generate a manifest file.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property GenerateManifest As Boolean
bool GenerateManifest { get; set; }
property bool GenerateManifest {
bool get ();
void set (bool value);
}
abstract GenerateManifest : bool with get, set
function get GenerateManifest () : boolean
function set GenerateManifest (value : boolean)
Property Value
Type: System.Boolean
true if the linker should generate a manifest file; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace
Other Resources
/MANIFEST (Create Side-by-Side Assembly Manifest)