VCLibrarianTool::UseUnicodeResponseFiles Property

 

Gets or sets a value indicating whether a linker or compiler can use a unicode response file.

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

property bool UseUnicodeResponseFiles {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if a linker or compiler can use a unicode response file; otherwise, false.

A response file contains comments for a linker or compiler.

Return to top
Show: