In VS:
1. Right click on project (class-library ex) and click Properties
2. Go to Build Events
3. In post-build event command line add this (set correct path ofc):
xcopy Toxic.Web.Umbraco.* C:\Utveckling\toxic.boilerplate\toxic-boilerplate\bin /y
/y == overwrite file YES