Hello,

I am having difficulty convincing Visual Studio 2005 to arrange and assemble my dependencies as I would like.

My solution has two projects, "Client" and "Data Access". The Client project references the Data Access project with Copy Local = true. The Data Access project includes several dlls (for the Firebird database; fbembed.dll, etc.) which are not references but rather regular project items with Build Action = Content and Copy to Output Directory = Copy if newer.

The aforementioned dlls are not listed in the click once Application Files dialog and are not included in the manifest. Can anyone recommend a way to get them included?

Thanks,
Matt.