VCLibrarianTool::ModuleDefinitionFile Property

 

Gets or sets a value indicating the specified module definition file during executable creation.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ ModuleDefinitionFile {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The specified module definition file.

ModuleDefinitionFile exposes the functionality of the linker's /DEF (Specify Module-Definition File) option and the librarian's Building an Import Library and Export File option.

Return to top
Show: