/toolsversion:The version of the MSBuild Toolset (tasks, targets, etc.) to use during build. This version will override the versions specified by individual projects. (Short form: /tv) Example: /toolsversion:3.5
/q - Suppresses all UI. An .INI file cannot be specified with this option. /quiet - Same as /q. /qb - Displays minimal UI, ...
/q - Suppresses all UI. An .INI file cannot be specified with this option. /quiet - Same as /q. /qb - Displays minimal UI, ...
/target: Build these targets in this project. Use a semicolon or a comma to separate multiple targets, or specify each target ...
/target: Build these targets in this project. Use a semicolon or a comma to separate multiple targets, or specify each target ...
/toolsversion: The version of the MSBuild Toolset (tasks, targets, etc.) to use during build. This version will override ...
/toolsversion: The version of the MSBuild Toolset (tasks, targets, etc.) to use during build. This version will override ...
/validate Validate the project against the default schema. (Short form: /val) /validate: Validate the project against the ...
/validate Validate the project against the default schema. (Short form: /val) /validate: Validate the project against the ...
/verbosity: Display this amount of information in the event log. The available verbosity levels are: q[uiet], m[inimal], ...