IPublishProperties3::MapFileExtensions Property
Visual Studio 2015
Gets or sets a value that indicates whether to add the .deploy file name extension to all deployed files.
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::Booleantrue to add the .deploy file name extension to all deployed files; otherwise, false.
Show: