When the assembly is built in Visual Studio, I want to copy it to the bin folder of my dev site.

My solution structure is as follows:

= Solution

= = instances

= = = wwwroot

= = project

Project > Properties > Build Events > Post-build events command line:

XCOPY "$(ProjectDir)bin\$(ProjectName).dll" "..\..\Instances\wwwroot\bin\" /y