VCManifestTool::UseUnicodeResponseFiles Property

 

Sets or get 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: System::Boolean

true means to use Unicode response files.

Return to top
Show: