protected virtual void CopyDependencies()
{
CopyAssembly(typeof(Boo.Lang.List).Assembly);
CopyAssembly(typeof(Boo.Lang.Extensions.MacroMacro).Assembly);
CopyAssembly(GetType().Assembly);
CopyAssembly(typeof(NUnit.Framework.Assert).Assembly);
#if !VISUAL_STUDIO
CopyAssembly(System.Reflection.Assembly.Load("BooModules"));
#endif
}