Wiki

Changes between Initial Version and Version 1 of MsxBuild

Show
Ignore:
Timestamp:
12/27/10 05:02:47 (14 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MsxBuild

    v1 v1  
     1= MsxBuild = 
     2 
     3Microsoft .NET comes with a build tool called "msbuild" which Novell Mono calls "xbuild". This document will use the name "msbuild" henceforth, but will be referring to both of them as they take the same input files and produce the same results. 
     4 
     5== Example == 
     6 
     7to-do: provide a sample for Cobra 
     8 
     9== External Links == 
     10 
     11 * [http://msdn.microsoft.com/en-us/library/wea2sca5(v=vs.90).aspx MSBuild] and [http://msdn.microsoft.com/en-us/library/0k6kkbsd.aspx MSBuild Reference] pages at MSDN 
     12 * [http://www.mono-project.com/Microsoft.Build Novell Mono page on msbuild/xbuild] 
     13 * [http://mono-project.com/Porting_MSBuild_Projects_To_XBuild Porting MSBuild Projects to XBuild] 
     14 * [http://rhysc.blogspot.com/2010/05/msbuild-101.html MSBuild 101]