.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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -