Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@corewars.org>2010-09-02 01:18:42 +0400
committerAnkit Jain <radical@corewars.org>2010-09-02 01:19:44 +0400
commit95b4fc30c6c85f3ee7c8888646c3045b909c72fa (patch)
tree4cd7b9569acf4c8424a4ed8f5330ee5a9f5f5f68 /man/xbuild.1
parent4e9d28b405f4683ac4e67d392660f8ad88d58c1c (diff)
[xbuild] Update man page to add "/tv:" option.
Add option to specify toolsversion from the command line, to the man page.
Diffstat (limited to 'man/xbuild.1')
-rw-r--r--man/xbuild.19
1 files changed, 9 insertions, 0 deletions
diff --git a/man/xbuild.1 b/man/xbuild.1
index c419e9acbf4..c5ec5ca7b9c 100644
--- a/man/xbuild.1
+++ b/man/xbuild.1
@@ -23,6 +23,15 @@ Set or override project properties
.B \//logger:<logger>
Custom logger to log build events
.TP
+.B \//toolsversion:version , /tv:version
+Specify the toolset version to use.
+
+Eg. /tv:4.0
+ This would cause 4.0 version of the Microsoft.Common.targets (among others) to be used. This overrides
+ the value specified in a project file.
+
+Valid values: 2.0, 3.0, 3.5 and 4.0
+.TP
.B \//verbosity:<level>
Logger verbosity level : quiet, minimal, normal, detailed, diagnostic
.TP