Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   How to build all Release targets of a mixed C#/C++ Build? (https://www.kinook.com/Forum/showthread.php?t=4721)

Statler6 11-09-2010 08:04 AM

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?

kinook 11-09-2010 08:47 AM

Release.*

will match all configurations beginning with Release.

http://www.kinook.com/VisBuildPro/Ma...olutiontab.htm

Statler6 11-09-2010 09:02 AM

Thank you very much! I must be gettin' blind not spotting this! I had tried "Release|*" but not the obvious...


All times are GMT -5. The time now is 09:32 AM.


Copyright © 1999-2023 Kinook Software, Inc.