ProjectConfig.PrepareBuild Method

Creates folders and ensures that assembly paths are correct.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Sub PrepareBuild ( _
    clean As Boolean _
)
'Usage
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
)
member PrepareBuild : 
        clean:bool -> unit 

Parameters

  • clean
    Type: System.Boolean
    Value is TRUE if the build needs to be cleaned, FALSE if it does not.

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace