[xbuild] Correctly set CscToolExe if TargetFrameworkVersion is not set.
authorAnkit Jain <radical@corewars.org>
Thu, 20 Jan 2011 21:23:19 +0000 (02:53 +0530)
committerAnkit Jain <radical@corewars.org>
Thu, 20 Jan 2011 21:23:19 +0000 (02:53 +0530)
commit8a362ef7e646618963a1638393bcbca3541b5819
tree09b5592c5da346e3d4ffd94f0f41fe8a4c49f137
parent8f13c9cee5714779d65b1d0e3f5980547db3dcaa
[xbuild] Correctly set CscToolExe if TargetFrameworkVersion is not set.

* tools/xbuild/xbuild/Microsoft.CSharp.targets: $(CscToolExe)
is set depending on the value of $(TargetFrameworkVersion).
Since, $(TargetFrameworkVersion)'s default value is set
by MS.Common.targets, set $(CscToolExe) *after* importing
MS.Common.targets .
mcs/tools/xbuild/xbuild/Microsoft.CSharp.targets