<?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: Visual Studio vs. CCNET as Service</title>
	<atom:link href="http://agilepainrelief.com/notesfromatooluser/2009/04/visual-studio-vs-ccnet-as-service.html/feed" rel="self" type="application/rss+xml" />
	<link>http://agilepainrelief.com/notesfromatooluser/2009/04/visual-studio-vs-ccnet-as-service.html</link>
	<description>Best practices for your goals</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:29:47 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ruben willems</title>
		<link>http://agilepainrelief.com/notesfromatooluser/2009/04/visual-studio-vs-ccnet-as-service.html/comment-page-1#comment-65</link>
		<dc:creator>ruben willems</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://agilepainrelief.com/2009/04/visual-studio-vs-ccnet-as-service/#comment-65</guid>
		<description>replace the devenv with an msbuild task
msbuild C:\GLOBEXDOTNETVSS\ENDORSEMENTMANAGER_NET\Source\EndorsementMgr.sln /t:rebuild

works like a charm
</description>
		<content:encoded><![CDATA[<p>replace the devenv with an msbuild task<br />
msbuild C:\GLOBEXDOTNETVSS\ENDORSEMENTMANAGER_NET\Source\EndorsementMgr.sln /t:rebuild</p>
<p>works like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://agilepainrelief.com/notesfromatooluser/2009/04/visual-studio-vs-ccnet-as-service.html/comment-page-1#comment-66</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://agilepainrelief.com/2009/04/visual-studio-vs-ccnet-as-service/#comment-66</guid>
		<description>Why not use MSBuild task and point the build script to the solution file?
</description>
		<content:encoded><![CDATA[<p>Why not use MSBuild task and point the build script to the solution file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

