Expand Minimize
This topic has not yet been rated - Rate this topic

VCLinkerTool::UseUnicodeResponseFiles Property

Sets or gets whether to use unicode response files.

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: Boolean
true means to use unicode response files, false means not to.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.