Hi,
In Visual Studio 2008, I have a c# app, that depends on multiple other projects. I want to deploy to customers: 1) binaries only - I use an installer project for that 2) binaries only, but the top level app as source code (for customer's integration purposes)
For 1) I need the app project to have dependencies on the other projects For 2) I need the same app project to link against the binaries from the other projects.
How do I manage this in VS2008?
Joop