<?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>voyce &#187; vs</title>
	<atom:link href="http://www.voyce.com/index.php/tag/vs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.voyce.com</link>
	<description>Programming and debugging tidbits</description>
	<lastBuildDate>Wed, 11 Aug 2010 03:56:45 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>F# CTP and Visual Studio integration</title>
		<link>http://www.voyce.com/index.php/2009/01/19/f-ctp-and-visual-studio-integration/</link>
		<comments>http://www.voyce.com/index.php/2009/01/19/f-ctp-and-visual-studio-integration/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 13:41:46 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[F#]]></category>
		<category><![CDATA[ctp]]></category>
		<category><![CDATA[targetpath]]></category>
		<category><![CDATA[visualstudio]]></category>
		<category><![CDATA[vs]]></category>

		<guid isPermaLink="false">http://www.voyce.com/?p=64</guid>
		<description><![CDATA[Just a quick note on an inconsistency in the F# 1.9.6.2 (CTP) release and it&#8217;s integration into Visual Studio: be aware that the standard VS environment variable $(TargetPath) is not getting set to what you&#8217;d expect. Rather than containing the full path to the output file it references the intermediate file typically in \obj\bin.
This can [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note on an inconsistency in the F# 1.9.6.2 (CTP) release and it&#8217;s integration into Visual Studio: be aware that the standard VS environment variable <code>$(TargetPath)</code> is not getting set to what you&#8217;d expect. Rather than containing the full path to the output file it references the intermediate file typically in \obj\bin.</p>
<p>This can be a problem if you&#8217;ve got any tools set-up that try and do something with the built binary. Normally you can assume that referenced assemblies will also be in that directory, so you&#8217;d be able to load and execute your built file. If you&#8217;re pointing to a copy in the intermediate directory, that&#8217;s not the case.</p>
<p>It looks like it&#8217;s just an artifact of the way they&#8217;ve integrated the F# compiler (fsc.exe) with msbuild. The F# team are aware of this bug, so hopefully it&#8217;ll be fixed in the next drop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voyce.com/index.php/2009/01/19/f-ctp-and-visual-studio-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
