<?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>
	<lastBuildDate>Tue, 30 Mar 2010 15:48:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<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&#039;oh! The software running this site changes double quotes to fancy quotes automagically, so don&#039;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:

&quot;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe&quot; /nologo /i &quot;$(TargetPath)&quot; /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&#039;t give an error, but then again it doesn&#039;t give an error when the assembly isn&#039;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>
