« Lindows Filing IPO | Main | Build.Net Released »
April 22, 2004
Microsoft Releases First MSDN Article on MSBuild
I have been waiting for more information on MSBuild, as it's almost identical to Ant. It will be standard as part of MS Visual Studio 2005. The code is basic XML and looks something like this:
<Project MSBuildVersion="1.2">
<Item
Type="FilesToCompile"
Include="HelloWorld.cs"
/>
<Target Name="BuildHelloWorldExecutable">
<Task
Name="csc"
Sources="@(FilesToCompile)"
OutputAssembly="HelloWorld.exe"
targetType="exe"
/>
</Target>
</Project>
Posted by 0xFF3300 at April 22, 2004 04:41 PM
Trackback Pings
TrackBack URL for this entry:
http://www.dudeforce.net/cgi-bin/mt-tb.cgi/65
Listed below are links to weblogs that reference Microsoft Releases First MSDN Article on MSBuild:
Comments
I knew Leo G. Carrol
Was over a barrel
When Tarantula took to the hills. ["Lick it!"]
And I really got hot
When I saw Jeanette Scott
Fight a triffid that spits poison and kills.
Science fiction, double feature
Doctor X will build a creature.
See androids fighting Brad and Janet
Anne Francis stars in Forbidden Planet
Oh Oh Oh Oh Oh
At the late night, double feature, picture show.
-- The Rocky Horror Picture Show
prozac online I was in Vegas last week. I was at the roulette table, having a lengthy
argument about what I considered an Odd number.
-- Steven Wright
prozac
Posted by: Dianne Javan at September 5, 2004 05:12 PM
Post a comment
Thanks for signing in, . Now you can comment. (sign out)
(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)