<?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: NUnit App.Config files &#8211; it&#8217;s all about the .nunit file!</title>
	<atom:link href="http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/</link>
	<description>It&#039;s all about delivering</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:42:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jeremy simmons</title>
		<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/comment-page-1/#comment-1232</link>
		<dc:creator>jeremy simmons</dc:creator>
		<pubDate>Tue, 05 Apr 2011 16:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=351#comment-1232</guid>
		<description>sorry - edited above. lame blog doesn&#039;t escape angle-brackets. shame.

nunit 2.5.9.10348
application base: bin\Debug
configuration file name: &lt;assemblyname&gt;.exe.config
replace &lt;assemblyname&gt;. with your dll or exe name…</description>
		<content:encoded><![CDATA[<p>sorry &#8211; edited above. lame blog doesn&#8217;t escape angle-brackets. shame.</p>
<p>nunit 2.5.9.10348<br />
application base: bin\Debug<br />
configuration file name: &lt;assemblyname&gt;.exe.config<br />
replace &lt;assemblyname&gt;. with your dll or exe name…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy simmons</title>
		<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/comment-page-1/#comment-1231</link>
		<dc:creator>jeremy simmons</dc:creator>
		<pubDate>Tue, 05 Apr 2011 16:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=351#comment-1231</guid>
		<description>nunit 2.5.9.10348
application base: bin\Debug
configuration file name: .exe.config
replace  with your dll or exe name...</description>
		<content:encoded><![CDATA[<p>nunit 2.5.9.10348<br />
application base: bin\Debug<br />
configuration file name: .exe.config<br />
replace  with your dll or exe name&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Gallagher</title>
		<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/comment-page-1/#comment-996</link>
		<dc:creator>Markus Gallagher</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=351#comment-996</guid>
		<description>You can specify the File Name in the NUnit GUI under Project--&gt;Edit Configuration File Name. Unfortunately, adding a relative directory doesn&#039;t seem to work. So you have to still place the config file in the same directory as your .nunit project file.</description>
		<content:encoded><![CDATA[<p>You can specify the File Name in the NUnit GUI under Project&#8211;&gt;Edit Configuration File Name. Unfortunately, adding a relative directory doesn&#8217;t seem to work. So you have to still place the config file in the same directory as your .nunit project file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Middleton</title>
		<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/comment-page-1/#comment-927</link>
		<dc:creator>Charles Middleton</dc:creator>
		<pubDate>Tue, 22 Dec 2009 11:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=351#comment-927</guid>
		<description>Thanks a bunch! Spent days trying to sort this out!</description>
		<content:encoded><![CDATA[<p>Thanks a bunch! Spent days trying to sort this out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LKlein</title>
		<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/comment-page-1/#comment-903</link>
		<dc:creator>LKlein</dc:creator>
		<pubDate>Wed, 09 Dec 2009 00:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=351#comment-903</guid>
		<description>Thanks Rolf Schmidiger et al...

I had named my nunit file differently than my config:

Project: ProjectA.csproj
Test Project: ProjectATester.csproj
Nunit: ProjectATester.nunit
Config: ProjectA.config

Took some time but I finally renamed the nunit file ProjectA.nunit and put the config file in the same directory...

(This was tougher than it should have been, im thinking...)</description>
		<content:encoded><![CDATA[<p>Thanks Rolf Schmidiger et al&#8230;</p>
<p>I had named my nunit file differently than my config:</p>
<p>Project: ProjectA.csproj<br />
Test Project: ProjectATester.csproj<br />
Nunit: ProjectATester.nunit<br />
Config: ProjectA.config</p>
<p>Took some time but I finally renamed the nunit file ProjectA.nunit and put the config file in the same directory&#8230;</p>
<p>(This was tougher than it should have been, im thinking&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to use NUnit with Visual Studio Express 2008</title>
		<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/comment-page-1/#comment-850</link>
		<dc:creator>How to use NUnit with Visual Studio Express 2008</dc:creator>
		<pubDate>Thu, 15 Oct 2009 19:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=351#comment-850</guid>
		<description>[...] I had the same project structure as Cory, so I had to place the config in another place. Another useful tip found in the comments of Corys blog: Just open the TestProject.dll using NUnit, and all references are set correct [...]</description>
		<content:encoded><![CDATA[<p>[...] I had the same project structure as Cory, so I had to place the config in another place. Another useful tip found in the comments of Corys blog: Just open the TestProject.dll using NUnit, and all references are set correct [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to use NUnit with Visual Studio Express 2008</title>
		<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/comment-page-1/#comment-849</link>
		<dc:creator>How to use NUnit with Visual Studio Express 2008</dc:creator>
		<pubDate>Thu, 15 Oct 2009 19:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=351#comment-849</guid>
		<description>[...] named correct (TestProject.dll.config). Unfortunately this was not the case…. Then I found a blog entry from Cory Foy, explaining that my .config was at the wrong directory. I had the same project structure as Cory, [...]</description>
		<content:encoded><![CDATA[<p>[...] named correct (TestProject.dll.config). Unfortunately this was not the case…. Then I found a blog entry from Cory Foy, explaining that my .config was at the wrong directory. I had the same project structure as Cory, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/comment-page-1/#comment-575</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 14 Jun 2009 10:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=351#comment-575</guid>
		<description>Hurray! 1 hours lost of finding out why my configuration is not loaded!</description>
		<content:encoded><![CDATA[<p>Hurray! 1 hours lost of finding out why my configuration is not loaded!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spencer</title>
		<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/comment-page-1/#comment-576</link>
		<dc:creator>Spencer</dc:creator>
		<pubDate>Thu, 28 Aug 2008 10:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=351#comment-576</guid>
		<description>Just another thank you -- my neck was getting sore from banging my head against the wall...</description>
		<content:encoded><![CDATA[<p>Just another thank you &#8212; my neck was getting sore from banging my head against the wall&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urmil Shah</title>
		<link>http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/comment-page-1/#comment-577</link>
		<dc:creator>Urmil Shah</dc:creator>
		<pubDate>Mon, 14 Jul 2008 17:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=351#comment-577</guid>
		<description>Try this&lt;br /&gt;&lt;br /&gt;copy /Y &quot;$(ProjectDir)App.config&quot; &quot;$(TargetDir)$(TargetFileName).config&quot;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;in your Build Events of test project</description>
		<content:encoded><![CDATA[<p>Try this</p>
<p>copy /Y &#8220;$(ProjectDir)App.config&#8221; &#8220;$(TargetDir)$(TargetFileName).config&#8221;</p>
<p>in your Build Events of test project</p>
]]></content:encoded>
	</item>
</channel>
</rss>

