Dependency.

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I have a solution with 3 projects A, B and C.

Project A uses some classes of project B and C.

Do I need to copy the DLL's of projects B and C to A's Bin folder
every time I build projects B and C?

Can't I just define in A to use B and C dlls?

Thanks,

Miguel
 
Back
Top