View Single Post
  #1  
Old 11-09-2010, 08:04 AM
Statler6's Avatar
Statler6 Statler6 is online now
Registered User
 
Join Date: 02-06-2006
Posts: 13
How to build all Release targets of a mixed C#/C++ Build?

We have more than 200 VS2008 solutions, about half of them C++, the others are C#. I have them all in text file and build them in a loop. We want to build only the Release targets.

The default target configuration in a C++ project is "Release|Win32" while it is "Release|Any CPU" for C#. Is there a way to set the Configuration property of the MakeVS2008 step so that it matches both targets?

Last edited by Statler6; 11-09-2010 at 08:39 AM.
Reply With Quote