ProjectConfig.PrepareBuild Method

Creates folders and ensures assembly paths are correct.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Sub PrepareBuild ( _
    clean As Boolean _
)
'使用
Dim instance As ProjectConfig
Dim clean As Boolean

instance.PrepareBuild(clean)
public void PrepareBuild(
    bool clean
)
public:
void PrepareBuild(
    bool clean
)
public function PrepareBuild(
    clean : boolean
)

Parameters

  • clean
    Type: System.Boolean

    If true, the build needs to be cleaned; otherwise, it does not.

Remarks

Calls PrepareBuild internally.

Permissions

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Package Namespace