Visual-studio – Exclude file from Visual Studio Deployment Project depending on Configuration

deploymentsetup-deploymentvisual studiovisual-studio-2008

I have a solution with 3 projects: windows application, class library and setup project (Visual Studio 2008). Solution has 3 configurations: Debug, Release and Release with DLL.

I want to include or exclude that DLL depending on current configuration. How can I do that?

Best Answer

Take a look at this related post