Hmm, then it would not be the script that I wrote at all. It would be something else entirely, as it is a NAnt script.
The gist of it is these two actions: In all project files (*.*proj) b:Project/b:ItemGroup/b:Reference/b:HintPath = <path>\MbUnit.Framework.dll In all source files *.cs, *.vb) s/NUnit/MbUnit/ That is it. P.S. The b: is a namespace prefix b = http://schemas.microsoft.com/developer/msbuild/2003 On 3/29/07, Jeff Brown <[EMAIL PROTECTED]> wrote: > > Marvelous!! > Would you consider contributing this script to the community in a > standalone form without any dependencies on NAnt? Possibly even a GUI > wizard or visual studio add-in? > > Jeff. > > ------------------------------ > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Jay Flowers > *Sent:* Wednesday, March 28, 2007 4:28 AM > *To:* [email protected]; [EMAIL PROTECTED] > *Subject:* MbUnit Switch to MbUnit Script - CI Factory > > Hey All, > I thought I would share with you that in the next release, this Sunday, of > CI Factory I have added a script to switch 2005 VS.NET projects from NUnit > to MbUnit. All my scripts are always written in NAnt so the target you > would call is SwitchToMuchBetterUnit. It is in the Power Tools > Scratch.Lib.xml. With this script it takes just a few seconds to switch > from Normal Unit to Much Better Unit. > > Happy Conversions! > > -- > Jay Flowers > ---------------------------------------------------------------------- > http://jayflowers.com > http://cifactory.org > --------------------------------------------------------------------- > > > -- Jay Flowers ---------------------------------------------------------------------- http://jayflowers.com --------------------------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
