Hello,
I'm using VS2005 Pro Edition and my C# project is referencing an external assembly. The external assembly gets copied locally in my project folder when I build the project in debug mode. Also, the output library that the project builds is created twice: one copy in the project output folder (as set in my project) and another copy in the obj\Debug folder.
I really need to get rid of this behavior. Is there an option in VS2005 to avoid that
Thanks for your help,
-mab

How to tell VS C# to stop coying ref assemblies locally
JavaBoy
SimonOng
OK I see: <Private>False</Private>
What about the output lib being copied in obj\Debug Is there also a similar XML tag for that
Thanks
-mab
Louis Y
Well, seems to be a bug in VS then. There is no way I can avoid the output file duplication unless I set the project output path to .\obj\Debug which appears to be hard-coded somewhere in the settings ...