|
All,
I hope this is the right question for this forum...
I am trying to perform command line build with devenv. In my solution file product_a.sln, the Active Default Configuration is "Debug" and the Active Solution Platform is "SomeSDK". When typing "devenv product_a.sln /rebuild debug", it will build debug version of the project with "SomeSDK" configuration.
What if I have another Solution Platform called "AnotherSDK"? How can I do that on command line? I have problems with finding the right usage from "devenv /?" or "http://msdn.microsoft.com/en-us/library/xee0c8y7(VS.80).aspx". I also try /projectconfig but i must have incorrect usage.
Please help.
Thanks.
A. |