<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GrantPalin.com &#187; NAnt</title>
	<atom:link href="http://grantpalin.com/tag/nant/feed/" rel="self" type="application/rss+xml" />
	<link>http://grantpalin.com</link>
	<description>Code, photos, books, and anything else</description>
	<lastBuildDate>Mon, 26 Jul 2010 01:44:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>.NET Projects: Generating Documentation with Sandcastle</title>
		<link>http://grantpalin.com/2010/01/10/net-projects-generating-documentation-with-sandcastle/</link>
		<comments>http://grantpalin.com/2010/01/10/net-projects-generating-documentation-with-sandcastle/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 04:29:33 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[NAnt]]></category>
		<category><![CDATA[Sandcastle]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1719</guid>
		<description><![CDATA[This is a walkthrough in automating Sandcastle to generate API documentation during an automated build process.]]></description>
		<wfw:commentRss>http://grantpalin.com/2010/01/10/net-projects-generating-documentation-with-sandcastle/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>.NET Projects: Packaging Your Build</title>
		<link>http://grantpalin.com/2009/11/18/net-projects-packaging-your-build/</link>
		<comments>http://grantpalin.com/2009/11/18/net-projects-packaging-your-build/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 18:18:39 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1601</guid>
		<description><![CDATA[Provides a description of packaging build artifacts in a Zip file using NAnt's built in functionality. Includes code for a task to do the job.]]></description>
		<wfw:commentRss>http://grantpalin.com/2009/11/18/net-projects-packaging-your-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revisiting NAnt for Builds</title>
		<link>http://grantpalin.com/2009/11/15/revisiting-nant-for-builds/</link>
		<comments>http://grantpalin.com/2009/11/15/revisiting-nant-for-builds/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 05:09:15 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1590</guid>
		<description><![CDATA[This is a look at how one coder's standard NAnt build file for .NET projects has evolved. In this post, a new standard buildfile will be shown, including a number of useful and commonly-used tasks.]]></description>
		<wfw:commentRss>http://grantpalin.com/2009/11/15/revisiting-nant-for-builds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Projects: Automating Builds with NAnt</title>
		<link>http://grantpalin.com/2007/12/28/dotnet-projects-automating-builds-with-nant/</link>
		<comments>http://grantpalin.com/2007/12/28/dotnet-projects-automating-builds-with-nant/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 05:59:03 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://www.grantpalin.com/2007/12/28/dotnet-projects-automating-builds-with-nant/</guid>
		<description><![CDATA[Building a .NET project can be a multi-step process.  There's compilation, unit testing, code analysis, documentation...It goes on and on.  Ordinarily, this could be done manually, one step at a time, but it would get tedious very quickly.  Well, it so happens there is a useful tool called NAnt that can automate this process, replacing multiple actions with just one.  Read on to find out how.]]></description>
		<wfw:commentRss>http://grantpalin.com/2007/12/28/dotnet-projects-automating-builds-with-nant/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
