<?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: NAnt and .NET 3.5</title>
	<atom:link href="http://lostechies.com/jasonmeridth/2008/02/18/nant-and-net-3-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jasonmeridth/2008/02/18/nant-and-net-3-5/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Thu, 29 Mar 2012 20:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Shane Kenney</title>
		<link>http://lostechies.com/jasonmeridth/2008/02/18/nant-and-net-3-5/#comment-223</link>
		<dc:creator>Shane Kenney</dc:creator>
		<pubDate>Sun, 14 Sep 2008 08:51:10 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2008/02/18/nant-and-net-3-5.aspx#comment-223</guid>
		<description>Thanks for the heads up. I was wondering where this was set! Cheers</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up. I was wondering where this was set! Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Meridth</title>
		<link>http://lostechies.com/jasonmeridth/2008/02/18/nant-and-net-3-5/#comment-222</link>
		<dc:creator>Jason Meridth</dc:creator>
		<pubDate>Tue, 19 Feb 2008 05:25:35 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2008/02/18/nant-and-net-3-5.aspx#comment-222</guid>
		<description>@Kevin

Thank you sir.  After reading some of the blogs on CodeBetter and going further today I realized that it wasn&#039;t as easy as having 0.86 Beta.

I&#039;ll try out your idea tomorrow.

Thanks.</description>
		<content:encoded><![CDATA[<p>@Kevin</p>
<p>Thank you sir.  After reading some of the blogs on CodeBetter and going further today I realized that it wasn&#8217;t as easy as having 0.86 Beta.</p>
<p>I&#8217;ll try out your idea tomorrow.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Miller</title>
		<link>http://lostechies.com/jasonmeridth/2008/02/18/nant-and-net-3-5/#comment-221</link>
		<dc:creator>Kevin Miller</dc:creator>
		<pubDate>Tue, 19 Feb 2008 03:03:59 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2008/02/18/nant-and-net-3-5.aspx#comment-221</guid>
		<description>Jason, 

For my .Net 2.0 and 3.5 projects I usually invoke msbuild via the &lt;exec&gt; task. I started doing it like this before Nant had a msbuild target and just sorta stuck to it. It gives you pretty fine control over what happens and you don&#039;t get hung up when NAnt is not up-to-date.

&lt;property name=&quot;msbuild&quot; value=&quot;C:/WINDOWS/Microsoft.NET/Framework/v3.5/MSBuild.exe&quot; /&gt;
...

&lt;target name=&quot;compile-debug&quot; description=&quot;Compiles using the Debug Configuration&quot;&gt;
	&lt;exec program=&quot;${msbuild}&quot;&gt;
		&lt;arg value=&quot;${src.dir}/fcSDK.sln&quot; /&gt;
		&lt;arg value=&quot;/v:n&quot; /&gt;
		&lt;arg value=&quot;/p:Configuration=Debug&quot; /&gt;
		&lt;arg value=&quot;/p:WarningLevel=0&quot; /&gt;
		&lt;arg value=&quot;/p:SolutionDir=${src.dir}&quot; /&gt;
	&lt;/exec&gt;
&lt;/target&gt;</description>
		<content:encoded><![CDATA[<p>Jason, </p>
<p>For my .Net 2.0 and 3.5 projects I usually invoke msbuild via the <exec> task. I started doing it like this before Nant had a msbuild target and just sorta stuck to it. It gives you pretty fine control over what happens and you don&#8217;t get hung up when NAnt is not up-to-date.</p>
<property name="msbuild" value="C:/WINDOWS/Microsoft.NET/Framework/v3.5/MSBuild.exe" />
&#8230;</p>
<p><target name="compile-debug" description="Compiles using the Debug Configuration"><br />
	<exec program="${msbuild}"><br />
		<arg value="${src.dir}/fcSDK.sln" /><br />
		<arg value="/v:n" /><br />
		<arg value="/p:Configuration=Debug" /><br />
		<arg value="/p:WarningLevel=0" /><br />
		<arg value="/p:SolutionDir=${src.dir}" /><br />
	</exec><br />
</target></exec></p>
]]></content:encoded>
	</item>
</channel>
</rss>
