<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mason McCuskey &#187; IntlConspiracy</title>
	<atom:link href="http://www.masonmc.com/category/intlconspiracy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masonmc.com</link>
	<description>Mason's  blog</description>
	<lastBuildDate>Mon, 26 Apr 2010 18:49:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tidying up the C# Output Window</title>
		<link>http://www.masonmc.com/2008/tidying-up-the-c-output-window/</link>
		<comments>http://www.masonmc.com/2008/tidying-up-the-c-output-window/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 16:18:47 +0000</pubDate>
		<dc:creator>mason</dc:creator>
				<category><![CDATA[IntlConspiracy]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.masonmc.com/2008/tidying-up-the-c-output-window/</guid>
		<description><![CDATA[So I&#8217;m working on this XNA game and have recently become annoyed with the amount of absolute garbage that appears in the output window.  Check this out:

The top line is where I start the build, and the bottom line is the first error from the complation.  But everything in between is completely useless. [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m working on this XNA game and have recently become annoyed with the amount of absolute garbage that appears in the output window.  Check this out:</p>
<p><a href='http://www.masonmc.com/wp-content/uploads/2008/06/csgarbage.png' title='garbage in the output window'><img src='http://www.masonmc.com/wp-content/uploads/2008/06/csgarbage.png' alt='garbage in the output window' /></a></p>
<p>The top line is where I start the build, and the bottom line is the first error from the complation.  But everything in between is completely useless. Specifically it looks like an echo of the command line for the C# compiler (csc) &#8211; the bulk of which is just all the CS files to compile.</p>
<p>That&#8217;s annoying, but what&#8217;s worse is that when you hit F4 to go to your first error the IDE takes you to this line instead.  This morning, after working in c# for almost 3 years, for some reason, I just couldn&#8217;t take it anymore.  </p>
<p>As it turns out the &#8220;magic option&#8221; is here:</p>
<p><img src='http://www.masonmc.com/wp-content/uploads/2008/06/msbuildsetting.png' alt='Magic MSBuild Option' /></p>
<p>By default the &#8220;MSBuild Project Build Output Verbosity&#8221; setting is &#8220;Minimal,&#8221; which for me isn&#8217;t nearly minimal enough.  Set it to Quiet and behold:</p>
<p><img src='http://www.masonmc.com/wp-content/uploads/2008/06/cleanmsbuild.png' alt='nice and clean output window' /></p>
<p>I am kind of terrified to see what the &#8220;Diagnostic&#8221; setting would do to my poor output window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.masonmc.com/2008/tidying-up-the-c-output-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The International Conspiracy</title>
		<link>http://www.masonmc.com/2008/the-international-conspiracy/</link>
		<comments>http://www.masonmc.com/2008/the-international-conspiracy/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 05:38:56 +0000</pubDate>
		<dc:creator>mason</dc:creator>
				<category><![CDATA[IntlConspiracy]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.masonmc.com/2008/the-international-conspiracy/</guid>
		<description><![CDATA[I&#8217;m working with some friends to make a game for dream/build/play, and we&#8217;ve decided to keep a blog about our experiences this year.  So, if XNA&#8217;s your thing, and you want to watch the spectacle that is our group, The International Conspiracy, head on over to http://internationalconspiracy.wordpress.com to catch the action as it unfolds.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working with some friends to make a game for dream/build/play, and we&#8217;ve decided to keep a blog about our experiences this year.  So, if XNA&#8217;s your thing, and you want to watch the spectacle that is our group, The International Conspiracy, head on over to <a href="http://internationalconspiracy.wordpress.com/">http://internationalconspiracy.wordpress.com</a> to catch the action as it unfolds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.masonmc.com/2008/the-international-conspiracy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
