PDA

View Full Version : Make VS.NET - Configuration Drop Down List Problem


dschless
04-22-2003, 01:23 PM
I am using 'Make VS.NET' to compile a solution that contains six solution configurations - from the SLN file
GlobalSection(SolutionConfiguration) = preSolution
ConfigName.0 = Debug
ConfigName.1 = Debug - Mgmt
ConfigName.2 = Release
ConfigName.3 = Release - Mgmt
ConfigName.4 = Release - Mgmt - Service
ConfigName.5 = Release - Service

However the 'Which configuration should be built' combo box does not list these propertly - it contains
Release
Debug
Release|Win32
Debug|Win32

I am using v5.0 BETA of Visual Build Pro and v7.0 of Visual Studio.

dschless
04-22-2003, 01:25 PM
If I type in one of the solution configurations that is not in the drop down list it does compile the correct version.

pjaquiery
04-22-2003, 04:18 PM
The list only shows the default configurations. Typing in the configuration name explicitly is the appropriate way to have your custom configurations processed.

Peter