<?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: And yes, this is filed under Linq as well.</title>
	<atom:link href="http://jrwren.wrenfam.com/blog/2006/10/31/and-yes-this-is-filed-under-linq-as-well/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwren.wrenfam.com/blog/2006/10/31/and-yes-this-is-filed-under-linq-as-well/</link>
	<description>babblings of a computer loving fool</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:52:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jrwren</title>
		<link>http://jrwren.wrenfam.com/blog/2006/10/31/and-yes-this-is-filed-under-linq-as-well/comment-page-1/#comment-9296</link>
		<dc:creator>jrwren</dc:creator>
		<pubDate>Tue, 31 Oct 2006 20:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://little.xmtp.net/blog/2006/10/31/and-yes-this-is-filed-under-linq-as-well/#comment-9296</guid>
		<description>I found this in the NOTES section of the mcs man page

      During  compilation the MCS compiler defines the __MonoCS__ sym-
       bol, this can be used by pre-processor instructions  to  compile
       Mono  C#  compiler specific code.   Please note that this symbol
       is only to test for the compiler, and is not useful  to  distin-
       guish compilation or deployment platforms.

While Mono does work on Windows, I&#039;m not sure that Microsoft.VisualStudio.* will ever be in the Mono gac.  While one could use the mono compiler and run on .net on win32, i don&#039;t think it is a very common use case.  Using this define is probably a good solution.</description>
		<content:encoded><![CDATA[<p>I found this in the NOTES section of the mcs man page</p>
<p>      During  compilation the MCS compiler defines the __MonoCS__ sym-<br />
       bol, this can be used by pre-processor instructions  to  compile<br />
       Mono  C#  compiler specific code.   Please note that this symbol<br />
       is only to test for the compiler, and is not useful  to  distin-<br />
       guish compilation or deployment platforms.</p>
<p>While Mono does work on Windows, I&#8217;m not sure that Microsoft.VisualStudio.* will ever be in the Mono gac.  While one could use the mono compiler and run on .net on win32, i don&#8217;t think it is a very common use case.  Using this define is probably a good solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayende Rahien</title>
		<link>http://jrwren.wrenfam.com/blog/2006/10/31/and-yes-this-is-filed-under-linq-as-well/comment-page-1/#comment-9290</link>
		<dc:creator>Ayende Rahien</dc:creator>
		<pubDate>Tue, 31 Oct 2006 17:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://little.xmtp.net/blog/2006/10/31/and-yes-this-is-filed-under-linq-as-well/#comment-9290</guid>
		<description>Does Mono have any compiler defines that I can use?
If so, I&#039;ll just move the VS stuff to #if 
Also, the XmlValidator is work-aroundable - it means that the app may fail with a cryptic message on bad files, but that is all.</description>
		<content:encoded><![CDATA[<p>Does Mono have any compiler defines that I can use?<br />
If so, I&#8217;ll just move the VS stuff to #if<br />
Also, the XmlValidator is work-aroundable &#8211; it means that the app may fail with a cryptic message on bad files, but that is all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

