2

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?

abatishchev
  • 98,240
  • 88
  • 296
  • 433

2 Answers2

3

Take a look at this related post

Community
  • 1
  • 1
Sander Rijken
  • 21,376
  • 3
  • 61
  • 85
0

You may find answers in this related post.

Community
  • 1
  • 1
cdonner
  • 37,019
  • 22
  • 105
  • 153
  • Thanks! In that post the discussion goes about Web.config and Web Deployment. But mu issue is about simple offline setup project – abatishchev Jun 05 '09 at 07:40