<?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: Converting NUnit Visual Studio project to VSTS Test project</title>
	<atom:link href="http://www.ronaldwidha.net/2008/10/05/converting-nunit-visual-studio-project-to-vsts-test-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ronaldwidha.net/2008/10/05/converting-nunit-visual-studio-project-to-vsts-test-project/</link>
	<description>podcast addict, believes in occam razor, software consultant</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:00:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Velimir</title>
		<link>http://www.ronaldwidha.net/2008/10/05/converting-nunit-visual-studio-project-to-vsts-test-project/comment-page-1/#comment-322</link>
		<dc:creator>Velimir</dc:creator>
		<pubDate>Wed, 10 Jun 2009 05:43:53 +0000</pubDate>
		<guid isPermaLink="false">/Articles/Converting-NUnit-Visual-Studio-project-to-VSTS-Test-project.aspx#comment-322</guid>
		<description>Thanks, the post was quite helpfull.&lt;br&gt;Few things to add:&lt;br&gt;&lt;br&gt;...&lt;br&gt;2. Open the project file with text editor and add this tag &lt;br&gt;&lt;ProjectTypeGuids&gt;{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}&lt;/ProjectTypeGuids&gt;&lt;br&gt;to the first PropertyGroup node in the project&#039; XML&lt;br&gt;...&lt;br&gt;&lt;br&gt;4. One should remove reference to NUnit.Framework and add reference to Microsoft.VisualStudio.QualityTools.UnitTestFramework instead&lt;br&gt;5. Replace &lt;br&gt;using Nunit.Framework;&lt;br&gt;with &lt;br&gt;using Microsoft.VisualStudio.TestTools.UnitTesting;&lt;br&gt;&lt;br&gt;6. Ensure you have successful build of the project. Now the test view should be refreshed.</description>
		<content:encoded><![CDATA[<p>Thanks, the post was quite helpfull.<br />Few things to add:</p>
<p>&#8230;<br />2. Open the project file with text editor and add this tag <br />&lt;ProjectTypeGuids&gt;{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}&lt;/ProjectTypeGuids&gt;<br />to the first PropertyGroup node in the project&#39; XML<br />&#8230;</p>
<p>4. One should remove reference to NUnit.Framework and add reference to Microsoft.VisualStudio.QualityTools.UnitTestFramework instead<br />5. Replace <br />using Nunit.Framework;<br />with <br />using Microsoft.VisualStudio.TestTools.UnitTesting;</p>
<p>6. Ensure you have successful build of the project. Now the test view should be refreshed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.ronaldwidha.net/2008/10/05/converting-nunit-visual-studio-project-to-vsts-test-project/comment-page-1/#comment-229</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 26 Nov 2008 09:59:00 +0000</pubDate>
		<guid isPermaLink="false">/Articles/Converting-NUnit-Visual-Studio-project-to-VSTS-Test-project.aspx#comment-229</guid>
		<description>&lt;p&gt;Yes, it was a stupid move. I regret it so much. Then again, by adding the NUnit tags back in, the project then can be read by both framework.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes, it was a stupid move. I regret it so much. Then again, by adding the NUnit tags back in, the project then can be read by both framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.ronaldwidha.net/2008/10/05/converting-nunit-visual-studio-project-to-vsts-test-project/comment-page-1/#comment-228</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 26 Nov 2008 09:55:00 +0000</pubDate>
		<guid isPermaLink="false">/Articles/Converting-NUnit-Visual-Studio-project-to-VSTS-Test-project.aspx#comment-228</guid>
		<description>&lt;p&gt;why would you though??? WHY?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>why would you though??? WHY?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

