InitializeDefaultProperties Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the InitializeDefaultProperties class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
InitializeDefaultProperties();
public InitializeDefaultProperties ();
Public Sub New ()
Remarks
Set all of the InitializeDefaultProperties properties, and then call Execute to run this build task.
The Microsoft Build Engine uses Microsoft.VisualStudio.Tools.Office.BuildTasks to build and deploy Office solutions. However, you can create your own build system by using these classes and the MSBuild XML-based project files. For more information, see MSBuild Reference.