<?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>c-dev &#187; VisualStudio</title>
	<atom:link href="http://www.c-dev.ch/blog/tag/visualstudio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.c-dev.ch/blog</link>
	<description>fresh looking</description>
	<lastBuildDate>Mon, 09 Jan 2012 10:18:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Visual Studio 2010 Keybinding Posters</title>
		<link>http://www.c-dev.ch/blog/2011/09/19/visual-studio-2010-keybinding-posters/</link>
		<comments>http://www.c-dev.ch/blog/2011/09/19/visual-studio-2010-keybinding-posters/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 12:23:42 +0000</pubDate>
		<dc:creator>neisgei</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[VisualStudio]]></category>

		<guid isPermaLink="false">http://www.c-dev.ch/blog/?p=641</guid>
		<description><![CDATA[<p>Reference posters for the default keybindings in Visual Studio 2010 for Visual Basic, Visual C#, Visual C++ and Visual F#</p> <p>http://www.microsoft.com/download/en/details.aspx?displaylang=en&#038;id=13189</p> ]]></description>
			<content:encoded><![CDATA[<p>Reference posters for the default keybindings in Visual Studio 2010 for Visual Basic, Visual C#, Visual C++ and Visual F#</p>
<p><a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&#038;id=13189">http://www.microsoft.com/download/en/details.aspx?displaylang=en&#038;id=13189</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.c-dev.ch/blog/2011/09/19/visual-studio-2010-keybinding-posters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merge mit Araxis</title>
		<link>http://www.c-dev.ch/blog/2010/05/27/merge-mit-araxis/</link>
		<comments>http://www.c-dev.ch/blog/2010/05/27/merge-mit-araxis/#comments</comments>
		<pubDate>Thu, 27 May 2010 06:29:24 +0000</pubDate>
		<dc:creator>neisgei</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VisualStudio]]></category>

		<guid isPermaLink="false">http://www.c-dev.ch/blog/?p=380</guid>
		<description><![CDATA[<p>Zusammenfassung der Informationen</p> <p>Von Araxis empfohlene Commandline:</p> <p>/wait /swap /a3 /3 /title1:%6 /title2:%7 /title3:%8 %1 %2 %3 %4</p> <p>Commanlines TeamFoundationServer (VisualStudio):</p> %1 = Original file (in diff, the pre-changes file, in merge, the &#8220;server&#8221; or &#8220;theirs&#8221; file, the file that is the base file after &#8220;their&#8221; changes were applied) %2 = Modified file (in diff, <a href="http://www.c-dev.ch/blog/2010/05/27/merge-mit-araxis/"> [Weiter lesen...]</a>]]></description>
			<content:encoded><![CDATA[<p>Zusammenfassung der Informationen</p>
<p><a href="http://readcommit.blogspot.com/2008/04/araxis-merge-integration-with-tfs-team.html">Von Araxis empfohlene Commandline:</a></p>
<blockquote><p>/wait /swap /a3 /3 /title1:%6 /title2:%7 /title3:%8 %1 %2 %3 %4</p></blockquote>
<p><a href="http://blogs.msdn.com/b/jmanning/archive/2006/02/20/diff-merge-configuration-in-team-foundation-common-command-and-argument-values.aspx">Commanlines TeamFoundationServer (VisualStudio):</a></p>
<blockquote>
<ul>
<li>%1 = Original file (in diff, the pre-changes file, in merge, the &#8220;server&#8221; or &#8220;theirs&#8221; file, the file that is the base file after &#8220;their&#8221; changes were applied)</li>
<li>%2 = Modified file (in diff, the post-changes file, in merge the &#8220;yours&#8221; file &#8211; the base file with &#8220;your&#8221; changes applied)</li>
<li>%3 = Base file (in the 3-way merge operation, the file which both &#8220;theirs&#8221; and &#8220;yours&#8221; are derived from &#8211; the common ancestor.  This doesn&#8217;t mean it&#8217;s the version the changes were based from, since this may be a cherry-pick merge)</li>
<li>%4 = Merged file (The output file for the merge operation &#8211; the filename that the merge tool should write to)</li>
<li>%5 = Diff options (any additional command-line options you want to pass to your diff tool &#8211; this comes into play only when using &#8220;tf diff /options&#8221; from the command-line)</li>
<li>%6 = Original file label (The label for the %1 file)</li>
<li>%7 = Modified file label (The label for the %2 file)</li>
<li>%8 = Base file label (The label for the %3 file)</li>
<li>%9 = Merged file label (The label for the %4 file)</li>
</ul>
</blockquote>
<p><a href="http://www.araxis.com/merge/command_line.html">Commandlines Araxis Merge:</a></p>
<blockquote><p>The command-line arguments are described below.</p>
<ul>
<li>
<div><code>/?</code> or <code>/h</code> Displays usage summary.</div>
</li>
<li>
<div><code>/wait</code> Wait for user to close the compared files in Merge before exiting.</div>
</li>
<li>
<div><code>/nowait</code> Prevents compare from waiting for a comparison to be closed.</div>
</li>
<li>
<div><code>/merge</code> Performs an automatic three-way merge to the common ancestor file after comparing three files.</div>
</li>
<li>
<div><code>/testconflicts</code> When combined with <code>/merge</code>, checks whether an automatic three-way merge would cause merging conflicts. The program’s return code is the number of conflicts encountered.</div>
</li>
<li>
<div><code>/readonly</code> Prevents the compared files from being edited.</div>
</li>
<li>
<div><code>/aN</code> (<code>N</code> is <code>1</code>, <code>2</code> or <code>3</code>) The Nth filename argument specifies a common ancestor of the other two files. The common ancestor is shown in the middle file panel. Only valid for three-way comparisons.</div>
</li>
<li>
<div><code>/swap</code> Swaps the files displayed in the left and right panels.</div>
</li>
<li>
<div><code>/max</code> Maximizes the Merge application window.</div>
</li>
<li>
<div><code>/titleN:"&lt;NthFileTitle&gt;"</code> (<code>N</code> is <code>1</code>, <code>2</code> or <code>3</code>) Sets a friendly title for the file panel that displays the Nth file specified on the command-line. Single or double quotes must be used to surround the title. This feature enables a VC or SCM system to provide meaningful names for file panel titles. For example, &#8220;Djn&#8217;s Revision v1.1.1&#8243;, &#8220;Common Ancestor&#8221; and &#8220;Jrs&#8217;s Revision v1.1.2&#8243; could be used as the three file panel titles.</div>
</li>
<li>
<div><code>/2</code> Performs a two-way comparison (default). The files &lt;firstFile&gt; and &lt;secondFile&gt; are compared. If present, &lt;mergedOutputFile&gt; is used as the default save filename for the results of any merge.</div>
</li>
<li>
<div><code>/3</code> Performs a three-way comparison (only available in the Professional Edition of Merge). The files &lt;firstFile&gt;, &lt;secondFile&gt; and &lt;thirdFile&gt; are compared. If present, &lt;mergedOutputFile&gt; is used as the default save filename for the results of any merge.</div>
</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.c-dev.ch/blog/2010/05/27/merge-mit-araxis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compare und Merge Tools in VisualStudio 2005</title>
		<link>http://www.c-dev.ch/blog/2009/09/21/freie-compare-und-merge-tools/</link>
		<comments>http://www.c-dev.ch/blog/2009/09/21/freie-compare-und-merge-tools/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:56:03 +0000</pubDate>
		<dc:creator>neisgei</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VisualStudio]]></category>

		<guid isPermaLink="false">http://www.c-dev.ch/blog/?p=248</guid>
		<description><![CDATA[<p>Inklusive Commandlines für die Einbindung in Visual Studio 2005. Hier finden sich die Parametersettings des VisualStudio.</p> DiffMerge <p>Compare</p> <p>/t1=%6 /t2=%7 %1 %2</p> <p>Merge</p> <p>/m /r=%4 /t1=%7 /t2=%8 /t3=%6 /c=%9 %2 %3 %1</p> WinMerge <p>Compare</p> <p>/e /x /s /wl /dl %6 /dr %7 %1 %2</p> <p>Merge</p> <p>/e /s /x /ub /dl %6 /dr %7 %1 %2 <a href="http://www.c-dev.ch/blog/2009/09/21/freie-compare-und-merge-tools/"> [Weiter lesen...]</a>]]></description>
			<content:encoded><![CDATA[<p>Inklusive Commandlines für die Einbindung in Visual Studio 2005. <a href="http://blogs.msdn.com/b/jmanning/archive/2006/02/20/diff-merge-configuration-in-team-foundation-common-command-and-argument-values.aspx" target="_blank">Hier finden sich die Parametersettings des VisualStudio.</a></p>
<h3>DiffMerge</h3>
<p>Compare</p>
<blockquote><p>/t1=%6 /t2=%7 %1 %2</p></blockquote>
<p>Merge</p>
<blockquote><p>/m /r=%4 /t1=%7 /t2=%8 /t3=%6 /c=%9 %2 %3 %1</p></blockquote>
<h3>WinMerge</h3>
<p>Compare</p>
<blockquote><p>/e /x /s /wl /dl %6 /dr %7 %1 %2</p></blockquote>
<p>Merge</p>
<blockquote><p>/e /s /x /ub /dl %6 /dr %7 %1 %2 %4</p></blockquote>
<h3>Araxis</h3>
<p>Execute: ConsoleCompare.exe</p>
<p>Compare</p>
<blockquote><p>/2 /title1:%6 /title2:%7 %1 %2</p></blockquote>
<p>Merge</p>
<blockquote><p>/wait /swap /a3 /3 /title1:%6 /title2:%7 /title3:%8 %1 %2 %3 %4</p></blockquote>
<p><a href="http://readcommit.blogspot.com/2008/04/araxis-merge-integration-with-tfs-team.html">Hier noch zusätzliche Informationen zur Einbindung von Araxis&#8230;</a></p>
<h3>KDiff3</h3>
<p>Compare</p>
<blockquote><p>%1 &#8211;fname %6 %2 &#8211;fname %7</p></blockquote>
<p>Merge</p>
<blockquote><p>%3 &#8211;fname %8 %2 &#8211;fname %7 %1 &#8211;fname %6 -o %4</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.c-dev.ch/blog/2009/09/21/freie-compare-und-merge-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kontextmenüs in Visual Studio anpassen</title>
		<link>http://www.c-dev.ch/blog/2009/01/29/kontextmenus-in-visual-studio-anpassen/</link>
		<comments>http://www.c-dev.ch/blog/2009/01/29/kontextmenus-in-visual-studio-anpassen/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 11:51:09 +0000</pubDate>
		<dc:creator>neisgei</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[VisualStudio]]></category>

		<guid isPermaLink="false">http://www.c-dev.ch/blog/?p=150</guid>
		<description><![CDATA[<p>Auch Kontextmenüs können angepasst werden:</p> <p>http://blog.m-ri.de/index.php/2008/07/20/vs-tipps-tricks-kontextmenues-in-visual-studio-anpassen/</p> ]]></description>
			<content:encoded><![CDATA[<p>Auch Kontextmenüs können angepasst werden:</p>
<p><a href="http://blog.m-ri.de/index.php/2008/07/20/vs-tipps-tricks-kontextmenues-in-visual-studio-anpassen/">http://blog.m-ri.de/index.php/2008/07/20/vs-tipps-tricks-kontextmenues-in-visual-studio-anpassen/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.c-dev.ch/blog/2009/01/29/kontextmenus-in-visual-studio-anpassen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Source Outliner für VS2008</title>
		<link>http://www.c-dev.ch/blog/2008/03/16/source-outliner-fur-vs2008/</link>
		<comments>http://www.c-dev.ch/blog/2008/03/16/source-outliner-fur-vs2008/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 20:25:12 +0000</pubDate>
		<dc:creator>neisgei</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VisualStudio]]></category>

		<guid isPermaLink="false">http://www.c-dev.ch/blog/2008/03/16/source-outliner-fur-vs2008/</guid>
		<description><![CDATA[<p>YEAH! *juppiduuu*</p> <p>Ok, bin etwas sehr euphorisch wegen etwass kleinem. Aber der Grund ist, dass ich halt lange Zeit gemeint habe, dass mein lieblingstool Source Outliner für VS2008 nicht mehr erhältlich ist. Irgendwie auch komisch, dass der Pack Installer (Power Tools für VisualStudio 2005 etc.) den Source Outliner nicht für VS2008 installieren kann. Langer Reden <a href="http://www.c-dev.ch/blog/2008/03/16/source-outliner-fur-vs2008/"> [Weiter lesen...]</a>]]></description>
			<content:encoded><![CDATA[<p>YEAH! <img src='http://www.c-dev.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  *juppiduuu*</p>
<p>Ok, bin etwas sehr euphorisch wegen etwass kleinem. Aber der Grund ist, dass ich halt lange Zeit gemeint habe, dass mein lieblingstool Source Outliner für VS2008 nicht mehr erhältlich ist. Irgendwie auch komisch, dass der Pack Installer (Power Tools für VisualStudio 2005 etc.) den Source Outliner nicht für VS2008 installieren kann. Langer Reden kurzer Sinn, hier ist der Download:</p>
<p><a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=SourceCodeOutliner&amp;ReleaseId=11309">Source Outliner für VS2008</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.c-dev.ch/blog/2008/03/16/source-outliner-fur-vs2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisualStudio 2005 PlugIn</title>
		<link>http://www.c-dev.ch/blog/2008/02/04/visualstudio-2005-plugin/</link>
		<comments>http://www.c-dev.ch/blog/2008/02/04/visualstudio-2005-plugin/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 09:18:43 +0000</pubDate>
		<dc:creator>neisgei</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VisualStudio]]></category>

		<guid isPermaLink="false">http://www.c-dev.ch/blog/2008/02/04/visualstudio-2005-plugin/</guid>
		<description><![CDATA[<p>Längst vergessen und wiederentdeckt:</p> <p>SmartPaster</p> ]]></description>
			<content:encoded><![CDATA[<p>Längst vergessen und wiederentdeckt:</p>
<p><a href="http://weblogs.asp.net/alex_papadimoulis/archive/2004/05/25/141400.aspx">SmartPaster</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.c-dev.ch/blog/2008/02/04/visualstudio-2005-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Falsches Source-File beim debugen</title>
		<link>http://www.c-dev.ch/blog/2008/01/31/falsches-source-file-beim-debugen/</link>
		<comments>http://www.c-dev.ch/blog/2008/01/31/falsches-source-file-beim-debugen/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 13:12:39 +0000</pubDate>
		<dc:creator>neisgei</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[VisualStudio]]></category>

		<guid isPermaLink="false">http://www.c-dev.ch/blog/2008/01/31/falsches-source-file-beim-debugen/</guid>
		<description><![CDATA[<p>Auf der Solution kann unter &#8220;Common Properties&#8221; der Pfad gesetzt werden. Gleichzeitig werden dort auch Pfade verwaltet, die nicht mehr verwendet werden um Sourcen zu finden.</p> ]]></description>
			<content:encoded><![CDATA[<p>Auf der Solution kann unter &#8220;Common Properties&#8221; der Pfad gesetzt werden. Gleichzeitig werden dort auch Pfade verwaltet, die nicht mehr verwendet werden um Sourcen zu finden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.c-dev.ch/blog/2008/01/31/falsches-source-file-beim-debugen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fehlende Intellisense im VisualStudio</title>
		<link>http://www.c-dev.ch/blog/2008/01/31/fehlende-intellisense-im-visualstudio/</link>
		<comments>http://www.c-dev.ch/blog/2008/01/31/fehlende-intellisense-im-visualstudio/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 08:57:52 +0000</pubDate>
		<dc:creator>neisgei</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[VisualStudio]]></category>

		<guid isPermaLink="false">http://www.c-dev.ch/blog/2008/01/31/fehlende-intellisense-im-visualstudio/</guid>
		<description><![CDATA[<p>Wenn im SourceEditor die Intellisense nicht dargestellt wird, dann sollte die Solution mit Rebuild All neu gebildet werden.</p> ]]></description>
			<content:encoded><![CDATA[<p>Wenn im SourceEditor die Intellisense nicht dargestellt wird, dann sollte die Solution mit Rebuild All neu gebildet werden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.c-dev.ch/blog/2008/01/31/fehlende-intellisense-im-visualstudio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

