View Single Post
  #1  
Old 07-18-2006, 04:13 PM
Dave_Novak Dave_Novak is online now
Registered User
 
Join Date: 04-13-2006
Location: Atlanta, GA
Posts: 64
Can I specify more than 1 Configuration for Make VS.NET Action?

I would like to find out more information about the ability to specify more than 1 "Configuration" for the Make VS.NET Action. Please note that I am using Visual Studio 2005.

Here is an example scenario. Suppose my solution contains the following configurations:
1) Debug|.NET
2) Debug|Any CPU
3) Debug|Win32
4) UnitTest Debug|Any CPU
5) ProgrammerOnly Debug|Any CPU
6) Release|.NET
7) Release|Any CPU
8) Release|Win32
9) UnitTest Release|Any CPU

If I set a breakpoint at this build step, I can open up the project/solution tab for this step and VBP will correctly enumerate the configuration choices. But from the best I can tell, my choices are either “All” or one of the configurations in the list.

So here’s my question: How would I go about building the following configurations in this step?
1) Debug|.NET
2) Debug|Any CPU
3) Debug|Win32
4) UnitTest Debug|Any CPU

Last edited by Dave_Novak; 07-18-2006 at 04:32 PM.
Reply With Quote