<?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>Marius Bancila's Blog &#187; addin</title>
	<atom:link href="http://mariusbancila.ro/blog/tag/addin/feed/" rel="self" type="application/rss+xml" />
	<link>http://mariusbancila.ro/blog</link>
	<description>Sharing my opinions and ideas!</description>
	<lastBuildDate>Fri, 06 Apr 2012 13:45:55 +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>VS2010 Productivity Power Tools</title>
		<link>http://mariusbancila.ro/blog/2011/03/18/vs2010-productivity-power-tools/</link>
		<comments>http://mariusbancila.ro/blog/2011/03/18/vs2010-productivity-power-tools/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 14:23:49 +0000</pubDate>
		<dc:creator>Marius Bancila</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[addin]]></category>
		<category><![CDATA[VS2010]]></category>

		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=887</guid>
		<description><![CDATA[Productivity Power Tools is a Visual Studio 2010 add-in, developed by the Microsoft Visual Studio Platform Team and available in Visual Studio Gallery. Of course, you can also download it using Visual Studio Extension Manager, from the Tools menu in Visual Studio 2010. Its list of features is detailed on the add-in page and I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef">Productivity Power Tools</a> is a Visual Studio 2010 add-in, developed by the <a href="http://visualstudiogallery.msdn.microsoft.com/site/profile?userName=Microsoft%20-%20Visual%20Studio%20Platform%20Team">Microsoft Visual Studio Platform Team</a> and available in Visual Studio Gallery. Of course, you can also download it using Visual Studio Extension Manager, from the Tools menu in Visual Studio 2010.</p>
<p><img alt="" src="/blog/wp-content/uploads/2011/03/ppt_install.png" title="Extension Manager" class="alignnone" width="859" height="499" /></p>
<p>Its list of features is detailed on the add-in page and I will not enumerate them here. I just want to list the features that I find most useful (at least so far). All these features are enabled by default, but the add-in is very customizable. To enable/disable features or change current settings use the Options dialog and go the Productivity Power Tools page.</p>
<p><img alt="" src="/blog/wp-content/uploads/2011/03/ppt_options.png" title="Add-in Options" class="alignnone" width="747" height="430" /></p>
<p><strong>Highlight Current Line</strong><br />
The line where your cursor is displayed is highlighted so that you can easily spot it. Here is a screen shot.<br />
<img alt="" src="/blog/wp-content/uploads/2011/03/ppt_selection.png" title="Highlight Current Line" class="alignnone" width="647" height="160" /></p>
<p><strong>Go to Definition</strong><br />
If you press the Ctrl key while the cursor is over a symbol, the symbol appears as a hyperlink and clicking it will take you to the definition.<br />
<img alt="" src="/blog/wp-content/uploads/2011/03/ppt_gotodef.png" title="Click + Ctrl" class="alignnone" width="730" height="148" /></p>
<p><strong>Move Lines</strong><br />
You can move the current line or an entire selection up with Atl + Up Arrow, or down with Atl + Down Arrow. Useful to avoid Ctrl + X and Ctrl + V, unless you have to move too many lines up or down.<br />
<img alt="" src="/blog/wp-content/uploads/2011/03/ppt_moveline.png" title="Move Line" class="alignnone" width="664" height="159" /></p>
<p><strong>Modified Document Mark</strong><br />
Modified, but yet not saved documents, are indicated with a red dot on the tab.<br />
<img alt="" src="/blog/wp-content/uploads/2011/03/ppt_tabmodified.png" title="Modified Document" class="alignnone" width="302" height="30" /></p>
<p><strong>Pinned Tabs</strong><br />
You can pin tabs on the tab bar. When you hover the cursor over a tab, a pin indicator appears. You can click it and then the tab is pinned on the tab bar, from left to right, so that no mater how many documents you open, the pinned tabs remain visible and you are able to quickly access them.<br />
<img alt="" src="/blog/wp-content/uploads/2011/03/ppt_pin.png" title="Pinned Tabs" class="alignnone" width="556" height="174" /></p>
<p><strong>Undo Close</strong><br />
Recently closed documents are listed in a new tool window called Undo Close. You can double click them and they will be re-opened (and removed from the undo close list).<br />
<img alt="" src="/blog/wp-content/uploads/2011/03/ppt_undoclose.png" title="Undo Close" class="alignnone" width="675" height="291" /></p>
<p><strong>Floating Tabs</strong><br />
Many developers use two monitors (or even more). Now it is possible to dock floating tabs on a second monitor just as you&#8217;d do with a tool window. The following screen shot shows two tabs docked into a separate window on a second monitor.<br />
<img alt="" src="/blog/wp-content/uploads/2011/03/ppt_secondmonitor.png" title="Floating Tabs" class="alignnone" width="717" height="473" /></p>
<p><strong>Solution Navigator</strong><br />
A brand new solution explorer has been created allowing you to easily navigate the solution. You can search it, filter it to see only opened, unsaved, edited or all files, view related information about classes and members, preview images, etc. </p>
<p>The following image shows: the entire solution (left), only the items that contain the word <em>thumb</em> (middle) and only the opened items shown within their projects (right).<br />
<img alt="" src="/blog/wp-content/uploads/2011/03/ppt_solutionnavigator.png" title="Solution Navigator" class="alignnone" width="867" height="655" /></p>
<p>Another cool feature is the image preview. All you have to do is hover the cursor over an image and you get a preview of it, as shown below.<br />
<img alt="" src="/blog/wp-content/uploads/2011/03/ppt_previewimage.png" title="Preview Image" class="alignnone" width="282" height="508" /></p>
<p>Looking forward to seeing these features by default in Visual Studio and not available through an add-in.</p>
]]></content:encoded>
			<wfw:commentRss>http://mariusbancila.ro/blog/2011/03/18/vs2010-productivity-power-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VSBuildStatusAddin with Auto Show and Auto Hide</title>
		<link>http://mariusbancila.ro/blog/2010/06/02/vsbuildstatusaddin-with-auto-show-and-auto-hide/</link>
		<comments>http://mariusbancila.ro/blog/2010/06/02/vsbuildstatusaddin-with-auto-show-and-auto-hide/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 14:29:24 +0000</pubDate>
		<dc:creator>Marius Bancila</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[addin]]></category>
		<category><![CDATA[VS2005]]></category>
		<category><![CDATA[VS2008]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[VSBuildStatus]]></category>

		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=557</guid>
		<description><![CDATA[A new version (1.3) of VSBuildStatus add-in for Visual Studio 2005, 2008 and 2010 is available. It allows you to configure the add-in window to automatically show up when a build/clean/deploy process starts, and/or automatically close when the operation ends. To enable the automatic show of the add-in window when a build/clean/deploy operation starts, check [...]]]></description>
			<content:encoded><![CDATA[<p>A new version (1.3) of <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/2A2293B4-1808-44AA-B030-661F6803D8A1">VSBuildStatus</a> add-in for Visual Studio 2005, 2008 and 2010 is available. It allows you to configure the add-in window to automatically show up when a build/clean/deploy process starts, and/or automatically close when the operation ends. </p>
<p><img alt="" src="/blog/wp-content/uploads/2010/06/VSBuildStatusAddin1.png" title="Addin window" class="alignnone" width="786" height="375" /></p>
<ul>
<li>To enable the automatic show of the add-in window when a build/clean/deploy operation starts, check <strong>Pop-out automatically when starting a build</strong></li>
<li>To enable the automatic hiding of the add-in window when the build/clean/deploy operation ends, check <strong>Auto hide when the build ends</strong>
<ul>
<li>you can set a delay interval for the hiding, varing from 0 to 300 seconds; if the delay is 0, the window is hidden immediatelly after the build ends</li>
<li>to keep the window shown when error(s) occurred during the build/clean/deploy operation, check <strong>DO NOT auto hide when an error occurs</strong></li>
</ul>
</li>
</ul>
<p>Here is a screen short of the properties window. It opens from the Settings button.</p>
<p><img alt="" src="/blog/wp-content/uploads/2010/06/VSBuildStatusAddin3.png" title="Properties window" class="alignnone" width="300" height="300" /></p>
<p>The add-in is available on the <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/2A2293B4-1808-44AA-B030-661F6803D8A1">Visual Studio Gallery</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mariusbancila.ro/blog/2010/06/02/vsbuildstatusaddin-with-auto-show-and-auto-hide/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VSBuildStatus Addin Taskbar Progress on Windows 7</title>
		<link>http://mariusbancila.ro/blog/2009/12/09/vsbuildstatus-addin-taskbar-progress-on-windows-7/</link>
		<comments>http://mariusbancila.ro/blog/2009/12/09/vsbuildstatus-addin-taskbar-progress-on-windows-7/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 13:05:13 +0000</pubDate>
		<dc:creator>Marius Bancila</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[addin]]></category>
		<category><![CDATA[taskbar]]></category>
		<category><![CDATA[VS2005]]></category>
		<category><![CDATA[VS2008]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[win7]]></category>

		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=429</guid>
		<description><![CDATA[I have updated my Visual Studio addin that displays the status of a build/clean/deploy action. If you get the latest version, 1.2, and are running Visual Studio 2005, 2008 or 2010 (they are all supported) on Windows 7, the progress of the build is also displayed on the Taskbar, on the item corresponding to the [...]]]></description>
			<content:encoded><![CDATA[<p>I have updated my <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/2A2293B4-1808-44AA-B030-661F6803D8A1" target="_blank">Visual Studio addin</a> that displays the status of a build/clean/deploy action. If you get the latest version, 1.2, and are running Visual Studio 2005, 2008 or 2010 (they are all supported) on Windows 7, the progress of the build is also displayed on the Taskbar, on the item corresponding to the Visual Studio instance.</p>
<p>The following images show no progress, different progress steps, and an error during the build/clean/deploy, both for Visual Studio 2008 and Visual Studio 2010 (Beta 2). </p>
<p><img src="http://www.mariusbancila.ro/archives/addins/VSBuildStatusAddin/vsbuildstatus_noprogress.png" alt="No progress" /></p>
<p><img src="http://www.mariusbancila.ro/archives/addins/VSBuildStatusAddin/vsbuildstatus_progress1.png" alt="Build progress" /></p>
<p><img src="http://www.mariusbancila.ro/archives/addins/VSBuildStatusAddin/vsbuildstatus_progress1.png" alt="Build progress" /></p>
<p><img src="http://www.mariusbancila.ro/archives/addins/VSBuildStatusAddin/vsbuildstatus_error.png" alt="Error during build" /></p>
<p><img src="http://www.mariusbancila.ro/archives/addins/VSBuildStatusAddin/vsbuildstatusaddin_vs2010_progress.png" alt="Build progress" /></p>
<p><img src="http://www.mariusbancila.ro/archives/addins/VSBuildStatusAddin/vsbuildstatusaddin_vs2010_error.png" alt="Error during build" /></p>
<p>This was possible by using the Windows 7 Taskbar interop library available on MSDN Code Gallery <a href="http://code.msdn.microsoft.com/Windows7Taskbar/Release/ProjectReleases.aspx?ReleaseId=2246" target="_blank">here</a>.</p>
<p>You can get the latest version of the addin from the Visual Studio Gallery at this <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/2A2293B4-1808-44AA-B030-661F6803D8A1" target="_blank">link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mariusbancila.ro/blog/2009/12/09/vsbuildstatus-addin-taskbar-progress-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>VSBuildStatusAddin works on Visual Studio 2010</title>
		<link>http://mariusbancila.ro/blog/2009/05/20/vsbuildstatusaddin-works-on-visual-studio-2010/</link>
		<comments>http://mariusbancila.ro/blog/2009/05/20/vsbuildstatusaddin-works-on-visual-studio-2010/#comments</comments>
		<pubDate>Wed, 20 May 2009 12:49:46 +0000</pubDate>
		<dc:creator>Marius Bancila</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[addin]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[VS2005]]></category>
		<category><![CDATA[VS2008]]></category>
		<category><![CDATA[VS2010]]></category>

		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=277</guid>
		<description><![CDATA[Yesterday I have installed Visual Studio 2010 and decided to try my VSBuildStatusAddin. It work on the first try, only with a change to the .AddIn configuration file. Here is some screen shots in Visual Studio 2010. The images above show a new version of the add-in, 1.1.0. This new version provides the following features: [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I have installed Visual Studio 2010 and decided to try my VSBuildStatusAddin. It work on the first try, only with a change to the .AddIn configuration file.</p>
<p>Here is some screen shots in Visual Studio 2010.</p>
<div class="wp-caption alignnone" style="width: 779px"><img title="VSStatusBuild in Visual Studio 2010" src="/blog/wp-content/uploads/2009/05/VSBuildStatus_VS2010_1.png" alt="VSStatusBuild in Visual Studio 2010" width="769" height="367" /><p class="wp-caption-text">VSStatusBuild in Visual Studio 2010</p></div>
<div class="wp-caption alignnone" style="width: 650px"><img title="Visual Studio 2010 about window" src="/blog/wp-content/uploads/2009/05/VSBuildStatus_VS2010_2.png" alt="Visual Studio 2010 about window with VSbuildStatus addin" width="640" height="551" /><p class="wp-caption-text">Visual Studio 2010 about window with VSbuildStatus addin</p></div>
<p>The images above show a new version of the add-in, 1.1.0. This new version provides the following features:</p>
<ul>
<li>displays the build/clean/deploy progress on a status bar</li>
<li>shows information about latest available version with link to download page</li>
<li>as already explained, works in Visual Studio 2010</li>
</ul>
<p>The new version is available at the <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/2a2293b4-1808-44aa-b030-661f6803d8a1" target="_blank">Visual Studio Gallery</a>.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://mariusbancila.ro/blog/2009/05/20/vsbuildstatusaddin-works-on-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VSBuildStatusAddin 1.0.5</title>
		<link>http://mariusbancila.ro/blog/2009/05/07/vsbuildstatusaddin-105/</link>
		<comments>http://mariusbancila.ro/blog/2009/05/07/vsbuildstatusaddin-105/#comments</comments>
		<pubDate>Thu, 07 May 2009 16:31:14 +0000</pubDate>
		<dc:creator>Marius Bancila</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[addin]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[VS2005]]></category>
		<category><![CDATA[VS2008]]></category>

		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=262</guid>
		<description><![CDATA[I have fixed several bugs on version 1.0.4 of my VSBuildStatus add-in for Visual Studio that displays the status of a build/clean/deploy operation. The bugs were mainly about the batch builds. The new version is 1.0.5. You can download this Visual Studio 2005 &#038; 2008 add-in from here. If you are using a previous build [...]]]></description>
			<content:encoded><![CDATA[<p>I have fixed several bugs on version 1.0.4 of my VSBuildStatus add-in for Visual Studio that displays the status of a build/clean/deploy operation. The bugs were mainly about the batch builds. The new version is 1.0.5.</p>
<p>You can download this Visual Studio 2005 &#038; 2008 add-in from <a href="http://visualstudiogallery.com/ExtensionDetails.aspx?ExtensionID=2a2293b4-1808-44aa-b030-661f6803d8a1&#038;type=desc">here</a>. If you are using a previous build I encourage you download and use the latest.</p>
]]></content:encoded>
			<wfw:commentRss>http://mariusbancila.ro/blog/2009/05/07/vsbuildstatusaddin-105/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VSBuildStatusAddin for Visual Studio 2005</title>
		<link>http://mariusbancila.ro/blog/2008/12/12/vsbuildstatusaddin-for-visual-studio-2005/</link>
		<comments>http://mariusbancila.ro/blog/2008/12/12/vsbuildstatusaddin-for-visual-studio-2005/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 04:59:40 +0000</pubDate>
		<dc:creator>Marius Bancila</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[addin]]></category>
		<category><![CDATA[VisualStudio]]></category>
		<category><![CDATA[VS2005]]></category>

		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=147</guid>
		<description><![CDATA[I have modified my VSBuildStatus add-in to work with Visual Studio 2005. Basically I had to remove the LINQ stuff to break the dependency on the version 3.5 of the .NET framework. The new version (1.0.3) that supports Visual Studio 2005 is available here. Let me know if you have any problems with it. Especially [...]]]></description>
			<content:encoded><![CDATA[<p>I have modified my VSBuildStatus add-in to work with Visual Studio 2005. Basically I had to remove the LINQ stuff to break the dependency on the version 3.5 of the .NET framework.</p>
<p>The new version (1.0.3) that supports Visual Studio 2005 is available <a href="http://www.visualstudiogallery.com/ExtensionDetails.aspx?ExtensionID=2a2293b4-1808-44aa-b030-661f6803d8a1" target="_self">here</a>. Let me know if you have any problems with it. Especially in VS 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://mariusbancila.ro/blog/2008/12/12/vsbuildstatusaddin-for-visual-studio-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VSBuildStatusAddin for Visual Studio 2008</title>
		<link>http://mariusbancila.ro/blog/2008/12/03/vsbuildstatusaddin-for-visual-studio-2008/</link>
		<comments>http://mariusbancila.ro/blog/2008/12/03/vsbuildstatusaddin-for-visual-studio-2008/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 01:03:05 +0000</pubDate>
		<dc:creator>Marius Bancila</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[addin]]></category>
		<category><![CDATA[VS2008]]></category>

		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=145</guid>
		<description><![CDATA[I have created an published at Visual Studio Gallery an add-in for Visual Studio 2008, called VSBuildStatusAddin. This add-in shows the status of a build/clean/deploy operation. I hope some of you will find this useful. Bellow is a description of the add-in. Installation Extract the content of the archive to your Visual Studio 2008 add-ins [...]]]></description>
			<content:encoded><![CDATA[<p>I have created an published at <a href="http://www.visualstudiogallery.com" target="_blank">Visual Studio Gallery</a> an add-in for Visual Studio 2008, called <a href="http://www.visualstudiogallery.com/ExtensionDetails.aspx?ExtensionID=2a2293b4-1808-44aa-b030-661f6803d8a1" target="_blank">VSBuildStatusAddin</a>. This add-in shows the status of a build/clean/deploy operation. I hope some of you will find this useful. Bellow is a description of the add-in.</p>
<p><strong>Installation</strong><br />
Extract the content of the archive to your Visual Studio 2008 add-ins folder. You can configure that from Tools &gt; Options &gt; Environment &gt; Add-in/Macros Security. You can also extract it to any folder and then add that folder to the Add-in File Paths list.</p>
<p><strong>Startup</strong><br />
The add-in is configured to start when the Visual Studio starts. However, the first you start Visual Studio, after you installed the add-in, you have to go to the Tools menu and use the VSBuildStatusAddin command to show the tool window. For future runs, Visual Studio remembers the position, docking style and visibility. If the add-in window was opened the last time you closed Visual Studio, the next time it starts is automatically shown at the last position.</p>
<p><strong>Usage</strong><br />
On the add-in window toolbar there are four check buttons that are used to select what projects can be shown in the list (depending on their build status) and the number of projects in that state:</p>
<ul>
<li>Done: show projects there were successfully built/cleaned/deployed; displays the number of successfully done projects;</li>
<li>Failed: show projects that failed to build/clean/deploy; displays the number of failed projects;</li>
<li>Skipped: show projects that were skipped for the build/clean/deploy operation; displays the number of skipped projects;</li>
<li>Pending: show projects that were not yet built/cleaned/deployed or are currently building/cleaning/deploying; displays the number of projects not yet done</li>
</ul>
<p>When a build/clean/deploy operation is executing, a progress control shows the progress status, in percentage of completed project out of the total number of projects.</p>
<p>A fifth button, Cancel, is available during the execution of an operation and can be used to cancel the operation.</p>
<p>The projects list shows the name, configuration, target platform, status and completion time for a project. Projects are grouped under solution folders, if any.</p>
<p><img style="vertical-align: middle;" src="http://www.mariusbancila.ro/archives/addins/VSBuildStatusAddin/VSBuildStatusAddin1.png" alt="" width="775" height="431" /><br />
The image above shows a solution called DemoSolution with a project, DemoFSharp, directly under root. It has two solution folders, CSharp and CPP, and both have two more solution folders. CSharp has Lesson1 and Lesson2, each with two projects. CPP has Begin and End, each with one project. The second image shows building a project, Chapter2 (that has a dependency on project Chapter1, which is also built), that failed.</p>
<p><img style="vertical-align: middle;" src="http://www.mariusbancila.ro/archives/addins/VSBuildStatusAddin/VSBuildStatusAddin2.png" alt="" width="775" height="431" /></p>
<p>You can also download it from <a href="http://www.mariusbancila.ro/archives/addins/VSBuildStatusAddin/VSBuildStatusAddin.1.0.1.bin.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mariusbancila.ro/blog/2008/12/03/vsbuildstatusaddin-for-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

