i have a solution , in that i have 5 projects, one project is startup project, which contains references to other projects , whenever i build a solution reference projects Dlls will not getting updated automatically.
its getting updated in debug folder but not in bin folder ,
i searched through, got solution that i need to write post build event , i tried some but not working, every code givin error,
below is my project path C:\Documents and Settings\ico403\My Documents\Visual Studio 2010\Projects\Source_Codes\Framework\CD\bin\Debug
i want to copy spesific files(or Dlls) from this project to other, the path where i need to copy is C:\Documents and Settings\ico403\My Documents\Visual Studio 2010\Projects\Source_Codes\Framework\CD\bin
i want this to happen whwnever i build a solution,
how do i copy?
and if i want to copy only specific files ? how do i do that?
Thanks in advance