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.BooleanIf true, the build needs to be cleaned; otherwise, it does not.
Remarks
Calls PrepareBuild internally.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.