He is what I have found... There are 2 configuration sections in my 2005 Express vbproj file (this was an upgraded project from 2003, so that may explain the 2nd configuration section). However, 2005 only operates off of the <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> section. If I put values in there, they DO show up with intelisense when I type #If.

This doesn't make changing these values very easy, but at least I can limp along for right now.