Put Those Assemblies There :: Tip O' The Day

A little post build event can help a lot when one has multiple assemblies that need to be utilized by an application.  Such as the entlib or composite library.  Just put the following script in the post build event and make sure to create a directory were the assemblies will go.  Boom – you got everything in one place were you want it!

copy /y “$(TargetDir)$(TargetName).*”  “$(SolutionDir)..\build\references\”

Technorati Tags: ,,

del.icio.us Tags: ,,