#1
|
|||
|
|||
VS Solution configurations / platforms
I have a Microsoft Visual Studio 2005 solution with multiple configurations and multiple platforms per configuration. How can I use regualr expressions in the "Make VS.NET" action -> project/solution tab -> configuration(s) option to compile a certain set of those configurations using only one "Make VS.NET" action?
Here is a list of the configurations that are in the solution: Debug-Office2000 Debug-Office2003 Debug-OfficeXP Release-Office2000 Release-Office2003 Release-OfficeXP Under each configuration, I have the following platforms: Any CPU Mixed Platforms Win32 The Configurations|Platforms that I am interested in compiling: Debug-Office2000|Mixed Platforms Debug-Office2003|Mixed Platforms Debug-OfficeXP|Mixed Platforms Thank you! Last edited by autodesk; 08-01-2006 at 12:56 PM. |
#2
|
|||
|
|||
Debug-.+\|Mixed Platforms
|
#3
|
|||
|
|||
That works. Thank you!
|
|
|