Make VS.NET - Configuration Drop Down List Problem
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.
|