<?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: Transforming an App.config file</title>
	<atom:link href="http://mint.litemedia.se/2010/01/29/transforming-an-app-config-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://mint.litemedia.se/2010/01/29/transforming-an-app-config-file/</link>
	<description>building a .NET application</description>
	<lastBuildDate>Wed, 25 May 2011 11:18:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesse House</title>
		<link>http://mint.litemedia.se/2010/01/29/transforming-an-app-config-file/comment-page-1/#comment-3040</link>
		<dc:creator>Jesse House</dc:creator>
		<pubDate>Thu, 10 Mar 2011 20:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://mint.litemedia.se/?p=613#comment-3040</guid>
		<description>Nice! I was checking out the built in TransformWebConfig, but got really disappointed when I found out it only worked on Web.config files, not on App.config. Great solution!</description>
		<content:encoded><![CDATA[<p>Nice! I was checking out the built in TransformWebConfig, but got really disappointed when I found out it only worked on Web.config files, not on App.config. Great solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Gladkikh</title>
		<link>http://mint.litemedia.se/2010/01/29/transforming-an-app-config-file/comment-page-1/#comment-2748</link>
		<dc:creator>Denis Gladkikh</dc:creator>
		<pubDate>Thu, 26 Aug 2010 20:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://mint.litemedia.se/?p=613#comment-2748</guid>
		<description>I solve this problem with little tool http://ctt.codeplex.com/ which I wrote and which I use with CCNet for making packages.</description>
		<content:encoded><![CDATA[<p>I solve this problem with little tool <a href="http://ctt.codeplex.com/" rel="nofollow">http://ctt.codeplex.com/</a> which I wrote and which I use with CCNet for making packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Hederman</title>
		<link>http://mint.litemedia.se/2010/01/29/transforming-an-app-config-file/comment-page-1/#comment-2665</link>
		<dc:creator>Sean Hederman</dc:creator>
		<pubDate>Wed, 02 Jun 2010 13:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://mint.litemedia.se/?p=613#comment-2665</guid>
		<description>A slight improvement (well for me anyway): rather do it AfterBuild and have it update the output .config. This avoids the issue of checking out and/or changing app.config.

Great concept! Have been doing something similar using XSLT, but your way is much better than mine.</description>
		<content:encoded><![CDATA[<p>A slight improvement (well for me anyway): rather do it AfterBuild and have it update the output .config. This avoids the issue of checking out and/or changing app.config.</p>
<p>Great concept! Have been doing something similar using XSLT, but your way is much better than mine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Encrypt your web.config with MSBuild &#171; Mint</title>
		<link>http://mint.litemedia.se/2010/01/29/transforming-an-app-config-file/comment-page-1/#comment-2660</link>
		<dc:creator>Encrypt your web.config with MSBuild &#171; Mint</dc:creator>
		<pubDate>Wed, 19 May 2010 05:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://mint.litemedia.se/?p=613#comment-2660</guid>
		<description>[...] use that to encrypt your web.config. By having those unencrypted versions in version control, and building fresh configuration files for every deploy &#8211; it becomes quite a blast to let msbuild encrypt sensitive data just before [...]</description>
		<content:encoded><![CDATA[<p>[...] use that to encrypt your web.config. By having those unencrypted versions in version control, and building fresh configuration files for every deploy &#8211; it becomes quite a blast to let msbuild encrypt sensitive data just before [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Encrypt your web.config with MSBuild &#171; Mint</title>
		<link>http://mint.litemedia.se/2010/01/29/transforming-an-app-config-file/comment-page-1/#comment-2659</link>
		<dc:creator>Encrypt your web.config with MSBuild &#171; Mint</dc:creator>
		<pubDate>Wed, 19 May 2010 05:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://mint.litemedia.se/?p=613#comment-2659</guid>
		<description>[...] use that to encrypt your web.config. By having those unencrypted versions in version control, and building fresh configuration files for every deploy &#8211; it becomes quite a blast to let msbuild encrypt sensitive data just before [...]</description>
		<content:encoded><![CDATA[<p>[...] use that to encrypt your web.config. By having those unencrypted versions in version control, and building fresh configuration files for every deploy &#8211; it becomes quite a blast to let msbuild encrypt sensitive data just before [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

