/preprocess[:file] Creates a single, aggregated project file by inlining all the files that would be imported during a build, with their boundaries marked. This can be useful for figuring out what files are being imported and from where, and what they will contribute to the build. By default the output is written to the console window. If the path to an output file is provided that will be used instead. (Short form: /pp) Example: /pp:out.txt
/maxcpucount[:n Specifies the maximum number of concurrent processes to build with. If the switch is not used, the default ...
/maxcpucount[:n Specifies the maximum number of concurrent processes to build with. If the switch is not used, the default ...
/nodeReuse: Enables or Disables the reuse of MSBuild nodes. The parameters are: True -Nodes will remain after the build completes ...
/nodeReuse: Enables or Disables the reuse of MSBuild nodes. The parameters are: True -Nodes will remain after the build completes ...
/preprocess[:file Creates a single, aggregated project file by inlining all the files that would be imported during a build, ...
/property: = Set or override these project-level properties. is the property name, and is the property value. Use a semicolon ...
/property: = Set or override these project-level properties. is the property name, and is the property value. Use a semicolon ...
/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, ...