VCPlatform::ExecutableExtensions Property

 

Gets the platform specific executable extension.

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

property String^ ExecutableExtensions {
	String^ get();
}

Property Value

Type: System::String^

String containing the extension for executables in this platform.

Return to top
Show: