<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Automating the build with MSBuild</title>
	<atom:link href="http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/</link>
	<description>Getting the job done with .NET</description>
	<lastBuildDate>Mon, 23 Aug 2010 16:13:41 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shaw</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-7569</link>
		<dc:creator>Shaw</dc:creator>
		<pubDate>Wed, 14 Jul 2010 20:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-7569</guid>
		<description>Thanks! This is great.</description>
		<content:encoded><![CDATA[<p>Thanks! This is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nam Gi VU</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-6835</link>
		<dc:creator>Nam Gi VU</dc:creator>
		<pubDate>Tue, 09 Mar 2010 05:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-6835</guid>
		<description>Nice tutorial on MSBuild for newbie like me ^_^.</description>
		<content:encoded><![CDATA[<p>Nice tutorial on MSBuild for newbie like me ^_^.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hungster</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-2922</link>
		<dc:creator>hungster</dc:creator>
		<pubDate>Fri, 15 May 2009 11:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-2922</guid>
		<description>Thanks. I finally get this MSBuild stuff.</description>
		<content:encoded><![CDATA[<p>Thanks. I finally get this MSBuild stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Carroll</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-512</link>
		<dc:creator>Shawn Carroll</dc:creator>
		<pubDate>Fri, 05 Dec 2008 18:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-512</guid>
		<description>Alright, my XML didn&#039;t post so here goes plain text :)

Project
  ItemGroup
    BinFiles
  Target

I used v2.0 and Visual Studio 2005 for this.</description>
		<content:encoded><![CDATA[<p>Alright, my XML didn&#8217;t post so here goes plain text <img src='http://codingcockerel.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Project<br />
  ItemGroup<br />
    BinFiles<br />
  Target</p>
<p>I used v2.0 and Visual Studio 2005 for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Carroll</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-511</link>
		<dc:creator>Shawn Carroll</dc:creator>
		<pubDate>Fri, 05 Dec 2008 18:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-511</guid>
		<description>I had the same problem with the ItemGroup node as well. I was able to work around it by pulling the ItemGroup out and placing it above the Target group:




  
    
  

  
    
  

  
    
  

</description>
		<content:encoded><![CDATA[<p>I had the same problem with the ItemGroup node as well. I was able to work around it by pulling the ItemGroup out and placing it above the Target group:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-331</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Wed, 22 Oct 2008 20:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-331</guid>
		<description>@Mike,

I just tried running the build script at work and reproduced your problem. You need to use Visual Studio 2008 and the .NET framework 3.5&#039;s version of MSBuild.</description>
		<content:encoded><![CDATA[<p>@Mike,</p>
<p>I just tried running the build script at work and reproduced your problem. You need to use Visual Studio 2008 and the .NET framework 3.5&#8217;s version of MSBuild.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-307</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Thu, 16 Oct 2008 12:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-307</guid>
		<description>Mike,

This is strange, I&#039;ve not encountered any issues like this before.

Could you clarify what you mean by

&quot;The VS2005 product proclaims this when it is coded, in fact.&quot;

Ross</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>This is strange, I&#8217;ve not encountered any issues like this before.</p>
<p>Could you clarify what you mean by</p>
<p>&#8220;The VS2005 product proclaims this when it is coded, in fact.&#8221;</p>
<p>Ross</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Clark</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-301</link>
		<dc:creator>Mike Clark</dc:creator>
		<pubDate>Tue, 14 Oct 2008 22:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-301</guid>
		<description>With respect, I am not finding that things work as you are saying.  If I run the &quot;Clean&quot; target as you show above, I get an error: &quot;The element  beneath element  is unrecognized.&quot;  The VS2005 product proclaims this when it is coded, in fact.  Oddly enough, if I move the ItemGroup to directly under the Project node, it runs successfully, even though VS2005 it says &quot;BinFiles&quot; is an invalid element.

Hmmm.</description>
		<content:encoded><![CDATA[<p>With respect, I am not finding that things work as you are saying.  If I run the &#8220;Clean&#8221; target as you show above, I get an error: &#8220;The element  beneath element  is unrecognized.&#8221;  The VS2005 product proclaims this when it is coded, in fact.  Oddly enough, if I move the ItemGroup to directly under the Project node, it runs successfully, even though VS2005 it says &#8220;BinFiles&#8221; is an invalid element.</p>
<p>Hmmm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-9</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Sun, 04 May 2008 21:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-9</guid>
		<description>@Eugenez,

Thanks for the links. I intend on providing a list of resources at the end of part three, which should be done soon. I&#039;ll be sure to check yours out before I finish the post.</description>
		<content:encoded><![CDATA[<p>@Eugenez,</p>
<p>Thanks for the links. I intend on providing a list of resources at the end of part three, which should be done soon. I&#8217;ll be sure to check yours out before I finish the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugenez</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-8</link>
		<dc:creator>Eugenez</dc:creator>
		<pubDate>Sun, 04 May 2008 00:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-8</guid>
		<description>Several notes - there is good tutorial by Sayed Hashimi (http://en.csharp-online.net/MSBuild:_By_Example); and there is tool (which am personally involved with, so you can discard it as an ad :) for authoring MSBuild scripts in UI, called MSBuild Sidekick (http://www.attrice.info/mbsuild)

Just thought that some useful resources wont go amiss ...</description>
		<content:encoded><![CDATA[<p>Several notes &#8211; there is good tutorial by Sayed Hashimi (<a href="http://en.csharp-online.net/MSBuild:_By_Example)" rel="nofollow">http://en.csharp-online.net/MSBuild:_By_Example)</a>; and there is tool (which am personally involved with, so you can discard it as an ad <img src='http://codingcockerel.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  for authoring MSBuild scripts in UI, called MSBuild Sidekick (<a href="http://www.attrice.info/mbsuild" rel="nofollow">http://www.attrice.info/mbsuild</a>)</p>
<p>Just thought that some useful resources wont go amiss &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
