Add reference to DLL files only
hi all. let's have 2 projects: 'project1' , 'project2' both written in c# in visual studio 2010. files of 'project1' have 'build action: content'. question is: how can reference dll output of 'project1' 'project2' not including content files? if reference entire project output of 'project1' placed output directory of 'project2'. if reference exact dll file have debug/release configuration of solution broken because selected dll used not depending of configuration selected.
thanks in advance.
.NET Framework > Common Language Runtime Internals and Architecture
Comments
Post a Comment