<?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: A custom MSBuild task for merging config files</title>
	<atom:link href="http://codingcockerel.co.uk/2008/05/11/a-custom-msbuild-task-for-merging-config-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingcockerel.co.uk/2008/05/11/a-custom-msbuild-task-for-merging-config-files/</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: Kenny</title>
		<link>http://codingcockerel.co.uk/2008/05/11/a-custom-msbuild-task-for-merging-config-files/comment-page-1/#comment-7209</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Tue, 11 May 2010 08:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=14#comment-7209</guid>
		<description>This works great, thanks alot!</description>
		<content:encoded><![CDATA[<p>This works great, thanks alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: punit</title>
		<link>http://codingcockerel.co.uk/2008/05/11/a-custom-msbuild-task-for-merging-config-files/comment-page-1/#comment-3570</link>
		<dc:creator>punit</dc:creator>
		<pubDate>Wed, 10 Jun 2009 03:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=14#comment-3570</guid>
		<description>Hello Ross,

I have found another way to accomplish the merging, though its a little bit more manual, but definitely faster and easier than manual merge. You can check out the XmlMassUpdate task from the MSBuild Community Tasks to accomplish and manage the merging.  Also, be sure to checkout another library of tasks, MSBuild Extension Pack, on codeplex, that has a lot of additional helpful tasks..</description>
		<content:encoded><![CDATA[<p>Hello Ross,</p>
<p>I have found another way to accomplish the merging, though its a little bit more manual, but definitely faster and easier than manual merge. You can check out the XmlMassUpdate task from the MSBuild Community Tasks to accomplish and manage the merging.  Also, be sure to checkout another library of tasks, MSBuild Extension Pack, on codeplex, that has a lot of additional helpful tasks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/05/11/a-custom-msbuild-task-for-merging-config-files/comment-page-1/#comment-2369</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Tue, 28 Apr 2009 08:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=14#comment-2369</guid>
		<description>@Tim,

If you read on, the rest of the post describes how to do it. To see the code, go to CodePlex

https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=codingcockerel&amp;ReleaseId=12739

and follow the MergeConfigTask.zip link.

Ross</description>
		<content:encoded><![CDATA[<p>@Tim,</p>
<p>If you read on, the rest of the post describes how to do it. To see the code, go to CodePlex</p>
<p><a href="https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=codingcockerel&#038;ReleaseId=12739" rel="nofollow">https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=codingcockerel&#038;ReleaseId=12739</a></p>
<p>and follow the MergeConfigTask.zip link.</p>
<p>Ross</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://codingcockerel.co.uk/2008/05/11/a-custom-msbuild-task-for-merging-config-files/comment-page-1/#comment-2367</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 28 Apr 2009 07:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=14#comment-2367</guid>
		<description>&quot;Ideally the list of settings to merge would be self-maintaining, i.e. any settings found in the environment-specific config file would simply be enumerated and copied into web.config, rather than being explicitly listed in the build script. I decided to create my own MSBuild task for doing this..&quot;
--- Could you post the code? I&#039;m trying to do exactly that. It sure would save me a bunch of time..</description>
		<content:encoded><![CDATA[<p>&#8220;Ideally the list of settings to merge would be self-maintaining, i.e. any settings found in the environment-specific config file would simply be enumerated and copied into web.config, rather than being explicitly listed in the build script. I decided to create my own MSBuild task for doing this..&#8221;<br />
&#8212; Could you post the code? I&#8217;m trying to do exactly that. It sure would save me a bunch of time..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
