views:

693

answers:

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?

A: 

You may find answers in this related post.

cdonner
Thanks! In that post the discussion goes about Web.config and Web Deployment. But mu issue is about simple offline setup project
abatishchev
+1  A: 

Take a look at this related post

Sander Rijken
Thanks! I'll try to use that.
abatishchev