Steps to reproduce:
- Clone repo in Windows or Linux.
- Open solution file: ./src/NServiceKit.Redis.sln in Monodevelop or VS2010.
- Build.
- Build fails because of missing references.
Running the build.cmd works to build, and puts the referenced .dlls in the correct place for the solution, and then it builds. I have seen different strategies on how these references are being done in the other NServiceKit projects.
Anyway, the other projects can generally be built (with VS2010 at least) without doing any init script to copy .dlls in place, so I don't think this desired behavior.