VSDevEnv Properties | MSBuild Extension Pack Help 4.0.12.0 |
The VSDevEnv type exposes the following members.
Properties
Name | Description | |
---|---|---|
Configuration |
The Configuration to Build.
|
|
FilePath |
The Path to the solution or Project to build
|
|
OutputFile |
Specifies the File to log all output to. Defaults to the [Path.Dir]\Output\[Path.FileName].[Configuration].txt
|
|
OutputFolder |
Specifies the output folder to log to. Default is [Path.Dir]\Output\
|
|
Rebuild |
Specifies whether Clean and then build the solution or project with the specified configuration. Default is false
|
|
Version |
The version of Visual Studio to run, e.g. 8.0, 9.0, 10.0. Default is 9.0
|
See Also