IPublishProperties2::MapFileExtensions Property

 

Gets or sets whether to add ".deploy" as an extension to all deployed files.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)

[DispIdAttribute(12)]
property bool MapFileExtensions {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to add ".deploy" as an extension to all deployed files.

Return to top
Show: