I have two C# projects. One is MainProject(exe) and other is ModuleProject (dll). What I want is that when I build my Moudule project, a copy of its output dll is copied to MainProject output folder. If I am building project in debug then it should go to debug folder.
I guess we can achieve this using build events, but I am not familiarized with them. Can anyone tell me exact command what should I write there, or any other solution.