<?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>james young &#187; visualstudio2008</title>
	<atom:link href="http://psyjinx.com/jyoung/tag/visualstudio2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://psyjinx.com/jyoung</link>
	<description>web application developer</description>
	<lastBuildDate>Sun, 15 Aug 2010 14:31:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Use BeyondCompare as default Diff in Visual Studio with Team Foundation Server</title>
		<link>http://psyjinx.com/jyoung/2010/03/use-beyondcompare-as-default-diff-in-visual-studio-with-team-foundation-server/</link>
		<comments>http://psyjinx.com/jyoung/2010/03/use-beyondcompare-as-default-diff-in-visual-studio-with-team-foundation-server/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:55:39 +0000</pubDate>
		<dc:creator>James Young</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beyondcompare]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[teamfoundationserver]]></category>
		<category><![CDATA[tfs]]></category>
		<category><![CDATA[visualstudio2008]]></category>

		<guid isPermaLink="false">http://psyjinx.com/jyoung/?p=258</guid>
		<description><![CDATA[<p>http://www.scootersoftware.com/support.php?c=kb_vcs.php</p>
<p>   1. In Visual Studio Choose Options from the Tools menu.
   2. Expand Source Control in the treeview.
   3. Click Visual Studio Team Foundation Server in the treeview.
   4. Click the Configure User Tools button.
   5. Click the Add button.
   6. Enter &#8220;.*&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>http://www.scootersoftware.com/support.php?c=kb_vcs.php</p>
<p>   1. In Visual Studio Choose Options from the Tools menu.<br />
   2. Expand Source Control in the treeview.<br />
   3. Click Visual Studio Team Foundation Server in the treeview.<br />
   4. Click the Configure User Tools button.<br />
   5. Click the Add button.<br />
   6. Enter &#8220;.*&#8221; in the Extension edit.<br />
   7. Choose Compare in the Operation combobox.<br />
   8. Enter the path to BComp.exe in the Command edit.<br />
   9. In the Arguments edit, use:<br />
      %1 %2 /title1=%6 /title2=%7 </p>
]]></content:encoded>
			<wfw:commentRss>http://psyjinx.com/jyoung/2010/03/use-beyondcompare-as-default-diff-in-visual-studio-with-team-foundation-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open files from cygwin into Visual Studio</title>
		<link>http://psyjinx.com/jyoung/2010/02/how-to-open-files-from-cygwin-into-visual-studio/</link>
		<comments>http://psyjinx.com/jyoung/2010/02/how-to-open-files-from-cygwin-into-visual-studio/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 07:02:03 +0000</pubDate>
		<dc:creator>James Young</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[dotfiles]]></category>
		<category><![CDATA[mintty]]></category>
		<category><![CDATA[visualstudio2008]]></category>

		<guid isPermaLink="false">http://psyjinx.com/jyoung/?p=242</guid>
		<description><![CDATA[<p>Had the desire to open files from the command line (a cygwin terminal, mintty, to be specific) into my existing session of Visual Studio 2008.  Here is what you can do.</p>
<p>Adjust paths as necessary.  Put this in your bash profile:</p>

export PATH=$PATH:/cygdrive/c/Program\ Files\ \&#40;x86\&#41;/Microsoft\ Visual\ Studio\ 9.0/Common7/IDE/
alias devedit=&#34;devenv \$1 /edit&#34;

<p>Now, this gives you two [...]]]></description>
			<content:encoded><![CDATA[<p>Had the desire to open files from the command line (a cygwin terminal, mintty, to be specific) into my existing session of Visual Studio 2008.  Here is what you can do.</p>
<p>Adjust paths as necessary.  Put this in your bash profile:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">PATH</span>=<span style="color: #007800;">$PATH</span>:<span style="color: #000000; font-weight: bold;">/</span>cygdrive<span style="color: #000000; font-weight: bold;">/</span>c<span style="color: #000000; font-weight: bold;">/</span>Program\ Files\ \<span style="color: #7a0874; font-weight: bold;">&#40;</span>x86\<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>Microsoft\ Visual\ Studio\ <span style="color: #000000;">9.0</span><span style="color: #000000; font-weight: bold;">/</span>Common7<span style="color: #000000; font-weight: bold;">/</span>IDE<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">devedit</span>=<span style="color: #ff0000;">&quot;devenv <span style="color: #000099; font-weight: bold;">\$</span>1 /edit&quot;</span></pre></div></div>

<p>Now, this gives you two tools. Well, one, but two will be available on the command line.</p>
<p>The main tool you now have is devenv, which allows you to do all sorts of things.  type <code>devenv /?</code> to see all the things you can do with it.</p>
<p>We are interested in <code>devenv filename /edit</code>.  I would prefer to just type the filename, and not need to type /edit everytime. The alias devedit takes care of this for us.  So, you can do <code>devenv whatever</code> to have access to all the features that tool gives you, and you can do <code>devedit filename</code> to quickly open up the file in your existing Visual Studio session.  If there is no session running, it will start one up.</p>
]]></content:encoded>
			<wfw:commentRss>http://psyjinx.com/jyoung/2010/02/how-to-open-files-from-cygwin-into-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
