.net - 'Faking' a project reference? -
i have solution structure in ports , adapters architecture or onion architecture. composition root (a web application in case) , infrastructure libraries reference core library.
i can load infrastructure libraries @ runtime using castle windsor. not reference these libraries on composition root build output not copied output folder. guess need custom build step don't know how can accomplish this.
use post build event copy assemblies output directory. here tutorial you'll able feel from.
http://eyeung003.blogspot.com/2009/11/visual-studio-post-build-event-to-copy.html?m=1
Comments
Post a Comment