<?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 Build Events for MCML Applications</title>
	<atom:link href="http://www.anpark.com/index.php/2006/12/29/visual-studio-build-events-for-mcml-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anpark.com/index.php/2006/12/29/visual-studio-build-events-for-mcml-applications/</link>
	<description>Media Center, Software Development, Woodworking</description>
	<pubDate>Fri, 10 Sep 2010 05:04:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anthony Park</title>
		<link>http://www.anpark.com/index.php/2006/12/29/visual-studio-build-events-for-mcml-applications/comment-page-1/#comment-125</link>
		<dc:creator>Anthony Park</dc:creator>
		<pubDate>Fri, 27 Apr 2007 09:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://anpark.com/?p=54#comment-125</guid>
		<description>Thanks for pointing this out, Walker.  I have corrected the quotes that are displayed in this blog post so that they are normal quotes instead of the fancy ones.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing this out, Walker.  I have corrected the quotes that are displayed in this blog post so that they are normal quotes instead of the fancy ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walker Hagius</title>
		<link>http://www.anpark.com/index.php/2006/12/29/visual-studio-build-events-for-mcml-applications/comment-page-1/#comment-124</link>
		<dc:creator>Walker Hagius</dc:creator>
		<pubDate>Fri, 27 Apr 2007 04:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://anpark.com/?p=54#comment-124</guid>
		<description>D'oh! The software running this site changes double quotes to fancy quotes automagically, so don't copy/paste my example either.  :)  Just make sure to put regular quotes in manually.</description>
		<content:encoded><![CDATA[<p>D&#8217;oh! The software running this site changes double quotes to fancy quotes automagically, so don&#8217;t copy/paste my example either.  <img src='http://www.anpark.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Just make sure to put regular quotes in manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walker Hagius</title>
		<link>http://www.anpark.com/index.php/2006/12/29/visual-studio-build-events-for-mcml-applications/comment-page-1/#comment-123</link>
		<dc:creator>Walker Hagius</dc:creator>
		<pubDate>Fri, 27 Apr 2007 04:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://anpark.com/?p=54#comment-123</guid>
		<description>Important note: If you copy-paste the build steps from this page, make sure to change the quotation marks back to regular double quotes (rather than spiffy opening/closing quotation marks). So instead of this:

â€œC:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exeâ€ /nologo /i â€œ$(TargetPath)â€ /f

you want this:

&#34;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe&#34; /nologo /i &#34;$(TargetPath)&#34; /f

At least you have to do this to run it from a command line, maybe Visual Studio is smart enough to translate these internally. VS doesn't give an error, but then again it doesn't give an error when the assembly isn't strong named either--both give errors from the command line.</description>
		<content:encoded><![CDATA[<p>Important note: If you copy-paste the build steps from this page, make sure to change the quotation marks back to regular double quotes (rather than spiffy opening/closing quotation marks). So instead of this:</p>
<p>â€œC:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exeâ€ /nologo /i â€œ$(TargetPath)â€ /f</p>
<p>you want this:</p>
<p>&quot;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe&quot; /nologo /i &quot;$(TargetPath)&quot; /f</p>
<p>At least you have to do this to run it from a command line, maybe Visual Studio is smart enough to translate these internally. VS doesn&#8217;t give an error, but then again it doesn&#8217;t give an error when the assembly isn&#8217;t strong named either&#8211;both give errors from the command line.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
