I have selected the configuration as 'Debug', and my WDP file has
Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
everywhere, so as I understood it shouldn't compile, but still is compiling.
What I'm doing wrong? I'm using Visual Studio 2008, if that matter.
In other words, how can I make that WDP only compiles when the selected configuration is Release?